[seam-commits] Seam SVN: r8718 - trunk/seam-gen/build-scripts.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Sun Aug 17 20:39:09 EDT 2008
Author: dan.j.allen
Date: 2008-08-17 20:39:09 -0400 (Sun, 17 Aug 2008)
New Revision: 8718
Modified:
trunk/seam-gen/build-scripts/build-war.xml
trunk/seam-gen/build-scripts/build.xml
Log:
include orm.xml in deployment
Modified: trunk/seam-gen/build-scripts/build-war.xml
===================================================================
--- trunk/seam-gen/build-scripts/build-war.xml 2008-08-18 00:37:24 UTC (rev 8717)
+++ trunk/seam-gen/build-scripts/build-war.xml 2008-08-18 00:39:09 UTC (rev 8718)
@@ -196,6 +196,7 @@
<include name="*jpdl.xml" />
<include name="*hibernate.cfg.xml" />
<include name="jbpm.cfg.xml" />
+ <include name="META-INF/orm.xml" />
</fileset>
</copy>
Modified: trunk/seam-gen/build-scripts/build.xml
===================================================================
--- trunk/seam-gen/build-scripts/build.xml 2008-08-18 00:37:24 UTC (rev 8717)
+++ trunk/seam-gen/build-scripts/build.xml 2008-08-18 00:39:09 UTC (rev 8718)
@@ -87,6 +87,7 @@
<copy todir="${jar.dir}/META-INF">
<fileset dir="${basedir}/resources/META-INF">
<include name="ejb-jar.xml" />
+ <include name="orm.xml" />
</fileset>
</copy>
<copy tofile="${jar.dir}/META-INF/persistence.xml"
More information about the seam-commits
mailing list