Update sdes4j to official 1.1.3 release (includes proper OSGi metadata)

smack4
Ingo Bauersachs 10 years ago
parent 569a1dab52
commit db8aef0758

@ -65,7 +65,7 @@
<classpathentry kind="lib" path="lib/installer-exclude/otr4j.jar"/>
<classpathentry kind="lib" path="lib/installer-exclude/profiler4j-1.0-beta3-SC.jar"/>
<classpathentry kind="lib" path="lib/installer-exclude/libphonenumber-5.9.jar"/>
<classpathentry kind="lib" path="lib/installer-exclude/sdes4j.jar"/>
<classpathentry kind="lib" path="lib/installer-exclude/sdes4j-1.1.3.jar"/>
<classpathentry kind="lib" path="lib/installer-exclude/smack.jar" sourcepath="lib/installer-exclude/smack-src.jar"/>
<classpathentry kind="lib" path="lib/installer-exclude/smackx.jar"/>
<classpathentry kind="lib" path="lib/installer-exclude/swing-worker-1.2.jar"/>

@ -2513,14 +2513,7 @@ org.bouncycastle.util"/>
<!--BUNDLE-SDES4J -->
<target name="bundle-sdes4j">
<jar compress="true" destfile="${bundles.dest}/sdes4j.jar"
filesetmanifest="merge">
<zipfileset src="${lib.noinst}/sdes4j.jar" prefix=""/>
<manifest>
<attribute name="System-Bundle" value="yes"/>
</manifest>
</jar>
<copy file="${lib.noinst}/sdes4j-1.1.3.jar" tofile="${bundles.dest}/sdes4j.jar"/>
</target>
<!--BUNDLE-JSON -->

Binary file not shown.
Loading…
Cancel
Save