bloritsch 2002/10/02 14:08:34
Modified: infomover build.xml
Log:
Fix the build file so that there are no more references to "overlord"
Revision Changes Path
1.6 +6 -6 jakarta-avalon-apps/infomover/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-apps/infomover/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build.xml 2 Oct 2002 20:24:02 -0000 1.5
+++ build.xml 2 Oct 2002 21:08:34 -0000 1.6
@@ -70,8 +70,8 @@
<!-- Setup the filters -->
<target name="setup-filters">
- <filter token="Name" value="Avalon Apps - Overlord"/>
- <filter token="name" value="overlord"/>
+ <filter token="Name" value="Avalon Apps - InfoMover"/>
+ <filter token="name" value="infomover"/>
<filter token="version" value="${version}"/>
<filter token="year" value="${year}"/>
<filter token="status" value="${status}"/>
@@ -320,15 +320,15 @@
<target name="install" depends="main" description="Installs into Phoenix">
<!-- <fail message="install.dir not specified." unless="install.dir"/> -->
<echo message="Installing to ${install.dir}" />
- <delete dir="${install.dir}/overlord" />
- <copy file="${build.lib}/overlord.sar" todir="${install.dir}" />
+ <delete dir="${install.dir}/${name}" />
+ <copy file="${build.lib}/${name}.sar" todir="${install.dir}" />
</target>
<target name="uninstall" description="Uninstalls from Phoenix">
<!-- <fail message="install.dir not specified." unless="install.dir"/> -->
- <delete dir="${install.dir}/overlord/" />
- <delete file="overlord.sar" dir="${install.dir}"/>
+ <delete dir="${install.dir}/${name}/" />
+ <delete file="${name}.sar" dir="${install.dir}"/>
</target>
<target name="clean" description="Cleans up artifacts from build process">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>