[jbosstools-commits] JBoss Tools SVN: r35417 - in trunk/common/plugins: org.jboss.tools.common.jdt.ui/META-INF and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Oct 6 07:32:37 EDT 2011


Author: fbricon
Date: 2011-10-06 07:32:37 -0400 (Thu, 06 Oct 2011)
New Revision: 35417

Modified:
   trunk/common/plugins/org.jboss.tools.common.jdt.ui/META-INF/MANIFEST.MF
   trunk/common/plugins/org.jboss.tools.common.jdt/META-INF/MANIFEST.MF
Log:
JBIDE-8972 : replaced dependency to apache commons-io FileUtils by the one from JBT commons

Modified: trunk/common/plugins/org.jboss.tools.common.jdt/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.jdt/META-INF/MANIFEST.MF	2011-10-06 09:22:35 UTC (rev 35416)
+++ trunk/common/plugins/org.jboss.tools.common.jdt/META-INF/MANIFEST.MF	2011-10-06 11:32:37 UTC (rev 35417)
@@ -8,7 +8,6 @@
  org.eclipse.jdt.core;bundle-version="3.7.0",
  org.eclipse.core.variables;bundle-version="3.2.500",
  org.eclipse.core.resources,
- org.apache.commons.io,
  org.jboss.tools.common
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-Vendor: %BundleVendor

Modified: trunk/common/plugins/org.jboss.tools.common.jdt.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.jdt.ui/META-INF/MANIFEST.MF	2011-10-06 09:22:35 UTC (rev 35416)
+++ trunk/common/plugins/org.jboss.tools.common.jdt.ui/META-INF/MANIFEST.MF	2011-10-06 11:32:37 UTC (rev 35417)
@@ -11,9 +11,9 @@
  org.eclipse.core.variables;bundle-version="3.2.500",
  org.jboss.tools.common.jdt,
  org.eclipse.core.resources,
- org.apache.commons.io,
  org.jboss.tools.common,
- org.eclipse.jst.j2ee.ui;bundle-version="1.1.500"
+ org.eclipse.jst.j2ee.ui;bundle-version="1.1.500",
+ org.eclipse.ui.ide;bundle-version="3.7.0"
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-Vendor: %BundleVendor
 Bundle-Localization: plugin



More information about the jbosstools-commits mailing list