antlets/makeantlet/src xbuild.xml,1.2,1.3
| Newsgroups | gmane.comp.krysalis.metamorphosis.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/metamorphosis/antlets/makeantlet/src
In directory sc8-pr-cvs1:/tmp/cvs-serv14891/makeantlet/src
Modified Files:
xbuild.xml
Log Message:
Addeed fetch-antlet-changes.
Index: xbuild.xml
===================================================================
RCS file: /cvsroot/metamorphosis/antlets/makeantlet/src/xbuild.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** xbuild.xml 23 Dec 2003 00:21:58 -0000 1.2
--- xbuild.xml 23 Dec 2003 00:22:39 -0000 1.3
***************
*** 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}"/>
--- 20,23 ----
***************
*** 31,35 ****
<copy todir="${makeantlet.antlet.namedbuild.dir}">
<fileset dir="${makeantlet.antlet.src.dir}">
! <include name="${basedir}/lib/**/*"/>
</fileset>
</copy>
--- 28,35 ----
<copy todir="${makeantlet.antlet.namedbuild.dir}">
<fileset dir="${makeantlet.antlet.src.dir}">
! <include name="**/*"/>
! </fileset>
! <fileset dir="${basedir}">
! <include name="lib/**/*"/>
</fileset>
</copy>
***************
*** 44,47 ****
--- 44,64 ----
</copy>
</target>
+
+
+ <target name="fetch-antlet-changes" depends="antlet-prep-makeantlet">
+ <!-- @description Pull changes made to a project.name antlet in the antlets.dir back to the makeantlet.antlet.src.dir -->
+
+
+ <copy todir="${makeantlet.antlet.src.dir}">
+ <fileset dir="${antlet.dir}/${makeantlet.antlet.namedversion}/">
+ <include name="**/*"/>
+ <exclude name="lib/**"/>
+ <exclude name="xdocs/**"/>
+ <exclude name="antletdoc.xml"/>
+ </fileset>
+ </copy>
+
+ </target>
+
-------------------------------------------------------
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