[jbosstools-commits] JBoss Tools SVN: r22465 - in trunk/vpe: plugins/org.jboss.tools.vpe.xulrunner and 2 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Jun 1 15:38:27 EDT 2010


Author: dgolovin
Date: 2010-06-01 15:38:26 -0400 (Tue, 01 Jun 2010)
New Revision: 22465

Modified:
   trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/build.properties
   trunk/vpe/plugins/org.jboss.tools.vpe/build.properties
   trunk/vpe/plugins/org.jboss.tools.vpe/plugin.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:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
vpe component tests fix:
- fix for build.properties file errors


Modified: trunk/vpe/plugins/org.jboss.tools.vpe/build.properties
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/build.properties	2010-06-01 19:34:53 UTC (rev 22464)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/build.properties	2010-06-01 19:38:26 UTC (rev 22465)
@@ -1,5 +1,4 @@
-bin.includes = vpe.jar,\
-               templates/,\
+bin.includes = templates/,\
                schema/,\
                plugin.xml,\
                plugin.properties,\
@@ -11,7 +10,8 @@
                about.ini,\
                about.mappings,\
                about.properties,\
-               jboss_about.png
+               jboss_about.png,\
+               vpe.jar
 jars.compile.order = vpe.jar
 source.vpe.jar = resources/,\
                src/

Modified: trunk/vpe/plugins/org.jboss.tools.vpe/plugin.xml
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/plugin.xml	2010-06-01 19:34:53 UTC (rev 22464)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/plugin.xml	2010-06-01 19:38:26 UTC (rev 22465)
@@ -3,6 +3,9 @@
 <plugin>
    <extension-point id="templates" name="Path to xml file with templates definitionj" schema="schema/templates.exsd"/>
    <extension-point id="localeProvider" name="Locale provider for an opened file" schema="schema/localeProvider.exsd"/>
+   <extension
+         point="org.eclipse.ui.startup">
+   </extension>
 
 
    <extension point="org.jboss.tools.common.model.meta">

Modified: trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/build.properties
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/build.properties	2010-06-01 19:34:53 UTC (rev 22464)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/build.properties	2010-06-01 19:38:26 UTC (rev 22465)
@@ -1,6 +1,7 @@
 bin.includes = META-INF/,\
                plugin.properties,\
-               about.html
+               about.html,\
+               .
 jars.compile.order = .
 source.. = src/
 output.. = bin/

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-06-01 19:34:53 UTC (rev 22464)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.test/META-INF/MANIFEST.MF	2010-06-01 19:38:26 UTC (rev 22465)
@@ -19,8 +19,7 @@
 Bundle-ActivationPolicy: lazy
 Bundle-ClassPath: lib/jmock-2.5.1/jmock-2.5.1.jar,
  lib/jmock-2.5.1/hamcrest-core-1.1.jar,
- lib/jmock-2.5.1/hamcrest-library-1.1.jar,
- .
+ lib/jmock-2.5.1/hamcrest-library-1.1.jar
 Export-Package: org.hamcrest,
  org.jboss.tools.vpe.ui.test,
  org.jboss.tools.vpe.ui.test.dialog,

Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.test/build.properties
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.test/build.properties	2010-06-01 19:34:53 UTC (rev 22464)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.test/build.properties	2010-06-01 19:38:26 UTC (rev 22465)
@@ -3,8 +3,7 @@
                plugin.xml,\
                plugin.properties,\
                resources/,\
-               lib/,\
-               .
+               lib/
 jars.compile.order = .
 source.. = src/
 source.. = src/



More information about the jbosstools-commits mailing list