[seam-commits] Seam SVN: r7267 - trunk/examples/jpa.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Jan 28 16:52:19 EST 2008
Author: jbalunas at redhat.com
Date: 2008-01-28 16:52:19 -0500 (Mon, 28 Jan 2008)
New Revision: 7267
Modified:
trunk/examples/jpa/build-websphere61.xml
Log:
updated for websphere reference chapter
Modified: trunk/examples/jpa/build-websphere61.xml
===================================================================
--- trunk/examples/jpa/build-websphere61.xml 2008-01-28 21:52:03 UTC (rev 7266)
+++ trunk/examples/jpa/build-websphere61.xml 2008-01-28 21:52:19 UTC (rev 7267)
@@ -3,7 +3,7 @@
<project name="JPA Booking" default="noejb.archive" basedir=".">
<!-- Naming -->
- <property name="Name" value="The JPA Example for WebSphere 6.1.0.9"/>
+ <property name="Name" value="The JPA Example for WebSphere 6.1.0.13 + EJB3 FP"/>
<property name="example.name" value="jboss-seam-jpa"/>
<!-- resources -->
@@ -31,7 +31,6 @@
<!-- JSF (and related) implementation -->
<include name="lib/jsf-api.jar"/>
<include name="lib/jsf-impl.jar"/>
- <include name="lib/jstl.jar"/>
<include name="examples/jpa/lib/el-ri.jar"/>
<include name="lib/el-api.jar" />
@@ -42,14 +41,13 @@
<include name="lib/hibernate-entitymanager.jar"/>
<include name="lib/hibernate-validator.jar"/>
<include name="examples/jpa/lib/jboss-archive-browsing.jar" />
- <include name="lib/persistence-api.jar" />
<include name="lib/cglib.jar"/>
+ <include name="lib/asm.jar"/>
<include name="lib/antlr.jar" />
</fileset>
<fileset id="noejb.war.extras" dir="${resources.dir}">
<include name="WEB-INF/classes/**/*" />
- <include name="META-INF/*.taglib.xml" />
</fileset>
</project>
More information about the seam-commits
mailing list