[richfaces-svn-commits] JBoss Rich Faces SVN: r18768 - in sandbox/trunk/examples/richfaces-showcase-gae: src/main/webapp/WEB-INF and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Aug 18 13:03:36 EDT 2010


Author: nbelaevski
Date: 2010-08-18 13:03:36 -0400 (Wed, 18 Aug 2010)
New Revision: 18768

Removed:
   sandbox/trunk/examples/richfaces-showcase-gae/src/test/java/org/richfaces/examples/
Modified:
   sandbox/trunk/examples/richfaces-showcase-gae/pom.xml
   sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/WEB-INF/appengine-web.xml
Log:
Commented out unnecessary dependencies in richfaces-showcase-gae

Modified: sandbox/trunk/examples/richfaces-showcase-gae/pom.xml
===================================================================
--- sandbox/trunk/examples/richfaces-showcase-gae/pom.xml	2010-08-18 16:47:14 UTC (rev 18767)
+++ sandbox/trunk/examples/richfaces-showcase-gae/pom.xml	2010-08-18 17:03:36 UTC (rev 18768)
@@ -27,6 +27,7 @@
             <version>3.8.1</version>
             <scope>test</scope>
         </dependency>
+        <!--
         <dependency>
             <groupId>com.google.appengine</groupId>
             <artifactId>appengine-api-1.0-labs</artifactId>
@@ -51,11 +52,25 @@
             <version>${gae.version}</version>
             <scope>test</scope>
         </dependency>
+        -->
+        <!--app engine related dependencies -->
+        <!--
+        <dependency>
+            <groupId>com.google.appengine</groupId>
+            <artifactId>appengine-api-1.0-sdk</artifactId>
+            <version>${gae.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>com.google.appengine.orm</groupId>
+            <artifactId>datanucleus-appengine</artifactId>
+            <version>1.0.6</version>
+        </dependency>
+        -->
         <!--servlet and jsp api -->
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
-            <version>2.4</version>
+            <version>2.5</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -64,18 +79,7 @@
             <version>2.0</version>
             <scope>provided</scope>
         </dependency>
-        <!--app engine related dependencies -->
         <dependency>
-            <groupId>com.google.appengine</groupId>
-            <artifactId>appengine-api-1.0-sdk</artifactId>
-            <version>${gae.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>com.google.appengine.orm</groupId>
-            <artifactId>datanucleus-appengine</artifactId>
-            <version>1.0.6</version>
-        </dependency>
-        <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jta_1.1_spec</artifactId>
             <version>1.1.1</version>
@@ -85,21 +89,6 @@
             <artifactId>geronimo-jpa_3.0_spec</artifactId>
             <version>1.1.1</version>
         </dependency>
-        <dependency>
-            <groupId>javax.jdo</groupId>
-            <artifactId>jdo2-api</artifactId>
-            <version>2.3-eb</version>
-        </dependency>
-        <dependency>
-            <groupId>org.datanucleus</groupId>
-            <artifactId>datanucleus-core</artifactId>
-            <version>1.1.5</version>
-        </dependency>
-        <dependency>
-            <groupId>org.datanucleus</groupId>
-            <artifactId>datanucleus-jpa</artifactId>
-            <version>1.1.5</version>
-        </dependency>
         <!--jstl -->
         <dependency>
             <groupId>javax.servlet</groupId>
@@ -107,11 +96,6 @@
             <version>1.1.2</version>
         </dependency>
         <dependency>
-            <groupId>taglibs</groupId>
-            <artifactId>standard</artifactId>
-            <version>1.1.2</version>
-        </dependency>
-        <dependency>
             <groupId>com.sun.faces</groupId>
             <artifactId>jsf-api</artifactId>
             <version>2.0.2</version>
@@ -121,15 +105,7 @@
             <artifactId>jsf-impl</artifactId>
             <version>2.0.2</version>
         </dependency>
-        
         <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.5</version>
-            <scope>provided</scope>
-        </dependency>
-
-        <dependency>
         	<groupId>xalan</groupId>
         	<artifactId>xalan</artifactId>
         	<version>2.7.1</version>
@@ -140,11 +116,6 @@
         	<version>2.9.1</version>
         </dependency>
         <dependency>
-        	<groupId>com.sun.faces</groupId>
-        	<artifactId>jsf-impl</artifactId>
-        	<version>2.0.2</version>
-        </dependency>
-        <dependency>
         	<groupId>org.richfaces.ui</groupId>
         	<artifactId>richfaces-components-ui</artifactId>
         	<version>4.0.0-SNAPSHOT</version>

Modified: sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/WEB-INF/appengine-web.xml
===================================================================
--- sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/WEB-INF/appengine-web.xml	2010-08-18 16:47:14 UTC (rev 18767)
+++ sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/WEB-INF/appengine-web.xml	2010-08-18 17:03:36 UTC (rev 18768)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
     <application>richfaces-showcase-gae</application>
-    <version>9</version>
+    <version>10</version>
     <sessions-enabled>true</sessions-enabled>
     
     <system-properties>



More information about the richfaces-svn-commits mailing list