Author: bago
Date: Sun Jun 15 04:53:57 2008
New Revision: 667944
URL: http://svn.apache.org/viewvc?rev=667944&view=rev
Log:
use biz.aQute as it is its m2 repository groupId.
moved jar reference to the include.properties (no versions in the build.xml).
Modified:
james/jsieve/trunk/build.xml
james/jsieve/trunk/include.properties
Modified: james/jsieve/trunk/build.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/build.xml?rev=667944&r1=667943&r2=667944&view=diff
==============================================================================
--- james/jsieve/trunk/build.xml (original)
+++ james/jsieve/trunk/build.xml Sun Jun 15 04:53:57 2008
@@ -317,11 +317,11 @@
<taskdef
resource="aQute/bnd/ant/taskdef.properties"
- classpath="stage/aQute/jars/bnd-0.0.249.jar"/>
+ classpath="${bnd.jar.relative}"/>
<bndwrap
jars='${build.lib}/${name}-${version}.jar'
output='${build.lib}/${name}-${version}.jar'
- definitions="manve-bundle.bnd"/>
+ definitions="manve-bundle.bnd"/>
<!-- Make jSieve jUnit jar-->
<echo message="Making jSieve jUnit Jar (${name}-junit-${version}.jar)"/>
Modified: james/jsieve/trunk/include.properties
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/include.properties?rev=667944&r1=667943&r2=667944&view=diff
==============================================================================
--- james/jsieve/trunk/include.properties (original)
+++ james/jsieve/trunk/include.properties Sun Jun 15 04:53:57 2008
@@ -52,6 +52,8 @@
# ----- JavaCC ----
javacc.jar=javacc-4.0.jar
+# ----- BND tool -----
+bnd.jar.relative=stage/biz.aQute/jars/bnd-0.0.249.jar
# --------------------------------------------------
# LIBRARIES REQUIRED FOR TESTING
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]