[jbosstools-commits] JBoss Tools SVN: r22570 - trunk/tests/plugins/org.jboss.tools.tests.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Jun 4 16:11:39 EDT 2010


Author: dgolovin
Date: 2010-06-04 16:11:39 -0400 (Fri, 04 Jun 2010)
New Revision: 22570

Added:
   trunk/tests/plugins/org.jboss.tools.tests/plugin.xml
   trunk/tests/plugins/org.jboss.tools.tests/plugin_customization.ini
Modified:
   trunk/tests/plugins/org.jboss.tools.tests/build.properties
Log:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
fix for vpe test errors:create fake product to control intro appearance in tests execution





Modified: trunk/tests/plugins/org.jboss.tools.tests/build.properties
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests/build.properties	2010-06-04 20:03:42 UTC (rev 22569)
+++ trunk/tests/plugins/org.jboss.tools.tests/build.properties	2010-06-04 20:11:39 UTC (rev 22570)
@@ -4,8 +4,18 @@
                META-INF/,\
                testProject1/,\
                build.properties,\
-               plugin.*
+               plugin.*,\
+               plugin_customization.ini,\
+               plugin.xml,\
+               plugin.properties,\
+               about.html,\
+               .project,\
+               .classpath
 bin.includes = .,\
                META-INF/,\
                testProject1/,\
-               plugin.*
+               plugin.*,\
+               plugin.xml,\
+               plugin_customization.ini,\
+               plugin.properties,\
+               about.html

Added: trunk/tests/plugins/org.jboss.tools.tests/plugin.xml
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests/plugin.xml	                        (rev 0)
+++ trunk/tests/plugins/org.jboss.tools.tests/plugin.xml	2010-06-04 20:11:39 UTC (rev 22570)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+   <extension
+         point="org.eclipse.core.runtime.products">
+      <product
+            application="product"
+            name="Test Product to Control Tests Execution">
+         <property
+               name="preferenceCustomization"
+               value="plugin_customization.ini">
+         </property>
+      </product>
+   </extension>
+
+</plugin>


Property changes on: trunk/tests/plugins/org.jboss.tools.tests/plugin.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/tests/plugins/org.jboss.tools.tests/plugin_customization.ini
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests/plugin_customization.ini	                        (rev 0)
+++ trunk/tests/plugins/org.jboss.tools.tests/plugin_customization.ini	2010-06-04 20:11:39 UTC (rev 22570)
@@ -0,0 +1,4 @@
+# Shut down an Intro for tests because of
+# http://jira.jboss.com/jira/browse/JBIDE-1096
+ 
+org.eclipse.ui/showIntro = false


Property changes on: trunk/tests/plugins/org.jboss.tools.tests/plugin_customization.ini
___________________________________________________________________
Name: svn:mime-type
   + text/plain



More information about the jbosstools-commits mailing list