Author: almaw
Date: Wed Jan 31 09:39:11 2007
New Revision: 501919
URL: http://svn.apache.org/viewvc?view=rev&rev=501919
Log:
Proper multi-module build, so we don't need build-all.sh, etc. any more
Modified:
incubator/wicket/trunk/wicket-parent/pom.xml
Modified: incubator/wicket/trunk/wicket-parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket-parent/pom.xml?view=diff&rev=501919&r1=501918&r2=501919
==============================================================================
--- incubator/wicket/trunk/wicket-parent/pom.xml (original)
+++ incubator/wicket/trunk/wicket-parent/pom.xml Wed Jan 31 09:39:11 2007
@@ -12,6 +12,18 @@
<url>http://wicketframework.org/${project.artifactId}</url>
<inceptionYear>2004</inceptionYear>
+ <modules>
+ <module>../wicket</module>
+ <module>../wicket-auth-roles</module>
+ <module>../wicket-auth-roles-examples</module>
+ <module>../wicket-examples</module>
+ <module>../wicket-extensions</module>
+ <module>../wicket-quickstart</module>
+ <module>../wicket-spring</module>
+ <module>../wicket-spring-examples</module>
+ <module>../wicket-threadtest</module>
+ </modules>
+
<organization>
<name>Wicket developers</name>
<url>http://wicketframework.org</url>