Author: veithm
Date: Mon Mar 25 09:38:11 2013
New Revision: 1460561
URL: http://svn.apache.org/r1460561
Log:
Enabling release build of a specific binding only
Change-Id: I3946152bd6a5c12978e995f19961d26a34cfbf8b
Modified:
etch/trunk/build.xml
Modified: etch/trunk/build.xml
URL:
http://svn.apache.org/viewvc/etch/trunk/build.xml?rev=1460561&r1=1460560&r2=1460561&view=diff
==============================================================================
--- etch/trunk/build.xml (original)
+++ etch/trunk/build.xml Mon Mar 25 09:38:11 2013
@@ -35,6 +35,10 @@
<antcall target="component-binding-${binding}"/>
<antcall target="post-debug"/>
</target>
+ <target name="release-binding" depends="init-release">
+ <antcall target="component-binding-${binding}"/>
+ <antcall target="post-release"/>
+ </target>
<!-- Execute a clean, then 'debug' build -->
<target name="rebuild-debug">