antlets/init/src xbuild.xml,1.2,1.3
| Newsgroups | gmane.comp.krysalis.metamorphosis.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/metamorphosis/antlets/init/src
In directory sc8-pr-cvs1:/tmp/cvs-serv16303/init/src
Modified Files:
xbuild.xml
Log Message:
Removed more centipede references.
Added project.build.dir
Index: xbuild.xml
===================================================================
RCS file: /cvsroot/metamorphosis/antlets/init/src/xbuild.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** xbuild.xml 31 Oct 2003 08:44:52 -0000 1.2
--- xbuild.xml 23 Dec 2003 00:30:14 -0000 1.3
***************
*** 73,78 ****
<!-- base centipede dirs -->
! <property name="antlets.dir" value="${centipede.home}/tools/antlets"/>
! <property name="jars.dir" value="${centipede.home}/tools/jars"/>
<!-- project dirs -->
--- 73,77 ----
<!-- base centipede dirs -->
! <property name="antlets.dir" value="${ant.home}/tools/antlet"/>
<!-- project dirs -->
***************
*** 81,85 ****
<property name="dist.dir" value="./dist"/>
! <dirname property="build.dir" file="./build/build.xml"/>
<property name="work.dir" value="${build.dir}/work"/>
<property name="temp.dir" value="${work.dir}/temp"/>
--- 80,85 ----
<property name="dist.dir" value="./dist"/>
! <dirname property="build.dir" file="./build/build.xml"/>
! <property name="project.build.dir" value="${build.dir}/${project.name}"/>
<property name="work.dir" value="${build.dir}/work"/>
<property name="temp.dir" value="${work.dir}/temp"/>
***************
*** 93,96 ****
--- 93,97 ----
<mkdir dir="${dist.dir}"/>
<mkdir dir="${build.dir}"/>
+ <mkdir dir="${project.build.dir}"/>
<mkdir dir="${work.dir}"/>
<mkdir dir="${temp.dir}"/>
-------------------------------------------------------
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