Browse Source

Just include all of commons lang in twitter/fdnotify plugins for now

We'll remove this when we get around to doing proper plugin
building and packaging.

Change-Id: I46dfc31b8034e46d4c840cf4c3eeff71d3c571cc
Reviewed-on: http://gerrit.dmdirc.com/1932
Automatic-Compile: DMDirc Local Commits <dmdirc@googlemail.com>
Reviewed-by: Greg Holmes <greg@dmdirc.com>
tags/0.6.6b1
Chris Smith 13 years ago
parent
commit
76a37f9288
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build-jar.xml

+ 2
- 2
build-jar.xml View File

@@ -17,7 +17,7 @@
17 17
 	<jar destfile="plugins/parser_twitter.jar" compress="${jar.compress}" keepcompression="true" update="true">
18 18
             <zipfileset src="modules/plugins/lib/commons-codec-1.3.jar" includes="org/apache/**"/>
19 19
             <zipfileset src="modules/plugins/lib/signpost-core-1.1-SNAPSHOT.jar" includes="com/google/** oauth/signpost/**"/>
20
-            <zipfileset src="modules/plugins/lib/commons-lang-2.4.jar" includes="org/apache/commons/lang/StringEscapeUtils.class org/apache/commons/lang/UnhandledException.class org/apache/commons/lang/IntHashMap*.class org/apache/commons/lang/Entities*.class"/>
20
+            <zipfileset src="modules/plugins/lib/commons-lang-2.4.jar" includes="org/apache/**"/>
21 21
         </jar>
22 22
 
23 23
         <jar destfile="plugins/ui_web.jar" compress="${jar.compress}" keepcompression="true" update="true">
@@ -44,7 +44,7 @@
44 44
         </jar>
45 45
 
46 46
         <jar destfile="plugins/freedesktop_notifications.jar" compress="${jar.compress}" keepcompression="true" update="true">
47
-            <zipfileset src="modules/plugins/lib/commons-lang-2.4.jar" includes="org/apache/commons/lang/StringEscapeUtils.class org/apache/commons/lang/UnhandledException.class org/apache/commons/lang/IntHashMap*.class org/apache/commons/lang/Entities*.class"/>
47
+            <zipfileset src="modules/plugins/lib/commons-lang-2.4.jar" includes="org/apache/**"/>
48 48
         </jar>
49 49
     </target>
50 50
 

Loading…
Cancel
Save