Author: rdonkin
Date: Wed Apr 22 12:13:42 2009
New Revision: 767479

URL: http://svn.apache.org/viewvc?rev=767479&view=rev
Log:
Ensure Ant build copies jars to stage.

Modified:
    james/jsieve/trunk/build.xml

Modified: james/jsieve/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/james/jsieve/trunk/build.xml?rev=767479&r1=767478&r2=767479&view=diff
==============================================================================
--- james/jsieve/trunk/build.xml (original)
+++ james/jsieve/trunk/build.xml Wed Apr 22 12:13:42 2009
@@ -106,7 +106,8 @@
             </jar>
 
             <taskdef resource="aQute/bnd/ant/taskdef.properties" 
classpath="${bnd.jar.relative}" />
-            <bndwrap jars='${build.lib}/${nam...@{module}-${version}.jar' 
output='${build.lib}/${nam...@{module}-${version}.jar' definitions="." />
+            <bndwrap 
jars='${build.lib}/${na...@{prefix}@{name}-${version}.jar' 
output='${na...@{prefix}@{name}-${version}.jar' definitions="." />
+            <copy todir='${lib.jsieve.dir}' 
file='${build.lib}/${na...@{prefix}@{name}-${version}.jar' />
         </sequential>
     </macrodef>
     



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to