jicarilla-sandbox/platform build.xml,1.5,1.6
| Newsgroups | gmane.comp.java.jicarilla.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jicarilla/jicarilla-sandbox/platform
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1638/platform
Modified Files:
build.xml
Log Message:
fix the distribution building
Index: build.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- build.xml 24 Feb 2004 14:51:29 -0000 1.5
+++ build.xml 8 Mar 2004 19:49:29 -0000 1.6
@@ -160,8 +160,11 @@
<copy file="project.properties" todir="target/base"/>
<!-- todo: automate generation of this file -->
<copy file="dependencies-all.list" tofile="target/base/dependencies.list"/>
- <copy file="README.txt" todir="target/base"/>
- <copy file="LICENSE.txt" todir="target/base"/>
+ <copy todir="target/base">
+ <fileset dir="${basedir}">
+ <include name="*.txt"/>
+ </fileset>
+ </copy>
<copy file="${jbs.home}/build-basic.xml" tofile="target/base/build.xml"/>
</target>
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click