|
From: <tr...@us...> - 2003-09-12 00:44:15
|
Update of /cvsroot/babeldoc/babeldoc/modules/core
In directory sc8-pr-cvs1:/tmp/cvs-serv14277
Modified Files:
build.xml
Log Message:
removed all work on the binary directory from the build.xml - the binary files now come from the init "module"
Index: build.xml
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/core/build.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** build.xml 27 Jun 2003 02:19:57 -0000 1.11
--- build.xml 12 Sep 2003 00:44:09 -0000 1.12
***************
*** 69,78 ****
<include name="examples/**"/>
<include name="lib/**"/>
- <include name="bin/**"/>
</fileset>
</copy>
-
- <!-- make all the files in the binary directory -->
- <chmod perm="+x" dir="${base_dir}/build/bin" includes="*"/>
</target>
--- 69,74 ----
|