[seam-commits] Seam SVN: r15203 - in branches/community/Seam_2_3/examples/quartz: quartz-web and 1 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Oct 8 07:50:42 EDT 2012
Author: maschmid
Date: 2012-10-08 07:50:42 -0400 (Mon, 08 Oct 2012)
New Revision: 15203
Modified:
branches/community/Seam_2_3/examples/quartz/quartz-tests/src/test/java/org/jboss/seam/example/quartz/test/AccountTest.java
branches/community/Seam_2_3/examples/quartz/quartz-web/pom.xml
branches/community/Seam_2_3/examples/quartz/quartz-web/src/main/webapp/search.xhtml
Log:
quartz example cleanup
Modified: branches/community/Seam_2_3/examples/quartz/quartz-tests/src/test/java/org/jboss/seam/example/quartz/test/AccountTest.java
===================================================================
--- branches/community/Seam_2_3/examples/quartz/quartz-tests/src/test/java/org/jboss/seam/example/quartz/test/AccountTest.java 2012-10-08 11:40:16 UTC (rev 15202)
+++ branches/community/Seam_2_3/examples/quartz/quartz-tests/src/test/java/org/jboss/seam/example/quartz/test/AccountTest.java 2012-10-08 11:50:42 UTC (rev 15203)
@@ -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/community/Seam_2_3/examples/quartz/quartz-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/quartz/quartz-web/pom.xml 2012-10-08 11:40:16 UTC (rev 15202)
+++ branches/community/Seam_2_3/examples/quartz/quartz-web/pom.xml 2012-10-08 11:50:42 UTC (rev 15203)
@@ -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/community/Seam_2_3/examples/quartz/quartz-web/src/main/webapp/search.xhtml
===================================================================
--- branches/community/Seam_2_3/examples/quartz/quartz-web/src/main/webapp/search.xhtml 2012-10-08 11:40:16 UTC (rev 15202)
+++ branches/community/Seam_2_3/examples/quartz/quartz-web/src/main/webapp/search.xhtml 2012-10-08 11:50:42 UTC (rev 15203)
@@ -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