You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jb...@apache.org on 2007/03/18 17:31:13 UTC

svn commit: r519638 - /incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/pom.xml

Author: jbq
Date: Sun Mar 18 09:31:09 2007
New Revision: 519638

URL: http://svn.apache.org/viewvc?view=rev&rev=519638
Log:
Catchup with clover move, see r519628

Modified:
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/pom.xml

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/pom.xml?view=diff&rev=519638&r1=519637&r2=519638
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/pom.xml (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/pom.xml Sun Mar 18 09:31:09 2007
@@ -45,7 +45,7 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-clover-plugin</artifactId>
 				<configuration>
-					<licenseLocation>${basedir}/lib/clover.license</licenseLocation>
+					<licenseLocation>${basedir}/../../../../common/lib/clover.license</licenseLocation>
 				</configuration>
 			</plugin>
 		</plugins>