[jbosstools-commits] JBoss Tools SVN: r23570 - in trunk: jsf/plugins/org.jboss.tools.jsf.vpe.facelets/META-INF and 15 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Jul 19 17:05:41 EDT 2010


Author: nickboldt
Date: 2010-07-19 17:05:39 -0400 (Mon, 19 Jul 2010)
New Revision: 23570

Modified:
   trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/META-INF/MANIFEST.MF
   trunk/jsf/plugins/org.jboss.tools.jsf.vpe.facelets/META-INF/MANIFEST.MF
   trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/META-INF/MANIFEST.MF
   trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/META-INF/MANIFEST.MF
   trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jstl/META-INF/MANIFEST.MF
   trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/META-INF/MANIFEST.MF
   trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/META-INF/MANIFEST.MF
   trunk/jsf/plugins/org.jboss.tools.jsf.vpe.seam/META-INF/MANIFEST.MF
   trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/META-INF/MANIFEST.MF
   trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/META-INF/MANIFEST.MF
   trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/META-INF/MANIFEST.MF
   trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/META-INF/MANIFEST.MF
   trunk/vpe/tests/org.jboss.tools.vpe.html.test/META-INF/MANIFEST.MF
   trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/META-INF/MANIFEST.MF
   trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/META-INF/MANIFEST.MF
   trunk/vpe/tests/org.jboss.tools.vpe.ui.test/META-INF/MANIFEST.MF
   trunk/vpe/tests/org.jboss.tools.vpe.xulrunner.test/META-INF/MANIFEST.MF
Log:
remove version ranges to support xulrunner 1.9.2

Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/META-INF/MANIFEST.MF	2010-07-19 20:25:11 UTC (rev 23569)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/META-INF/MANIFEST.MF	2010-07-19 21:05:39 UTC (rev 23570)
@@ -9,7 +9,7 @@
  org.eclipse.ui,
  org.eclipse.core.runtime,
  org.jboss.tools.jst.jsp,
- org.mozilla.xpcom;bundle-version="1.9.1",
+ org.mozilla.xpcom,
  org.jboss.tools.jsf.vpe.richfaces;bundle-version="2.1.0",
  org.jboss.tools.jsf.vpe.jsf;bundle-version="2.1.0",
  org.eclipse.jface.text;bundle-version="3.5.0"

Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.facelets/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.facelets/META-INF/MANIFEST.MF	2010-07-19 20:25:11 UTC (rev 23569)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.facelets/META-INF/MANIFEST.MF	2010-07-19 21:05:39 UTC (rev 23570)
@@ -13,7 +13,7 @@
  org.jboss.tools.vpe,
  org.eclipse.core.resources,
  org.jboss.tools.jst.jsp,
- org.mozilla.xpcom;bundle-version="1.9.1",
+ org.mozilla.xpcom,
  org.eclipse.jface.text;bundle-version="3.5.0"
 Export-Package: org.jboss.tools.jsf.vpe.facelets,
     org.jboss.tools.jsf.vpe.facelets.template

Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/META-INF/MANIFEST.MF	2010-07-19 20:25:11 UTC (rev 23569)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/META-INF/MANIFEST.MF	2010-07-19 21:05:39 UTC (rev 23570)
@@ -7,7 +7,7 @@
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
  org.jboss.tools.vpe.html,
- org.mozilla.xpcom;bundle-version="1.9.1",
+ org.mozilla.xpcom,
  org.jboss.tools.vpe,
  org.jboss.tools.jsf.vpe.jsf,
  org.jboss.tools.common,

Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/META-INF/MANIFEST.MF	2010-07-19 20:25:11 UTC (rev 23569)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/META-INF/MANIFEST.MF	2010-07-19 21:05:39 UTC (rev 23570)
@@ -9,7 +9,7 @@
  org.eclipse.core.runtime,
  org.jboss.tools.common,
  org.jboss.tools.vpe,
- org.mozilla.xpcom;bundle-version="1.9.1",
+ org.mozilla.xpcom,
  org.jboss.tools.jst.web,
  org.jboss.tools.jst.jsp,
  org.eclipse.wst.sse.core,

Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jstl/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jstl/META-INF/MANIFEST.MF	2010-07-19 20:25:11 UTC (rev 23569)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jstl/META-INF/MANIFEST.MF	2010-07-19 21:05:39 UTC (rev 23570)
@@ -9,7 +9,7 @@
  org.eclipse.core.runtime,
  org.jboss.tools.common,
  org.jboss.tools.vpe,
- org.mozilla.xpcom;bundle-version="1.9.1",
+ org.mozilla.xpcom,
  org.jboss.tools.jst.jsp,
  org.eclipse.wst.sse.core,
  org.eclipse.jst.jsp.core,

Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/META-INF/MANIFEST.MF	2010-07-19 20:25:11 UTC (rev 23569)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/META-INF/MANIFEST.MF	2010-07-19 21:05:39 UTC (rev 23570)
@@ -9,7 +9,7 @@
  org.eclipse.core.runtime,
  org.jboss.tools.common,
  org.jboss.tools.vpe,
- org.mozilla.xpcom;bundle-version="1.9.1",
+ org.mozilla.xpcom,
  org.jboss.tools.jst.jsp,
  org.eclipse.jface.text;bundle-version="3.5.0"
 Bundle-ActivationPolicy: lazy

Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/META-INF/MANIFEST.MF	2010-07-19 20:25:11 UTC (rev 23569)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/META-INF/MANIFEST.MF	2010-07-19 21:05:39 UTC (rev 23570)
@@ -13,11 +13,11 @@
  org.eclipse.wst.sse.ui,
  org.eclipse.ui.workbench.texteditor,
  org.eclipse.ui.ide,
- org.mozilla.xpcom;bundle-version="1.9.1",
+ org.mozilla.xpcom,
  org.eclipse.wst.sse.core,
  org.jboss.tools.vpe.xulrunner,
- org.jboss.tools.jsf.vpe.facelets;bundle-version="3.1.0",
- org.jboss.tools.jsf.vpe.jsf;bundle-version="3.1.0"
+ org.jboss.tools.jsf.vpe.facelets,
+ org.jboss.tools.jsf.vpe.jsf
 Bundle-ActivationPolicy: lazy
 Bundle-Vendor: %Bundle-Vendor.0
 Bundle-ClassPath: lib/jhighlight-1.0.jar,

Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.seam/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.seam/META-INF/MANIFEST.MF	2010-07-19 20:25:11 UTC (rev 23569)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.seam/META-INF/MANIFEST.MF	2010-07-19 21:05:39 UTC (rev 23570)
@@ -13,7 +13,7 @@
  org.eclipse.wst.sse.ui,
  org.eclipse.ui.workbench.texteditor,
  org.eclipse.ui.ide,
- org.mozilla.xpcom;bundle-version="1.9.1",
+ org.mozilla.xpcom,
  org.jboss.tools.jsf.vpe.jsf;bundle-version="2.1.0",
  org.eclipse.jface.text;bundle-version="3.5.0",
  org.eclipse.wst.sse.core;bundle-version="1.1.4",

Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/META-INF/MANIFEST.MF	2010-07-19 20:25:11 UTC (rev 23569)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/META-INF/MANIFEST.MF	2010-07-19 21:05:39 UTC (rev 23570)
@@ -16,31 +16,31 @@
  org.jboss.tools.jst.jsp,
  org.jboss.tools.jst.web,
  org.jboss.tools.vpe.xulrunner,
- org.mozilla.xpcom;bundle-version="1.9.1",
- org.jboss.tools.jsf.vpe.jsf;bundle-version="3.1.0",
- org.jboss.tools.jsf.vpe.facelets;bundle-version="3.1.0",
- org.jboss.tools.vpe.html;bundle-version="3.1.0",
- org.jboss.tools.jsf.vpe.ajax4jsf;bundle-version="3.1.0",
+ org.mozilla.xpcom,
+ org.jboss.tools.jsf.vpe.jsf,
+ org.jboss.tools.jsf.vpe.facelets,
+ org.jboss.tools.vpe.html,
+ org.jboss.tools.jsf.vpe.ajax4jsf,
  org.jboss.tools.jsf.vpe.jbpm;bundle-version="1.0.0",
- org.jboss.tools.jsf.vpe.jstl;bundle-version="3.1.0",
- org.jboss.tools.jsf.vpe.myfaces;bundle-version="3.1.0",
- org.jboss.tools.jsf.vpe.richfaces;bundle-version="3.1.0",
- org.jboss.tools.jsf.vpe.seam;bundle-version="3.1.0",
- org.jboss.tools.jsf;bundle-version="3.1.0",
- org.jboss.tools.jsf.ui;bundle-version="3.1.0",
- org.jboss.tools.jst.text.ext;bundle-version="3.1.0",
- org.jboss.tools.jst.web.ui;bundle-version="3.1.0",
- org.jboss.tools.common.el.core;bundle-version="3.1.0",
- org.jboss.tools.common.el.ui;bundle-version="3.1.0",
- org.jboss.tools.common.model.ui;bundle-version="3.1.0",
- org.jboss.tools.common.resref.ui;bundle-version="3.1.0",
- org.jboss.tools.common.ui;bundle-version="3.1.0",
- org.jboss.tools.jsf.text.ext;bundle-version="3.1.0",
- org.jboss.tools.jsf.text.ext.facelets;bundle-version="3.1.0",
- org.jboss.tools.jsf.text.ext.richfaces;bundle-version="3.1.0",
- org.jboss.tools.vpe.jsp;bundle-version="3.1.0",
- org.jboss.tools.vpe.resref;bundle-version="3.1.0",
- org.jboss.tools.vpe.ui.palette;bundle-version="3.1.0"
+ org.jboss.tools.jsf.vpe.jstl,
+ org.jboss.tools.jsf.vpe.myfaces,
+ org.jboss.tools.jsf.vpe.richfaces,
+ org.jboss.tools.jsf.vpe.seam,
+ org.jboss.tools.jsf,
+ org.jboss.tools.jsf.ui,
+ org.jboss.tools.jst.text.ext,
+ org.jboss.tools.jst.web.ui,
+ org.jboss.tools.common.el.core,
+ org.jboss.tools.common.el.ui,
+ org.jboss.tools.common.model.ui,
+ org.jboss.tools.common.resref.ui,
+ org.jboss.tools.common.ui,
+ org.jboss.tools.jsf.text.ext,
+ org.jboss.tools.jsf.text.ext.facelets,
+ org.jboss.tools.jsf.text.ext.richfaces,
+ org.jboss.tools.vpe.jsp,
+ org.jboss.tools.vpe.resref,
+ org.jboss.tools.vpe.ui.palette
 Bundle-ActivationPolicy: lazy
 Export-Package: org.jboss.tools.jsf.vpe.facelets.test
 Bundle-Vendor: %Bundle-Vendor.0

Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/META-INF/MANIFEST.MF	2010-07-19 20:25:11 UTC (rev 23569)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/META-INF/MANIFEST.MF	2010-07-19 21:05:39 UTC (rev 23570)
@@ -15,7 +15,7 @@
  org.jboss.tools.common.text.ext,
  org.jboss.tools.common.model,
  org.jboss.tools.vpe.xulrunner,
- org.mozilla.xpcom;bundle-version="1.9.1",
+ org.mozilla.xpcom,
  org.jboss.tools.vpe.ui.test;visibility:=reexport,
  org.eclipse.jface.text,
  org.jboss.tools.jsf.vpe.jsf,
@@ -30,18 +30,18 @@
  org.eclipse.jdt.ui;bundle-version="3.5.0",
  org.jboss.tools.common.ui,
  org.jboss.tools.jst.web.ui;bundle-version="2.0.0",
- org.jboss.tools.vpe.jsp;bundle-version="3.1.0",
- org.jboss.tools.vpe.html;bundle-version="3.1.0",
+ org.jboss.tools.vpe.jsp,
+ org.jboss.tools.vpe.html,
  org.jboss.tools.jsf.vpe.jsf,
- org.jboss.tools.jsf.vpe.ajax4jsf;bundle-version="3.1.0",
- org.jboss.tools.jsf.vpe.facelets;bundle-version="3.1.0",
- org.jboss.tools.jsf.vpe.richfaces;bundle-version="3.1.0",
- org.jboss.tools.jsf.vpe.myfaces;bundle-version="3.1.0",
- org.jboss.tools.jsf.vpe.jstl;bundle-version="3.1.0",
- org.jboss.tools.jsf.text.ext;bundle-version="3.1.0",
- org.jboss.tools.jsf.text.ext.facelets;bundle-version="3.1.0",
- org.jboss.tools.jsf.text.ext.richfaces;bundle-version="3.1.0",
- org.jboss.tools.jst.text.ext;bundle-version="3.1.0"
+ org.jboss.tools.jsf.vpe.ajax4jsf,
+ org.jboss.tools.jsf.vpe.facelets,
+ org.jboss.tools.jsf.vpe.richfaces,
+ org.jboss.tools.jsf.vpe.myfaces,
+ org.jboss.tools.jsf.vpe.jstl,
+ org.jboss.tools.jsf.text.ext,
+ org.jboss.tools.jsf.text.ext.facelets,
+ org.jboss.tools.jsf.text.ext.richfaces,
+ org.jboss.tools.jst.text.ext
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Export-Package: org.jboss.tools.jsf.vpe.jsf.test

Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/META-INF/MANIFEST.MF	2010-07-19 20:25:11 UTC (rev 23569)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/META-INF/MANIFEST.MF	2010-07-19 21:05:39 UTC (rev 23570)
@@ -9,17 +9,17 @@
  org.junit,
  org.eclipse.ui.ide,
  org.jboss.tools.jst.jsp,
- org.mozilla.xpcom;bundle-version="1.9.1",
+ org.mozilla.xpcom,
  org.jboss.tools.vpe.ui.test,
  org.jboss.tools.common.el.core;bundle-version="2.0.0",
- org.jboss.tools.jsf.vpe.richfaces;bundle-version="3.1.0",
- org.jboss.tools.jsf.vpe.ajax4jsf;bundle-version="3.1.0",
- org.jboss.tools.jsf.vpe.facelets;bundle-version="3.1.0",
- org.jboss.tools.jsf.vpe.jsf;bundle-version="3.1.0",
- org.jboss.tools.vpe.html;bundle-version="3.1.0",
- org.jboss.tools.vpe.jsp;bundle-version="3.1.0",
- org.jboss.tools.vpe.resref;bundle-version="3.1.0",
- org.jboss.tools.vpe.xulrunner;bundle-version="3.1.0"
+ org.jboss.tools.jsf.vpe.richfaces,
+ org.jboss.tools.jsf.vpe.ajax4jsf,
+ org.jboss.tools.jsf.vpe.facelets,
+ org.jboss.tools.jsf.vpe.jsf,
+ org.jboss.tools.vpe.html,
+ org.jboss.tools.vpe.jsp,
+ org.jboss.tools.vpe.resref,
+ org.jboss.tools.vpe.xulrunner
 Bundle-ActivationPolicy: lazy
 Export-Package: org.jboss.tools.jsf.vpe.richfaces.test
 Bundle-Vendor: %Bundle-Vendor.0

Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/META-INF/MANIFEST.MF	2010-07-19 20:25:11 UTC (rev 23569)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/META-INF/MANIFEST.MF	2010-07-19 21:05:39 UTC (rev 23570)
@@ -14,11 +14,11 @@
  org.jboss.tools.vpe.ui.test,
  org.jboss.tools.jst.jsp,
  org.jboss.tools.vpe.xulrunner,
- org.mozilla.xpcom;bundle-version="1.9.1",
- org.jboss.tools.jsf.vpe.facelets;bundle-version="3.1.0",
- org.jboss.tools.jsf.vpe.richfaces;bundle-version="3.1.0",
- org.jboss.tools.jsf.vpe.seam;bundle-version="3.1.0",
- org.jboss.tools.vpe.html;bundle-version="3.1.0"
+ org.mozilla.xpcom,
+ org.jboss.tools.jsf.vpe.facelets,
+ org.jboss.tools.jsf.vpe.richfaces,
+ org.jboss.tools.jsf.vpe.seam,
+ org.jboss.tools.vpe.html
 Bundle-ActivationPolicy: lazy
 Export-Package: org.jboss.tools.jsf.vpe.seam.test
 Bundle-Vendor: %Bundle-Vendor.0

Modified: trunk/vpe/tests/org.jboss.tools.vpe.html.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.html.test/META-INF/MANIFEST.MF	2010-07-19 20:25:11 UTC (rev 23569)
+++ trunk/vpe/tests/org.jboss.tools.vpe.html.test/META-INF/MANIFEST.MF	2010-07-19 21:05:39 UTC (rev 23570)
@@ -16,9 +16,9 @@
  org.jboss.tools.common.text.ext,
  org.jboss.tools.common.model,
  org.jboss.tools.vpe.xulrunner,
- org.mozilla.xpcom;bundle-version="1.9.1",
+ org.mozilla.xpcom,
  org.jboss.tools.vpe.ui.test,
- org.jboss.tools.vpe.html;bundle-version="3.1.0"
+ org.jboss.tools.vpe.html
 Bundle-ActivationPolicy: lazy
 Bundle-Vendor: %Bundle-Vendor.0
 Bundle-Localization: plugin

Modified: trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/META-INF/MANIFEST.MF	2010-07-19 20:25:11 UTC (rev 23569)
+++ trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/META-INF/MANIFEST.MF	2010-07-19 21:05:39 UTC (rev 23570)
@@ -14,8 +14,8 @@
  org.jboss.tools.vpe.ui.test,
  org.jboss.tools.jst.jsp,
  org.jboss.tools.vpe.xulrunner,
- org.mozilla.xpcom;bundle-version="1.9.1",
- org.jboss.tools.vpe.jsp;bundle-version="3.1.0"
+ org.mozilla.xpcom,
+ org.jboss.tools.vpe.jsp
 Bundle-ActivationPolicy: lazy
 Export-Package: org.jboss.tools.vpe.jsp.test
 Bundle-Vendor: %Bundle-Vendor.0

Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/META-INF/MANIFEST.MF	2010-07-19 20:25:11 UTC (rev 23569)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/META-INF/MANIFEST.MF	2010-07-19 21:05:39 UTC (rev 23570)
@@ -18,17 +18,17 @@
  org.jboss.tools.common.text.ext;bundle-version="2.0.0",
  org.jboss.tools.jst.web;bundle-version="2.0.0",
  org.hamcrest;bundle-version="1.1.0",
- org.mozilla.xpcom;bundle-version="1.9.1",
+ org.mozilla.xpcom,
  org.jboss.tools.vpe.xulrunner;bundle-version="2.1.0",
  org.eclipse.jface.text;bundle-version="3.5.0",
  org.jboss.tools.jst.jsp;bundle-version="2.0.0",
  org.junit4,
  org.jboss.tools.ui.bot.ext;bundle-version="1.0.0",
- org.jboss.tools.vpe.docbook;bundle-version="3.1.0",
- org.jboss.tools.vpe.html;bundle-version="3.1.0",
- org.jboss.tools.vpe.jsp;bundle-version="3.1.0",
- org.jboss.tools.vpe.resref;bundle-version="3.1.0",
- org.jboss.tools.vpe.ui.palette;bundle-version="3.1.0"
+ org.jboss.tools.vpe.docbook,
+ org.jboss.tools.vpe.html,
+ org.jboss.tools.vpe.jsp,
+ org.jboss.tools.vpe.resref,
+ org.jboss.tools.vpe.ui.palette
 Eclipse-RegisterBuddy: org.apache.log4j
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: J2SE-1.5

Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.test/META-INF/MANIFEST.MF	2010-07-19 20:25:11 UTC (rev 23569)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.test/META-INF/MANIFEST.MF	2010-07-19 21:05:39 UTC (rev 23570)
@@ -12,12 +12,12 @@
  org.eclipse.ui.ide,
  org.jboss.tools.jst.jsp,
  org.jboss.tools.jst.css,
- org.jboss.tools.vpe.xulrunner;bundle-version="3.1.0",
- org.mozilla.xpcom;bundle-version="1.9.1",
+ org.jboss.tools.vpe.xulrunner,
+ org.mozilla.xpcom,
  org.eclipse.jface.text,
- org.jboss.tools.common.model.ui;bundle-version="3.1.0",
- org.jboss.tools.tests;bundle-version="3.1.0";visibility:=reexport,
- org.jboss.tools.vpe.resref;bundle-version="3.1.0",
+ org.jboss.tools.common.model.ui,
+ org.jboss.tools.tests;visibility:=reexport,
+ org.jboss.tools.vpe.resref,
  javax.servlet;bundle-version="2.5.0",
  org.eclipse.wst.xml.xpath.core
 Bundle-ActivationPolicy: lazy

Modified: trunk/vpe/tests/org.jboss.tools.vpe.xulrunner.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.xulrunner.test/META-INF/MANIFEST.MF	2010-07-19 20:25:11 UTC (rev 23569)
+++ trunk/vpe/tests/org.jboss.tools.vpe.xulrunner.test/META-INF/MANIFEST.MF	2010-07-19 21:05:39 UTC (rev 23570)
@@ -10,8 +10,8 @@
  org.junit,
  org.jboss.tools.common,
  org.jboss.tools.vpe.xulrunner,
- org.jboss.tools.tests;bundle-version="3.1.0",
- org.mozilla.xpcom;bundle-version="1.9.1"
+ org.jboss.tools.tests,
+ org.mozilla.xpcom
 Bundle-ActivationPolicy: lazy
 Export-Package: org.jboss.tools.vpe.xulrunner.test,
  org.jboss.tools.vpe.xulrunner.view



More information about the jbosstools-commits mailing list