[jbosstools-commits] JBoss Tools SVN: r23645 - trunk/tests/plugins/org.jboss.tools.tests.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Wed Jul 21 17:50:11 EDT 2010
Author: dgolovin
Date: 2010-07-21 17:50:10 -0400 (Wed, 21 Jul 2010)
New Revision: 23645
Modified:
trunk/tests/plugins/org.jboss.tools.tests/plugin.xml
trunk/tests/plugins/org.jboss.tools.tests/plugin_customization.ini
Log:
test product errors fixed
Modified: trunk/tests/plugins/org.jboss.tools.tests/plugin.xml
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests/plugin.xml 2010-07-21 21:49:51 UTC (rev 23644)
+++ trunk/tests/plugins/org.jboss.tools.tests/plugin.xml 2010-07-21 21:50:10 UTC (rev 23645)
@@ -2,10 +2,14 @@
<?eclipse version="3.4"?>
<plugin>
<extension
+ id="product"
point="org.eclipse.core.runtime.products">
<product
- application="product"
+ application="org.eclipse.ui.ide.workbench"
name="Test Product to Control Tests Execution">
+ <property name="aboutText" value="This is test application"/>
+ <property name="appName" value="JBoss Tools Test Application"/>
+
<property
name="preferenceCustomization"
value="plugin_customization.ini">
Modified: trunk/tests/plugins/org.jboss.tools.tests/plugin_customization.ini
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests/plugin_customization.ini 2010-07-21 21:49:51 UTC (rev 23644)
+++ trunk/tests/plugins/org.jboss.tools.tests/plugin_customization.ini 2010-07-21 21:50:10 UTC (rev 23645)
@@ -1,4 +1,6 @@
# Shut down an Intro for tests because of
# http://jira.jboss.com/jira/browse/JBIDE-1096
-
-org.eclipse.ui/showIntro = false
+org.eclipse.ui/showIntro=false
+org.eclipse.ui/PROJECT_OPEN_NEW_PERSPECTIVE=NO_NEW_PERSPECTIVE
+org.eclipse.ui.ide/SWITCH_PERSPECTIVE_ON_PROJECT_CREATION=never
+
More information about the jbosstools-commits
mailing list