antlets/makeantlet/src xbuild.xml,1.1,1.2
| Newsgroups | gmane.comp.krysalis.metamorphosis.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/metamorphosis/antlets/makeantlet/src
In directory sc8-pr-cvs1:/tmp/cvs-serv14752/makeantlet/src
Modified Files:
xbuild.xml
Log Message:
Added lib dir.
Index: xbuild.xml
===================================================================
RCS file: /cvsroot/metamorphosis/antlets/makeantlet/src/xbuild.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** xbuild.xml 31 Oct 2003 08:09:34 -0000 1.1
--- xbuild.xml 23 Dec 2003 00:21:58 -0000 1.2
***************
*** 20,23 ****
--- 20,26 ----
value="${basedir}/src"
/>
+ <property name="makeantlet.antlet.lib.dir"
+ value="${basedir}/lib"
+ />
<property name="makeantlet.antlet.namedbuild.dir"
value="${build.dir}/${makeantlet.antlet.name}"/>
***************
*** 28,32 ****
<copy todir="${makeantlet.antlet.namedbuild.dir}">
<fileset dir="${makeantlet.antlet.src.dir}">
! <include name="**/*"/>
</fileset>
</copy>
--- 31,35 ----
<copy todir="${makeantlet.antlet.namedbuild.dir}">
<fileset dir="${makeantlet.antlet.src.dir}">
! <include name="${basedir}/lib/**/*"/>
</fileset>
</copy>
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click