Author: dgolovin
Date: 2012-04-05 16:50:14 -0400 (Thu, 05 Apr 2012)
New Revision: 40080
Added:
trunk/gwt/tests/org.jboss.tools.gwt.tests/plugin.xml
trunk/gwt/tests/org.jboss.tools.gwt.tests/plugin_customization.ini
Modified:
trunk/gwt/tests/org.jboss.tools.gwt.tests/META-INF/MANIFEST.MF
trunk/gwt/tests/org.jboss.tools.gwt.tests/build.properties
trunk/gwt/tests/org.jboss.tools.gwt.tests/pom.xml
Log:
Added test product for gwt.tests component to make tests run faster
Modified: trunk/gwt/tests/org.jboss.tools.gwt.tests/META-INF/MANIFEST.MF
===================================================================
--- trunk/gwt/tests/org.jboss.tools.gwt.tests/META-INF/MANIFEST.MF 2012-04-05 18:14:18 UTC
(rev 40079)
+++ trunk/gwt/tests/org.jboss.tools.gwt.tests/META-INF/MANIFEST.MF 2012-04-05 20:50:14 UTC
(rev 40080)
@@ -1,11 +1,12 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests for GWT integration
-Bundle-SymbolicName: org.jboss.tools.gwt.tests
+Bundle-SymbolicName: org.jboss.tools.gwt.tests;singleton:=true
Bundle-Version: 1.0.2.qualifier
Bundle-Vendor: JBoss by Red Hat
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit;bundle-version="4.8.2",
org.eclipse.core.runtime;bundle-version="3.7.0",
org.jboss.tools.gwt.core;bundle-version="1.0.0",
- org.jboss.tools.gwt.ui;bundle-version="1.0.0"
+ org.jboss.tools.gwt.ui;bundle-version="1.0.0",
+ org.eclipse.ui.ide.application;bundle-version="1.0.300"
Modified: trunk/gwt/tests/org.jboss.tools.gwt.tests/build.properties
===================================================================
--- trunk/gwt/tests/org.jboss.tools.gwt.tests/build.properties 2012-04-05 18:14:18 UTC
(rev 40079)
+++ trunk/gwt/tests/org.jboss.tools.gwt.tests/build.properties 2012-04-05 20:50:14 UTC
(rev 40080)
@@ -1,4 +1,5 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ plugin.xml
Added: trunk/gwt/tests/org.jboss.tools.gwt.tests/plugin.xml
===================================================================
--- trunk/gwt/tests/org.jboss.tools.gwt.tests/plugin.xml (rev 0)
+++ trunk/gwt/tests/org.jboss.tools.gwt.tests/plugin.xml 2012-04-05 20:50:14 UTC (rev
40080)
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ id="product"
+ point="org.eclipse.core.runtime.products">
+ <product
+ application="org.eclipse.ui.ide.workbench"
+ name="GWT Test Product">
+ <property
+ name="aboutText"
+ value="This is test product for GWT integration Plugins">
+ </property>
+ <property
+ name="appName"
+ value="JBoss Tools Test Application">
+ </property>
+ <property
+ name="preferenceCustomization"
+ value="plugin_customization.ini">
+ </property>
+ </product>
+ </extension>
+
+</plugin>
Property changes on: trunk/gwt/tests/org.jboss.tools.gwt.tests/plugin.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/gwt/tests/org.jboss.tools.gwt.tests/plugin_customization.ini
===================================================================
--- trunk/gwt/tests/org.jboss.tools.gwt.tests/plugin_customization.ini
(rev 0)
+++ trunk/gwt/tests/org.jboss.tools.gwt.tests/plugin_customization.ini 2012-04-05 20:50:14
UTC (rev 40080)
@@ -0,0 +1,8 @@
+# Shut down an Intro for tests because of
+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
+org.eclipse.ui.workbench/ENABLED_DECORATORS=org.eclipse.wst.server.ui.decorator\:false,org.eclipse.jdt.ui.override.decorator\:false,org.eclipse.jdt.ui.interface.decorator\:false,org.eclipse.jdt.ui.buildpath.decorator\:false,org.eclipse.pde.ui.binaryProjectDecorator\:false,org.eclipse.ui.LinkedResourceDecorator\:false,org.eclipse.ui.VirtualResourceDecorator\:false,org.eclipse.ui.ContentTypeDecorator\:false,org.eclipse.ui.ResourceFilterDecorator\:false,org.eclipse.wst.jsdt.ui.override.decorator\:false,org.eclipse.wst.server.ui.navigatorDecorator\:false,
+org.eclipse.ui.workbench/PLUGINS_NOT_ACTIVATED_ON_STARTUP=org.eclipse.epp.usagedata.gathering;org.eclipse.epp.usagedata.recording;org.jboss.tools.usage;org.eclipse.equinox.p2.ui.sdk.scheduler;org.eclipse.update.scheduler;org.jboss.tools.central;
+org.jboss.tools.usage/ask_user_for_usage_report_preference=false
+org.jboss.tools.usage/allow_usage_report_preference=false
\ No newline at end of file
Property changes on: trunk/gwt/tests/org.jboss.tools.gwt.tests/plugin_customization.ini
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Modified: trunk/gwt/tests/org.jboss.tools.gwt.tests/pom.xml
===================================================================
--- trunk/gwt/tests/org.jboss.tools.gwt.tests/pom.xml 2012-04-05 18:14:18 UTC (rev 40079)
+++ trunk/gwt/tests/org.jboss.tools.gwt.tests/pom.xml 2012-04-05 20:50:14 UTC (rev 40080)
@@ -10,4 +10,16 @@
<groupId>org.jboss.tools.gwt.tests</groupId>
<artifactId>org.jboss.tools.gwt.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire-plugin</artifactId>
+ <configuration>
+ <product>org.jboss.tools.gwt.tests.product</product>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
Show replies by date