aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.classpath2
-rw-r--r--build.xml9
-rw-r--r--lib/installer-exclude/sdes4j-1.1.3.jarbin0 -> 20232 bytes
-rw-r--r--lib/installer-exclude/sdes4j.jarbin17425 -> 0 bytes
4 files changed, 2 insertions, 9 deletions
diff --git a/.classpath b/.classpath
index 1e978b6..59a6781 100755
--- a/.classpath
+++ b/.classpath
@@ -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"/>
diff --git a/build.xml b/build.xml
index e2d975a..1d3e0f5 100644
--- a/build.xml
+++ b/build.xml
@@ -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 -->
diff --git a/lib/installer-exclude/sdes4j-1.1.3.jar b/lib/installer-exclude/sdes4j-1.1.3.jar
new file mode 100644
index 0000000..280bd54
--- /dev/null
+++ b/lib/installer-exclude/sdes4j-1.1.3.jar
Binary files differ
diff --git a/lib/installer-exclude/sdes4j.jar b/lib/installer-exclude/sdes4j.jar
deleted file mode 100644
index aeda2af..0000000
--- a/lib/installer-exclude/sdes4j.jar
+++ /dev/null
Binary files differ