Author: koen.aers(a)jboss.com
Date: 2011-06-28 12:10:31 -0400 (Tue, 28 Jun 2011)
New Revision: 32415
Modified:
trunk/forge/plugins/org.jboss.tools.forge.ui/META-INF/MANIFEST.MF
trunk/forge/plugins/org.jboss.tools.forge.ui/build.properties
Log:
removed unnecessary dependency on jline.jar
Modified: trunk/forge/plugins/org.jboss.tools.forge.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/forge/plugins/org.jboss.tools.forge.ui/META-INF/MANIFEST.MF 2011-06-28 16:02:27
UTC (rev 32414)
+++ trunk/forge/plugins/org.jboss.tools.forge.ui/META-INF/MANIFEST.MF 2011-06-28 16:10:31
UTC (rev 32415)
@@ -18,5 +18,4 @@
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.jboss.tools.forge.ForgeUIPlugin
-Bundle-ClassPath: .,
- lib/jline.jar
+Bundle-ClassPath: .
Modified: trunk/forge/plugins/org.jboss.tools.forge.ui/build.properties
===================================================================
--- trunk/forge/plugins/org.jboss.tools.forge.ui/build.properties 2011-06-28 16:02:27 UTC
(rev 32414)
+++ trunk/forge/plugins/org.jboss.tools.forge.ui/build.properties 2011-06-28 16:10:31 UTC
(rev 32415)
@@ -1,8 +1,6 @@
output.. = bin/
bin.includes = META-INF/,\
plugin.xml,\
- lib/,\
icons/,\
- .,\
- lib/jline.jar
+ .
source.. = src/
Show replies by date