Author: yradtsevich
Date: 2011-04-28 19:06:05 -0400 (Thu, 28 Apr 2011)
New Revision: 30951
Modified:
branches/jbosstools-3.2.x/vpe/plugins/org.jboss.tools.vpe.xulrunner/META-INF/MANIFEST.MF
branches/jbosstools-3.2.x/vpe/plugins/org.jboss.tools.vpe.xulrunner/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-8605 : Update versions of VPE plugins
- changed vpe.xulrunner version due to changes in
https://issues.jboss.org/browse/JBIDE-7308 (VPE Part should not show exceptions but
readable explanation why it cannot be loaded)
Modified:
branches/jbosstools-3.2.x/vpe/plugins/org.jboss.tools.vpe.xulrunner/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.2.x/vpe/plugins/org.jboss.tools.vpe.xulrunner/META-INF/MANIFEST.MF 2011-04-28
23:01:42 UTC (rev 30950)
+++
branches/jbosstools-3.2.x/vpe/plugins/org.jboss.tools.vpe.xulrunner/META-INF/MANIFEST.MF 2011-04-28
23:06:05 UTC (rev 30951)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.vpe.xulrunner;singleton:=true
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.2.1.qualifier
Bundle-Activator: org.jboss.tools.vpe.xulrunner.BrowserPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Modified: branches/jbosstools-3.2.x/vpe/plugins/org.jboss.tools.vpe.xulrunner/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/vpe/plugins/org.jboss.tools.vpe.xulrunner/pom.xml 2011-04-28
23:01:42 UTC (rev 30950)
+++ branches/jbosstools-3.2.x/vpe/plugins/org.jboss.tools.vpe.xulrunner/pom.xml 2011-04-28
23:06:05 UTC (rev 30951)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.vpe.plugins</groupId>
<artifactId>org.jboss.tools.vpe.xulrunner</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>