[webbeans-commits] Webbeans SVN: r2482 - in examples/trunk/wicket: gae and 2 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Apr 17 12:12:56 EDT 2009


Author: cpopetz
Date: 2009-04-17 12:12:56 -0400 (Fri, 17 Apr 2009)
New Revision: 2482

Added:
   examples/trunk/wicket/gae/war/WEB-INF/lib/wicket-1.3.5.jboss1.jar
Removed:
   examples/trunk/wicket/gae/war/WEB-INF/lib/wicket-1.3-SNAPSHOT.jar
Modified:
   examples/trunk/wicket/conversations/pom.xml
   examples/trunk/wicket/gae/.classpath
   examples/trunk/wicket/numberguess/pom.xml
Log:
change dependency on wicket from snapshot to jboss-specific build


Modified: examples/trunk/wicket/conversations/pom.xml
===================================================================
--- examples/trunk/wicket/conversations/pom.xml	2009-04-17 16:11:34 UTC (rev 2481)
+++ examples/trunk/wicket/conversations/pom.xml	2009-04-17 16:12:56 UTC (rev 2482)
@@ -133,7 +133,7 @@
 	</build>
 
 	<properties>
-		<wicket.version>1.3-SNAPSHOT</wicket.version>
+		<wicket.version>1.3.5.jboss1</wicket.version>
 		<jetty.version>6.1.16</jetty.version>
 	</properties>
 

Modified: examples/trunk/wicket/gae/.classpath
===================================================================
--- examples/trunk/wicket/gae/.classpath	2009-04-17 16:11:34 UTC (rev 2481)
+++ examples/trunk/wicket/gae/.classpath	2009-04-17 16:12:56 UTC (rev 2482)
@@ -5,7 +5,7 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="com.google.appengine.eclipse.core.GAE_CONTAINER"/>
 	<classpathentry kind="lib" path="war/WEB-INF/lib/webbeans-servlet-1.0.0-SNAPSHOT.jar"/>
-	<classpathentry kind="lib" path="war/WEB-INF/lib/wicket-1.3-SNAPSHOT.jar"/>
+	<classpathentry kind="lib" path="war/WEB-INF/lib/wicket-1.3.5.jboss1.jar"/>
 	<classpathentry kind="lib" path="war/WEB-INF/lib/webbeans-wicket-1.0.0-SNAPSHOT.jar"/>
 	<classpathentry kind="lib" path="war/WEB-INF/lib/slf4j-api-1.4.2.jar"/>
 	<classpathentry kind="output" path="war/WEB-INF/classes"/>

Deleted: examples/trunk/wicket/gae/war/WEB-INF/lib/wicket-1.3-SNAPSHOT.jar
===================================================================
(Binary files differ)

Added: examples/trunk/wicket/gae/war/WEB-INF/lib/wicket-1.3.5.jboss1.jar
===================================================================
(Binary files differ)


Property changes on: examples/trunk/wicket/gae/war/WEB-INF/lib/wicket-1.3.5.jboss1.jar
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream

Modified: examples/trunk/wicket/numberguess/pom.xml
===================================================================
--- examples/trunk/wicket/numberguess/pom.xml	2009-04-17 16:11:34 UTC (rev 2481)
+++ examples/trunk/wicket/numberguess/pom.xml	2009-04-17 16:12:56 UTC (rev 2482)
@@ -134,7 +134,7 @@
 	</build>
 
 	<properties>
-		<wicket.version>1.3-SNAPSHOT</wicket.version>
+		<wicket.version>1.3.5.jboss1</wicket.version>
 		<jetty.version>6.1.16</jetty.version>
 	</properties>
 




More information about the weld-commits mailing list