Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-release-src > by-pkgid > f4bf0b8a93f8a4ab31785ec3fcefe967 > files > 3

extra166y-1.7.0-9.mga6.src.rpm

--- build.xml	2010-11-25 13:48:45.000000000 +0100
+++ build.xml-gil	2014-11-03 19:10:50.375388995 +0100
@@ -716,7 +716,11 @@
 
   </target>
 
-
+  <taskdef resource="aQute/bnd/ant/taskdef.properties" >
+    <classpath>
+             <fileset dir="/usr/share/java/aqute-bnd" />
+    </classpath>
+  </taskdef>
 
   <target name="extra166yjar"
           depends="extra166ycompile"
@@ -724,10 +728,12 @@
 
     <mkdir dir="${build.extra166ylib.dir}"/>
 
-    <jar destfile="${extra166yproduct.jar}" index="true">
-      <fileset dir="${build.extra166y.dir}"/>
-    </jar>
-
+    <bnd
+         classpath="${build.extra166y.dir}"
+         failok="false"
+         exceptions="false"
+         files="extra166y.bnd"
+         output="${extra166yproduct.jar}"/>
   </target>