You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2007/06/26 19:55:49 UTC

svn commit: r550883 - in /incubator/wicket/trunk: archetypes/quickstart/pom.xml pom.xml

Author: ivaynberg
Date: Tue Jun 26 10:55:48 2007
New Revision: 550883

URL: http://svn.apache.org/viewvc?view=rev&rev=550883
Log:
archetype build tweak

Modified:
    incubator/wicket/trunk/archetypes/quickstart/pom.xml
    incubator/wicket/trunk/pom.xml

Modified: incubator/wicket/trunk/archetypes/quickstart/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/archetypes/quickstart/pom.xml?view=diff&rev=550883&r1=550882&r2=550883
==============================================================================
--- incubator/wicket/trunk/archetypes/quickstart/pom.xml (original)
+++ incubator/wicket/trunk/archetypes/quickstart/pom.xml Tue Jun 26 10:55:48 2007
@@ -9,5 +9,5 @@
   
   <artifactId>wicket-archetype-quickstart</artifactId>
   <packaging>maven-plugin</packaging>
-  <name>Apache Wicket Quickstart Archetype</name>
+  <name>Wicket Quickstart Archetype</name>
 </project>

Modified: incubator/wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/pom.xml?view=diff&rev=550883&r1=550882&r2=550883
==============================================================================
--- incubator/wicket/trunk/pom.xml (original)
+++ incubator/wicket/trunk/pom.xml Tue Jun 26 10:55:48 2007
@@ -38,6 +38,7 @@
 			</activation>
 			<modules>
 				<module>jdk-1.4</module>
+				<module>archetypes/quickstart</module>
 			</modules>
 		</profile>
 		<profile>
@@ -47,6 +48,7 @@
 			</activation>
 			<modules>
 				<module>jdk-1.5</module>
+				<module>archetypes/quickstart</module>
 			</modules>
 		</profile>
 		<profile>
@@ -129,6 +131,7 @@
 			<modules>
 				<module>jdk-1.4</module>
 				<module>jdk-1.5</module>
+				<module>archetypes/quickstart</module>
 				<module>testing/wicket-threadtest</module>
 			</modules>
 		</profile>