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/03/13 17:47:28 UTC

svn commit: r517766 - /incubator/wicket/branches/wicket-1.x/pom.xml

Author: ivaynberg
Date: Tue Mar 13 09:47:27 2007
New Revision: 517766

URL: http://svn.apache.org/viewvc?view=rev&rev=517766
Log:
added jdk1.5 profile only for bamboo

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

Modified: incubator/wicket/branches/wicket-1.x/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/pom.xml?view=diff&rev=517766&r1=517765&r2=517766
==============================================================================
--- incubator/wicket/branches/wicket-1.x/pom.xml (original)
+++ incubator/wicket/branches/wicket-1.x/pom.xml Tue Mar 13 09:47:27 2007
@@ -41,6 +41,16 @@
 			</modules>
 		</profile>
 		<profile>
+			<id>jdk-1.5</id>
+			<activation>
+				<activeByDefault>false</activeByDefault>
+				<jdk>1.5</jdk>
+			</activation>
+			<modules>
+				<module>jdk-1.5</module>
+			</modules>
+		</profile>
+		<profile>
 			<id>all</id>
 			<activation>
 				<activeByDefault>true</activeByDefault>