Revision: 7306
Author: pavel.slegr
Date: Tue Aug 4 03:44:11 2009
Log: added strip config
http://code.google.com/p/mobicents/source/detail?r=7306
Modified:
/branches/jbcp/1.2/mobicents-all/build.xml
=======================================
--- /branches/jbcp/1.2/mobicents-all/build.xml Mon Jul 27 14:16:03 2009
+++ /branches/jbcp/1.2/mobicents-all/build.xml Tue Aug 4 03:44:11 2009
@@ -111,7 +111,7 @@
<copy file="${release.readme.file.location}" todir="${release.dir}"
overwrite="true"/>
<antcall target="copy-frontpage"/>
-
+ <antcall target="copy-strip-conf"/>
<antcall target="build-src-zip" />
<antcall target="zip-release"/>
<antcall target="clean"/>
@@ -327,6 +327,13 @@
</copy>
</target>
+ <!-- copy strip conf -->
+ <target name="copy-strip-conf" depends="">
+ <copy verbose="true" overwrite="true"
todir="${release.dir}/strip-config">
+ <fileset dir="${ant.file.mobicents.release}/../strip-config/"
includes="*/**"/>
+ </copy>
+ </target>
+
<!-- zip source -->
<target name="build-src-zip" depends="">