Author: dgolovin
Date: 2012-01-30 21:30:06 -0500 (Mon, 30 Jan 2012)
New Revision: 38312
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/META-INF/MANIFEST.MF
trunk/vpe/tests/org.jboss.tools.vpe.test/META-INF/MANIFEST.MF
trunk/vpe/tests/org.jboss.tools.vpe.test/pom.xml
trunk/vpe/tests/org.jboss.tools.vpe.ui.test/META-INF/MANIFEST.MF
trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml
trunk/vpe/tests/pom.xml
Log:
Eclipse-BundleShape: dir introduced in vpe component plugin manifests where it is
required
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/META-INF/MANIFEST.MF 2012-01-31 01:33:39 UTC
(rev 38311)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/META-INF/MANIFEST.MF 2012-01-31 02:30:06 UTC
(rev 38312)
@@ -64,3 +64,4 @@
org.eclipse.wst.common.snippets;bundle-version="1.2.100"
Bundle-Version: 3.3.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Eclipse-BundleShape: dir
Modified: trunk/vpe/tests/org.jboss.tools.vpe.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.test/META-INF/MANIFEST.MF 2012-01-31 01:33:39 UTC
(rev 38311)
+++ trunk/vpe/tests/org.jboss.tools.vpe.test/META-INF/MANIFEST.MF 2012-01-31 02:30:06 UTC
(rev 38312)
@@ -18,3 +18,4 @@
Import-Package: org.eclipse.ui.part
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Eclipse-BundleShape: dir
Modified: trunk/vpe/tests/org.jboss.tools.vpe.test/pom.xml
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.test/pom.xml 2012-01-31 01:33:39 UTC (rev 38311)
+++ trunk/vpe/tests/org.jboss.tools.vpe.test/pom.xml 2012-01-31 02:30:06 UTC (rev 38312)
@@ -16,17 +16,4 @@
<emma.instrument.bundles>org.jboss.tools.vpe</emma.instrument.bundles>
</properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-surefire-plugin</artifactId>
- <configuration>
- <explodedBundles>
- <bundle>org.jboss.tools.vpe.test</bundle>
- </explodedBundles>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>
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 2012-01-31 01:33:39
UTC (rev 38311)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.test/META-INF/MANIFEST.MF 2012-01-31 02:30:06
UTC (rev 38312)
@@ -39,3 +39,4 @@
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Eclipse-BundleShape: dir
Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml 2012-01-31 01:33:39 UTC (rev
38311)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml 2012-01-31 02:30:06 UTC (rev
38312)
@@ -17,17 +17,4 @@
<emma.instrument.bundles>org.jboss.tools.vpe,org.jboss.tools.vpe.resref,org.jboss.tools.vpe.ui.palette</emma.instrument.bundles>
</properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-surefire-plugin</artifactId>
- <configuration>
- <explodedBundles combine.children="append">
- <bundle>org.jboss.tools.vpe.ui.test</bundle>
- </explodedBundles>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>
Modified: trunk/vpe/tests/pom.xml
===================================================================
--- trunk/vpe/tests/pom.xml 2012-01-31 01:33:39 UTC (rev 38311)
+++ trunk/vpe/tests/pom.xml 2012-01-31 02:30:06 UTC (rev 38312)
@@ -71,7 +71,6 @@
<forkedProcessTimeoutInSeconds>3600</forkedProcessTimeoutInSeconds>
<appArgLine>-debug -consolelog</appArgLine>
<explodedBundles>
- <bundle>org.jboss.tools.vpe</bundle>
<bundle>org.mozilla.xulrunner.cocoa.macosx</bundle>
<bundle>org.mozilla.xulrunner.gtk.linux.x86</bundle>
<bundle>org.mozilla.xulrunner.gtk.linux.x86_64</bundle>