Author: ivaynberg Date: Mon Oct 16 19:48:52 2006 New Revision: 464779 URL: http://svn.apache.org/viewvc?view=rev&rev=464779 Log: no need to install parent if its checked out
Modified: incubator/wicket/branches/wicket-1.x/wicket-spring-annot/pom.xml Modified: incubator/wicket/branches/wicket-1.x/wicket-spring-annot/pom.xml URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-spring-annot/pom.xml?view=diff&rev=464779&r1=464778&r2=464779 ============================================================================== --- incubator/wicket/branches/wicket-1.x/wicket-spring-annot/pom.xml (original) +++ incubator/wicket/branches/wicket-1.x/wicket-spring-annot/pom.xml Mon Oct 16 19:48:52 2006 @@ -7,6 +7,7 @@ <groupId>wicket</groupId> <artifactId>wicket-parent</artifactId> <version>1.2-SNAPSHOT</version> + <relativePath>../wicket-parent</relativePath> </parent> <artifactId>wicket-spring-annot</artifactId>