pgoldstein 2002/10/20 14:06:25
Modified: . build.xml
Log:
Changed the build.xml to make phoenix.sh executable as part of the build.
Revision Changes Path
1.113 +2 -1 jakarta-james/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-james/build.xml,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- build.xml 20 Oct 2002 21:03:50 -0000 1.112
+++ build.xml 20 Oct 2002 21:06:25 -0000 1.113
@@ -177,6 +177,7 @@
<chmod perm="+x">
<fileset dir="${dist.dir}/bin">
<include name="run.sh"/>
+ <include name="phoenix.sh"/>
</fileset>
</chmod>
<fixcrlf srcdir="." includes="build.sh" eol="lf"/>
--
To unsubscribe, e-mail: <mailto:james-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:james-dev-help@;jakarta.apache.org>