From: <fg...@us...> - 2010-01-21 08:38:29
|
Revision: 1702 http://openutils.svn.sourceforge.net/openutils/?rev=1702&view=rev Author: fgiust Date: 2010-01-21 08:38:22 +0000 (Thu, 21 Jan 2010) Log Message: ----------- fixed license check configuration for patched jasper class Modified Paths: -------------- trunk/openutils-elfunctions/pom.xml Modified: trunk/openutils-elfunctions/pom.xml =================================================================== --- trunk/openutils-elfunctions/pom.xml 2010-01-20 23:46:27 UTC (rev 1701) +++ trunk/openutils-elfunctions/pom.xml 2010-01-21 08:38:22 UTC (rev 1702) @@ -25,7 +25,8 @@ </issueManagement> <scm> <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/trunk/openutils-elfunctions</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/trunk/openutils-elfunctions</developerConnection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/trunk/openutils-elfunctions + </developerConnection> <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/trunk/openutils-elfunctions</url> </scm> <build> @@ -56,6 +57,9 @@ <includes> <include>src/**/*.java</include> </includes> + <excludes> + <exclude>src/test/java/org/**/*.java</exclude> + </excludes> <properties> <year>${project.inceptionYear}-2010</year> <name>${project.name}</name> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |