Author: ivaynberg
Date: Mon Oct 16 19:46:37 2006
New Revision: 464776

URL: http://svn.apache.org/viewvc?view=rev&rev=464776
Log:
no need to install parent if it has been checked out

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

Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-examples/pom.xml?view=diff&rev=464776&r1=464775&r2=464776
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-examples/pom.xml (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-examples/pom.xml Mon Oct 16 
19:46:37 2006
@@ -7,6 +7,7 @@
                <groupId>wicket</groupId>
                <artifactId>wicket-parent</artifactId>
                <version>1.2-SNAPSHOT</version>
+               <relativePath>../wicket-parent</relativePath>
        </parent>
 
        <artifactId>wicket-examples</artifactId>


Reply via email to