[seam-commits] Seam SVN: r15230 - in branches/community/Seam_2_3/examples/seamspace/seamspace-web: src/main/webapp/WEB-INF and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Oct 9 05:55:00 EDT 2012


Author: maschmid
Date: 2012-10-09 05:55:00 -0400 (Tue, 09 Oct 2012)
New Revision: 15230

Modified:
   branches/community/Seam_2_3/examples/seamspace/seamspace-web/pom.xml
   branches/community/Seam_2_3/examples/seamspace/seamspace-web/src/main/webapp/WEB-INF/pages.xml
Log:
seamspace cleanup


Modified: branches/community/Seam_2_3/examples/seamspace/seamspace-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamspace/seamspace-web/pom.xml	2012-10-09 09:45:20 UTC (rev 15229)
+++ branches/community/Seam_2_3/examples/seamspace/seamspace-web/pom.xml	2012-10-09 09:55:00 UTC (rev 15230)
@@ -49,6 +49,16 @@
             <groupId>org.richfaces.core</groupId>
             <artifactId>richfaces-core-impl</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.jboss.spec.javax.faces</groupId>
+            <artifactId>jboss-jsf-api_2.1_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.jboss.spec.javax.servlet</groupId>
+            <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
     </dependencies>
   
     <build>

Modified: branches/community/Seam_2_3/examples/seamspace/seamspace-web/src/main/webapp/WEB-INF/pages.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamspace/seamspace-web/src/main/webapp/WEB-INF/pages.xml	2012-10-09 09:45:20 UTC (rev 15229)
+++ branches/community/Seam_2_3/examples/seamspace/seamspace-web/src/main/webapp/WEB-INF/pages.xml	2012-10-09 09:55:00 UTC (rev 15230)
@@ -115,10 +115,6 @@
             <redirect view-id="/home.xhtml"/>
         </navigation>
         
-        <navigation from-action="#{blog.createComment}">
-          <redirect view-id="/comment.xhtml"/>
-        </navigation>
-        
         <navigation from-action="#{blog.createEntry}">
           <redirect view-id="/createBlog.xhtml"/>
         </navigation>



More information about the seam-commits mailing list