Description: don't do internet stuff
Forwarded: no
Origin: Vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-06-23
Bug-Debian: http://bugs.debian.org/536988

--- a/build.xml
+++ b/build.xml
@@ -238,14 +238,16 @@
 
         <mkdir dir="tools"/>
         <!--download the BND library for creating entries in the manifest.mf file which make it a compliant OSGi bundle. See http://www.osgi.org/ -->
+        <!--
         <java classname="ca.odell.glazedlists.impl.HttpClient">
             <classpath path="${classes.dir}"/>
             <arg value="${download.tools.url}/bnd/bnd.jar"/>
             <arg value="tools/bnd.jar"/>
         </java>
+        -->
 
         <!-- prepare the bnd task which generates OSGi bundle JARs -->
-        <taskdef resource="aQute/bnd/ant/taskdef.properties" classpath="tools/bnd.jar"/>
+        <!-- <taskdef resource="aQute/bnd/ant/taskdef.properties" classpath="tools/bnd.jar"/> -->
 
         <!-- create a normal jar file -->
         <jar destfile="${target.dir}/${jar.file}" update="true" index="true">
@@ -259,13 +261,13 @@
         </jar>
 
         <!-- use the BND tool to generate an OSGi jar from scratch, using the original JAR file as input -->
-        <bnd classpath="${target.dir}/${jar.file}" output="${target.dir}/${jar.file}.osgi" exceptions="true" files="glazedlists.bnd"/>
+        <!-- <bnd classpath="${target.dir}/${jar.file}" output="${target.dir}/${jar.file}.osgi" exceptions="true" files="glazedlists.bnd"/> -->
 
         <!-- delete the original jar file -->
-        <delete file="${target.dir}/${jar.file}"/>
+        <!-- <delete file="${target.dir}/${jar.file}"/> -->
 
         <!-- rename the OSGi Bundle to the orignal jar file's name -->
-        <move file="${target.dir}/${jar.file}.osgi" toFile="${target.dir}/${jar.file}"/>
+        <!-- <move file="${target.dir}/${jar.file}.osgi" toFile="${target.dir}/${jar.file}"/> -->
     </target>
 
     <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
