You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by fr...@apache.org on 2007/03/14 23:40:40 UTC

svn commit: r518363 - in /incubator/wicket/branches/wicket-1.x: ./ jdk-1.4/ jdk-1.5/ pom.xml

Author: frankbille
Date: Wed Mar 14 15:40:33 2007
New Revision: 518363

URL: http://svn.apache.org/viewvc?view=rev&rev=518363
Log:
Don't use the jdk15 profile because we then can't just do mvn whatever.

Modified:
    incubator/wicket/branches/wicket-1.x/   (props changed)
    incubator/wicket/branches/wicket-1.x/jdk-1.4/   (props changed)
    incubator/wicket/branches/wicket-1.x/jdk-1.5/   (props changed)
    incubator/wicket/branches/wicket-1.x/pom.xml

Propchange: incubator/wicket/branches/wicket-1.x/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Mar 14 15:40:33 2007
@@ -0,0 +1,2 @@
+target
+.metadata

Propchange: incubator/wicket/branches/wicket-1.x/jdk-1.4/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Mar 14 15:40:33 2007
@@ -0,0 +1 @@
+target

Propchange: incubator/wicket/branches/wicket-1.x/jdk-1.5/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Mar 14 15:40:33 2007
@@ -0,0 +1 @@
+target

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=518363&r1=518362&r2=518363
==============================================================================
--- incubator/wicket/branches/wicket-1.x/pom.xml (original)
+++ incubator/wicket/branches/wicket-1.x/pom.xml Wed Mar 14 15:40:33 2007
@@ -41,16 +41,6 @@
 			</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>