Author: dan.j.allen
Date: 2009-04-08 00:30:55 -0400 (Wed, 08 Apr 2009)
New Revision: 10343
Modified:
branches/community/Seam_2_0/seam-gen/icefaces/build-scripts/build.xml
Log:
put drl in proper location
Modified: branches/community/Seam_2_0/seam-gen/icefaces/build-scripts/build.xml
===================================================================
--- branches/community/Seam_2_0/seam-gen/icefaces/build-scripts/build.xml 2009-04-07
23:20:21 UTC (rev 10342)
+++ branches/community/Seam_2_0/seam-gen/icefaces/build-scripts/build.xml 2009-04-08
04:30:55 UTC (rev 10343)
@@ -81,6 +81,7 @@
<copy todir="${jar.dir}">
<fileset dir="${basedir}/resources">
<include name="seam.properties" />
+ <include name="*.drl" />
</fileset>
</copy>
<copy todir="${jar.dir}/META-INF">
@@ -137,9 +138,8 @@
<copy todir="${ear.dir}">
<fileset dir="${basedir}/resources">
<include name="*jpdl.xml" />
- <include name="hibernate.cfg.xml" />
+ <include name="*hibernate.cfg.xml" />
<include name="jbpm.cfg.xml" />
- <include name="*.drl" />
</fileset>
<fileset dir="${lib.dir}">
<include name="jboss-seam.jar" />
Show replies by date