[seam-commits] Seam SVN: r15267 - in branches/enterprise/WFK-2_1/examples/quartz: quartz-web and 1 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Oct 11 10:47:44 EDT 2012


Author: manaRH
Date: 2012-10-11 10:47:44 -0400 (Thu, 11 Oct 2012)
New Revision: 15267

Modified:
   branches/enterprise/WFK-2_1/examples/quartz/quartz-tests/src/test/java/org/jboss/seam/example/quartz/test/AccountTest.java
   branches/enterprise/WFK-2_1/examples/quartz/quartz-web/pom.xml
   branches/enterprise/WFK-2_1/examples/quartz/quartz-web/src/main/webapp/search.xhtml
Log:
quartz example cleanup

Modified: branches/enterprise/WFK-2_1/examples/quartz/quartz-tests/src/test/java/org/jboss/seam/example/quartz/test/AccountTest.java
===================================================================
--- branches/enterprise/WFK-2_1/examples/quartz/quartz-tests/src/test/java/org/jboss/seam/example/quartz/test/AccountTest.java	2012-10-11 14:47:30 UTC (rev 15266)
+++ branches/enterprise/WFK-2_1/examples/quartz/quartz-tests/src/test/java/org/jboss/seam/example/quartz/test/AccountTest.java	2012-10-11 14:47:44 UTC (rev 15267)
@@ -11,8 +11,6 @@
 import org.jboss.shrinkwrap.api.Archive;
 import org.jboss.shrinkwrap.api.spec.EnterpriseArchive;
 import org.jboss.shrinkwrap.api.spec.WebArchive;
-import org.jboss.shrinkwrap.resolver.api.DependencyResolvers;
-import org.jboss.shrinkwrap.resolver.api.maven.MavenDependencyResolver;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 

Modified: branches/enterprise/WFK-2_1/examples/quartz/quartz-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/quartz/quartz-web/pom.xml	2012-10-11 14:47:30 UTC (rev 15266)
+++ branches/enterprise/WFK-2_1/examples/quartz/quartz-web/pom.xml	2012-10-11 14:47:44 UTC (rev 15267)
@@ -55,6 +55,16 @@
                 </exclusion>
             </exclusions>
         </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/quartz/quartz-web/src/main/webapp/search.xhtml
===================================================================
--- branches/enterprise/WFK-2_1/examples/quartz/quartz-web/src/main/webapp/search.xhtml	2012-10-11 14:47:30 UTC (rev 15266)
+++ branches/enterprise/WFK-2_1/examples/quartz/quartz-web/src/main/webapp/search.xhtml	2012-10-11 14:47:44 UTC (rev 15267)
@@ -3,8 +3,7 @@
       xmlns:ui="http://java.sun.com/jsf/facelets"
       xmlns:h="http://java.sun.com/jsf/html"
       xmlns:f="http://java.sun.com/jsf/core"
-      xmlns:s="http://jboss.org/schema/seam/taglib"
-      template="template.xhtml">
+      xmlns:s="http://jboss.org/schema/seam/taglib">
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
     <title>Seam Pay</title>



More information about the seam-commits mailing list