[jboss-cvs] jboss-seam ...
Norman Richards
norman.richards at jboss.com
Sun Jan 21 02:24:47 EST 2007
User: nrichards
Date: 07/01/21 02:24:47
Modified: jboss-seam build.xml
Log:
add local jar extension point
Revision Changes Path
1.130 +8 -3 jboss-seam/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -b -r1.129 -r1.130
--- build.xml 18 Jan 2007 01:13:37 -0000 1.129
+++ build.xml 21 Jan 2007 07:24:47 -0000 1.130
@@ -81,6 +81,9 @@
<property name="example.ds" value="${example.name}-ds.xml"/>
<path id="example.path" />
+ <fileset id="example.local.jar" dir=".">
+ <exclude name="**/*" />
+ </fileset>
<fileset id="lib"
dir="${imported.basedir}"
@@ -128,6 +131,7 @@
<include name="jboss-cache-jdk50.jar" if="example.cache.lib"/>
<include name="jboss-aop-jdk50.jar" if="example.cache.lib"/>
<include name="jgroups.jar" if="example.cache.lib"/>
+ <include name="jgroups.jar" if="example.cache.lib"/>
</zipfileset>
<zipfileset id="example.drools.jar"
@@ -1058,6 +1062,7 @@
<fileset refid="example.seam.main.jar"/>
<fileset refid="example.drools.jar"/>
<fileset refid="example.extra.jar"/>
+ <fileset refid="example.local.jar" />
<zipfileset dir="${build.dir}">
<include name="${example.name}.jar"/>
</zipfileset>
More information about the jboss-cvs-commits
mailing list