[jbosstools-commits] JBoss Tools SVN: r42658 - trunk/common/plugins/org.jboss.tools.common.text.ext/META-INF.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Jul 19 18:24:34 EDT 2012


Author: dgolovin
Date: 2012-07-19 18:24:33 -0400 (Thu, 19 Jul 2012)
New Revision: 42658

Modified:
   trunk/common/plugins/org.jboss.tools.common.text.ext/META-INF/MANIFEST.MF
Log:
fix for continuous common component build
java 1.6 is required for common common.text.ext

Modified: trunk/common/plugins/org.jboss.tools.common.text.ext/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.text.ext/META-INF/MANIFEST.MF	2012-07-19 21:41:31 UTC (rev 42657)
+++ trunk/common/plugins/org.jboss.tools.common.text.ext/META-INF/MANIFEST.MF	2012-07-19 22:24:33 UTC (rev 42658)
@@ -30,5 +30,5 @@
  org.eclipse.wst.css.core;bundle-version="1.1.500",
  org.eclipse.wst.html.core;bundle-version="1.1.500",
  org.jboss.tools.common.ui
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-ClassPath: .



More information about the jbosstools-commits mailing list