[webbeans-commits] Webbeans SVN: r2451 - in examples/trunk: wicket/conversations and 3 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Apr 16 16:41:40 EDT 2009


Author: cpopetz
Date: 2009-04-16 16:41:40 -0400 (Thu, 16 Apr 2009)
New Revision: 2451

Added:
   examples/trunk/wicket/gae/war/WEB-INF/lib/webbeans-servlet-1.0.0-SNAPSHOT.jar
Removed:
   examples/trunk/wicket/gae/war/WEB-INF/lib/webbeans-tomcat-1.0.0-SNAPSHOT.jar
Modified:
   examples/trunk/tomcat/pom.xml
   examples/trunk/wicket/conversations/pom.xml
   examples/trunk/wicket/gae/.classpath
   examples/trunk/wicket/numberguess/pom.xml
Log:
WBX-29 s/tomcat/servlet/


Modified: examples/trunk/tomcat/pom.xml
===================================================================
--- examples/trunk/tomcat/pom.xml	2009-04-16 20:38:26 UTC (rev 2450)
+++ examples/trunk/tomcat/pom.xml	2009-04-16 20:41:40 UTC (rev 2451)
@@ -55,8 +55,8 @@
       </dependency>
       
       <dependency>
-         <groupId>org.jboss.webbeans.tomcat</groupId>
-         <artifactId>webbeans-tomcat</artifactId>
+         <groupId>org.jboss.webbeans.servlet</groupId>
+         <artifactId>webbeans-servlet</artifactId>
          <scope>runtime</scope>
       </dependency>
       

Modified: examples/trunk/wicket/conversations/pom.xml
===================================================================
--- examples/trunk/wicket/conversations/pom.xml	2009-04-16 20:38:26 UTC (rev 2450)
+++ examples/trunk/wicket/conversations/pom.xml	2009-04-16 20:41:40 UTC (rev 2451)
@@ -34,8 +34,8 @@
       </dependency>
       
       <dependency>
-         <groupId>org.jboss.webbeans.tomcat</groupId>
-         <artifactId>webbeans-tomcat</artifactId>
+         <groupId>org.jboss.webbeans.servlet</groupId>
+         <artifactId>webbeans-servlet</artifactId>
       </dependency>
 
 	  <dependency>

Modified: examples/trunk/wicket/gae/.classpath
===================================================================
--- examples/trunk/wicket/gae/.classpath	2009-04-16 20:38:26 UTC (rev 2450)
+++ examples/trunk/wicket/gae/.classpath	2009-04-16 20:41:40 UTC (rev 2451)
@@ -4,7 +4,7 @@
 	<classpathentry excluding="**/*.java" kind="src" path="src/main/resources"/>
 	<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-tomcat-1.0.0-SNAPSHOT.jar"/>
+	<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/webbeans-wicket-1.0.0-SNAPSHOT.jar"/>
 	<classpathentry kind="lib" path="war/WEB-INF/lib/slf4j-api-1.4.2.jar"/>

Added: examples/trunk/wicket/gae/war/WEB-INF/lib/webbeans-servlet-1.0.0-SNAPSHOT.jar
===================================================================
(Binary files differ)


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

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

Modified: examples/trunk/wicket/numberguess/pom.xml
===================================================================
--- examples/trunk/wicket/numberguess/pom.xml	2009-04-16 20:38:26 UTC (rev 2450)
+++ examples/trunk/wicket/numberguess/pom.xml	2009-04-16 20:41:40 UTC (rev 2451)
@@ -34,8 +34,8 @@
       </dependency>
       
       <dependency>
-         <groupId>org.jboss.webbeans.tomcat</groupId>
-         <artifactId>webbeans-tomcat</artifactId>
+         <groupId>org.jboss.webbeans.servlet</groupId>
+         <artifactId>webbeans-servlet</artifactId>
          <scope>runtime</scope>
       </dependency>
 




More information about the weld-commits mailing list