[seam-commits] Seam SVN: r15280 - in branches/enterprise/WFK-2_1/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
Thu Oct 11 10:50:01 EDT 2012


Author: manaRH
Date: 2012-10-11 10:50:01 -0400 (Thu, 11 Oct 2012)
New Revision: 15280

Modified:
   branches/enterprise/WFK-2_1/examples/seamspace/seamspace-web/pom.xml
   branches/enterprise/WFK-2_1/examples/seamspace/seamspace-web/src/main/webapp/WEB-INF/pages.xml
Log:
seamspace cleanup

Modified: branches/enterprise/WFK-2_1/examples/seamspace/seamspace-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seamspace/seamspace-web/pom.xml	2012-10-11 14:49:51 UTC (rev 15279)
+++ branches/enterprise/WFK-2_1/examples/seamspace/seamspace-web/pom.xml	2012-10-11 14:50:01 UTC (rev 15280)
@@ -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/enterprise/WFK-2_1/examples/seamspace/seamspace-web/src/main/webapp/WEB-INF/pages.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seamspace/seamspace-web/src/main/webapp/WEB-INF/pages.xml	2012-10-11 14:49:51 UTC (rev 15279)
+++ branches/enterprise/WFK-2_1/examples/seamspace/seamspace-web/src/main/webapp/WEB-INF/pages.xml	2012-10-11 14:50:01 UTC (rev 15280)
@@ -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