Author: dgolovin
Date: 2009-02-24 04:09:14 -0500 (Tue, 24 Feb 2009)
New Revision: 13750
Modified:
trunk/tests/features/org.jboss.tools.test.feature/feature.xml
trunk/vpe/tests/org.jboss.tools.vpe.ui.test/META-INF/MANIFEST.MF
trunk/vpe/tests/org.jboss.tools.vpe.ui.test/build.properties
Log:
fix vpe.ui.test configuration errors
Modified: trunk/tests/features/org.jboss.tools.test.feature/feature.xml
===================================================================
--- trunk/tests/features/org.jboss.tools.test.feature/feature.xml 2009-02-24 08:52:30 UTC
(rev 13749)
+++ trunk/tests/features/org.jboss.tools.test.feature/feature.xml 2009-02-24 09:09:14 UTC
(rev 13750)
@@ -348,8 +348,7 @@
id="org.jboss.tools.vpe.ui.test"
download-size="0"
install-size="0"
- version="0.0.0"
- unpack="false"/>
+ version="0.0.0"/>
<plugin
id="org.jboss.tools.vpe.html.test"
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 2009-02-24 08:52:30
UTC (rev 13749)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.test/META-INF/MANIFEST.MF 2009-02-24 09:09:14
UTC (rev 13750)
@@ -22,8 +22,10 @@
org.jboss.tools.common.model.ui;bundle-version="2.0.0",
org.jboss.tools.tests;bundle-version="2.0.0";visibility:=reexport
Bundle-ActivationPolicy: lazy
-Bundle-ClassPath: .
-Export-Package: org.jboss.tools.vpe.ui.test
+Bundle-ClassPath: vpe-ui-test.jar
+Export-Package: org.jboss.tools.vpe.ui.test,
+ org.jboss.tools.vpe.ui.test.dialog,
+ org.jboss.tools.vpe.ui.test.preferences
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.test/build.properties
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.test/build.properties 2009-02-24 08:52:30 UTC
(rev 13749)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.test/build.properties 2009-02-24 09:09:14 UTC
(rev 13750)
@@ -1,6 +1,7 @@
-source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .,\
plugin.xml,\
- plugin.properties
+ plugin.properties,\
+ vpe-ui-test.jar,\
+ resources/
+source.vpe-ui-test.jar = src/
Show replies by date