You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2009/04/22 14:30:07 UTC

svn commit: r767485 - /james/jsieve/trunk/build.xml

Author: rdonkin
Date: Wed Apr 22 12:30:07 2009
New Revision: 767485

URL: http://svn.apache.org/viewvc?rev=767485&view=rev
Log:
Intermediary build should be in target.

Modified:
    james/jsieve/trunk/build.xml

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



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org