aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2012-11-21 12:37:50 +0000
committerDamian Minkov <damencho@jitsi.org>2012-11-21 12:37:50 +0000
commit4f3d81f0ccdecc7528114f7470a0c2749a908982 (patch)
treedbd764bc0263ec724bf77c78a938a946a07368f8 /build.xml
parente2ef092f63761dccd574e0b10b9e6f0f06bc852d (diff)
downloadjitsi-4f3d81f0ccdecc7528114f7470a0c2749a908982.zip
jitsi-4f3d81f0ccdecc7528114f7470a0c2749a908982.tar.gz
jitsi-4f3d81f0ccdecc7528114f7470a0c2749a908982.tar.bz2
Replaces json lib.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index b346cd2..818e28c 100644
--- a/build.xml
+++ b/build.xml
@@ -2340,11 +2340,8 @@ javax.swing.event, javax.swing.border"/>
<jar compress="true" destfile="${bundles.dest}/json.jar"
filesetmanifest="merge">
- <zipfileset src="${lib.noinst}/json-20090723.jar" prefix=""/>
+ <zipfileset src="${lib.noinst}/json-simple-1.1.1.jar" prefix=""/>
<manifest>
- <attribute name="Export-Package" value="org.json"/>
- <attribute name="Bundle-Name" value="Json"/>
- <attribute name="Bundle-Description" value="Json library."/>
<attribute name="System-Bundle" value="yes"/>
</manifest>
</jar>