JBoss Tools SVN: r22562 - trunk.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-04 15:33:18 -0400 (Fri, 04 Jun 2010)
New Revision: 22562
Modified:
trunk/parent-pom.xml
Log:
appArgLine with plugincustomization parameter added to fix vpe errors until we figure out how to enable xulrunner.initialization fragment during build
Modified: trunk/parent-pom.xml
===================================================================
--- trunk/parent-pom.xml 2010-06-04 19:31:36 UTC (rev 22561)
+++ trunk/parent-pom.xml 2010-06-04 19:33:18 UTC (rev 22562)
@@ -93,6 +93,7 @@
<forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
<useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread>
+ <appArgLine>-plugincustomization ${basedir}/build/plugin_customization.ini</appArgLine>
<argLine>${memoryOptions}</argLine>
<!-- https://docs.sonatype.org/display/TYCHO/How+to+run+SWTBot+tests+with+Tycho -->
<!-- set useUIThread=true for regular ui tests -->
14 years, 7 months
JBoss Tools SVN: r22561 - trunk/vpe/tests/org.jboss.tools.vpe.ui.test.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-04 15:31:36 -0400 (Fri, 04 Jun 2010)
New Revision: 22561
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml
Log:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
fix for vpe test errors:
appArgLine added to parent-pom.xml to use plugincustomization to skip intro during test execution
Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml 2010-06-04 19:30:35 UTC (rev 22560)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml 2010-06-04 19:31:36 UTC (rev 22561)
@@ -17,7 +17,6 @@
<groupId>org.sonatype.tycho</groupId>
<artifactId>maven-osgi-test-plugin</artifactId>
<configuration>
- <osgiArgLine>-plugincustomization ../../../build/plugin_customization.ini</osgiArgLine>
<explodedBundles>
<bundle>org.jboss.tools.vpe</bundle>
<bundle>org.jboss.tools.vpe.ui.test</bundle>
14 years, 7 months
JBoss Tools SVN: r22560 - trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/META-INF.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-06-04 15:30:35 -0400 (Fri, 04 Jun 2010)
New Revision: 22560
Modified:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/META-INF/MANIFEST.MF
Log:
remove ranges
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/META-INF/MANIFEST.MF 2010-06-04 19:09:50 UTC (rev 22559)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/META-INF/MANIFEST.MF 2010-06-04 19:30:35 UTC (rev 22560)
@@ -19,8 +19,8 @@
org.eclipse.jpt.core,
org.eclipse.jpt.ui,
org.eclipse.jpt.utility,
- org.eclipse.jpt.db;bundle-version="1.2.100",
- org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.0"
+ org.eclipse.jpt.db,
+ org.eclipse.ui.views.properties.tabbed
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %Bundle-Vendor.0
14 years, 7 months
JBoss Tools SVN: r22559 - in trunk/hibernatetools/tests: org.hibernate.eclipse.console.test/META-INF and 7 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-04 15:09:50 -0400 (Fri, 04 Jun 2010)
New Revision: 22559
Removed:
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/org.hibernate.eclipse.console.test.test
Modified:
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/META-INF/MANIFEST.MF
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/build.properties
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml
trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/META-INF/MANIFEST.MF
trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/build.properties
trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/pom.xml
trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/META-INF/MANIFEST.MF
trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/build.properties
trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/pom.xml
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/pom.xml
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/META-INF/MANIFEST.MF
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/build.properties
Log:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
hibernateide tests are ported to work with tycho:
- manifest jars removed to let tycho recognize tests
- pom.xml's adjusted to unpack tests before execution
- swtbot tests are marked as regular plugins until we figure how to start them
- test plugins not included in builds before marked as eclipse-plugins
Modified: trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/META-INF/MANIFEST.MF 2010-06-04 18:53:40 UTC (rev 22558)
+++ trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/META-INF/MANIFEST.MF 2010-06-04 19:09:50 UTC (rev 22559)
@@ -3,7 +3,7 @@
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.hibernate.eclipse.console.test
Bundle-Version: 3.3.0.qualifier
-Bundle-ClassPath: org.hibernate.eclipse.console.test.test/,
+Bundle-ClassPath: .,
lib/hibernate-tools-tests.jar,
lib/hsqldb.jar,
lib/jaxen-1.1-beta-7.jar,
Modified: trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/build.properties
===================================================================
--- trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/build.properties 2010-06-04 18:53:40 UTC (rev 22558)
+++ trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/build.properties 2010-06-04 19:09:50 UTC (rev 22559)
@@ -1,7 +1,4 @@
-source.org.hibernate.eclipse.console.test.test/ = src/
-output.org.hibernate.eclipse.console.test.test/ = build/eclipse/
bin.includes = plugin.xml,\
- org.hibernate.eclipse.console.test.test/,\
META-INF/,\
lib/hibernate-tools-tests.jar,\
lib/hsqldb.jar,\
@@ -19,7 +16,8 @@
lib/jmock-2.5.1/objenesis-1.0.jar,\
res/,\
about.html,\
- plugin.properties
+ plugin.properties,\
+ .
src.includes = about.html,\
src/,\
res/,\
@@ -33,3 +31,7 @@
.project,\
.cvsignore,\
.classpath
+jars.compile.order = .
+source.. = src/
+output.. = bin/
+source.. = src/
Deleted: trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/org.hibernate.eclipse.console.test.test
===================================================================
(Binary files differ)
Modified: trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml
===================================================================
--- trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml 2010-06-04 18:53:40 UTC (rev 22558)
+++ trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml 2010-06-04 19:09:50 UTC (rev 22559)
@@ -11,4 +11,17 @@
<artifactId>org.hibernate.eclipse.console.test</artifactId>
<version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-test-plugin</artifactId>
+ <configuration>
+ <explodedBundles>
+ <bundle>org.hibernate.eclipse.console.test</bundle>
+ </explodedBundles>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
Modified: trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/META-INF/MANIFEST.MF 2010-06-04 18:53:40 UTC (rev 22558)
+++ trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/META-INF/MANIFEST.MF 2010-06-04 19:09:50 UTC (rev 22559)
@@ -16,7 +16,6 @@
Bundle-ActivationPolicy: lazy
Export-Package: org.hibernate.eclipse.jdt.ui.test
Bundle-Activator: org.hibernate.eclipse.jdt.ui.test.HibernateJDTuiTestPlugin
-Bundle-ClassPath: org.hibernate.eclipse.jdt.ui.test.jar
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/build.properties
===================================================================
--- trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/build.properties 2010-06-04 18:53:40 UTC (rev 22558)
+++ trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/build.properties 2010-06-04 19:09:50 UTC (rev 22559)
@@ -1,11 +1,9 @@
bin.includes = META-INF/,\
testresources/,\
- org.hibernate.eclipse.jdt.ui.test.jar,\
plugin.properties,\
- res/
-jars.compile.order = org.hibernate.eclipse.jdt.ui.test.jar
-source.org.hibernate.eclipse.jdt.ui.test.jar = src/
-output.org.hibernate.eclipse.jdt.ui.test.jar = bin/
+ res/,\
+ .
+jars.compile.order = .
src.includes = testresources/,\
src/,\
build.properties,\
@@ -13,4 +11,5 @@
.project,\
.classpath,\
res/
-source.org.hibernate.eclipse.jdt.ui.test.jar = src/
+source.. = src/
+output.. = bin/
Modified: trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/pom.xml
===================================================================
--- trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/pom.xml 2010-06-04 18:53:40 UTC (rev 22558)
+++ trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/pom.xml 2010-06-04 19:09:50 UTC (rev 22559)
@@ -11,4 +11,18 @@
<artifactId>org.hibernate.eclipse.jdt.ui.test</artifactId>
<version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-test-plugin</artifactId>
+ <configuration>
+ <explodedBundles>
+ <bundle>org.hibernate.eclipse.jdt.ui.test</bundle>
+ </explodedBundles>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/META-INF/MANIFEST.MF 2010-06-04 18:53:40 UTC (rev 22558)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/META-INF/MANIFEST.MF 2010-06-04 19:09:50 UTC (rev 22559)
@@ -17,7 +17,6 @@
Bundle-ActivationPolicy: lazy
Export-Package: org.jboss.tools.hibernate.jpt.core.test
Bundle-Activator: org.jboss.tools.hibernate.jpt.core.test.HibernateJPTuiTestPlugin
-Bundle-ClassPath: org.jboss.tools.hibernate.jpt.core.test.jar
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Import-Package: org.eclipse.core.resources,
Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/build.properties
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/build.properties 2010-06-04 18:53:40 UTC (rev 22558)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/build.properties 2010-06-04 19:09:50 UTC (rev 22559)
@@ -1,11 +1,11 @@
bin.includes = META-INF/,\
- org.jboss.tools.hibernate.jpt.core.test.jar,\
- plugin.properties
-jars.compile.order = org.jboss.tools.hibernate.jpt.core.test.jar
-source.org.jboss.tools.hibernate.jpt.core.test.jar = src/
-output.org.jboss.tools.hibernate.jpt.core.test.jar = bin/
+ plugin.properties,\
+ .
+jars.compile.order = .
src.includes = src/,\
build.properties,\
META-INF/,\
.project,\
.classpath
+source.. = src/
+output.. = bin/
Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/pom.xml
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/pom.xml 2010-06-04 18:53:40 UTC (rev 22558)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/pom.xml 2010-06-04 19:09:50 UTC (rev 22559)
@@ -10,5 +10,5 @@
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.hibernate.jpt.core.test</artifactId>
<version>3.3.0-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
+ <packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/pom.xml
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/pom.xml 2010-06-04 18:53:40 UTC (rev 22558)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/pom.xml 2010-06-04 19:09:50 UTC (rev 22559)
@@ -10,5 +10,5 @@
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.hibernate.ui.bot.test</artifactId>
<version>3.3.0-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
+ <packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/META-INF/MANIFEST.MF 2010-06-04 18:53:40 UTC (rev 22558)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/META-INF/MANIFEST.MF 2010-06-04 19:09:50 UTC (rev 22559)
@@ -14,7 +14,6 @@
Bundle-ActivationPolicy: lazy
Export-Package: org.jboss.tools.hibernate.ui.test
Bundle-Activator: org.jboss.tools.hibernate.ui.test.UiTestPlugin
-Bundle-ClassPath: org.jboss.tools.hibernate.ui.diagram.test.jar
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Import-Package: org.eclipse.core.resources
Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/build.properties
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/build.properties 2010-06-04 18:53:40 UTC (rev 22558)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/build.properties 2010-06-04 19:09:50 UTC (rev 22559)
@@ -1,11 +1,11 @@
bin.includes = META-INF/,\
- org.jboss.tools.hibernate.ui.diagram.test.jar,\
- plugin.properties
-jars.compile.order = org.jboss.tools.hibernate.ui.diagram.test.jar
-source.org.jboss.tools.hibernate.ui.diagram.test.jar = src/
-output.org.jboss.tools.hibernate.ui.diagram.test.jar = bin/
+ plugin.properties,\
+ .
+jars.compile.order = .
src.includes = src/,\
build.properties,\
META-INF/,\
.project,\
.classpath
+source.. = src/
+output.. = bin/
14 years, 7 months
JBoss Tools SVN: r22558 - trunk/vpe/tests/org.jboss.tools.vpe.ui.test.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-04 14:53:40 -0400 (Fri, 04 Jun 2010)
New Revision: 22558
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml
Log:
-plugincustomization parameter added to skip intro during test
through osgiArgLine configuration parameter
Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml 2010-06-04 18:53:17 UTC (rev 22557)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml 2010-06-04 18:53:40 UTC (rev 22558)
@@ -17,7 +17,7 @@
<groupId>org.sonatype.tycho</groupId>
<artifactId>maven-osgi-test-plugin</artifactId>
<configuration>
- <argLine>${memoryOptions} -plugincustomization ../../../build/plugin_customization.ini</argLine>
+ <osgiArgLine>-plugincustomization ../../../build/plugin_customization.ini</osgiArgLine>
<explodedBundles>
<bundle>org.jboss.tools.vpe</bundle>
<bundle>org.jboss.tools.vpe.ui.test</bundle>
14 years, 7 months
JBoss Tools SVN: r22557 - branches/3.2.helios/jsf/tests/org.jboss.tools.jsf.test/META-INF.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-06-04 14:53:17 -0400 (Fri, 04 Jun 2010)
New Revision: 22557
Modified:
branches/3.2.helios/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF
Log:
drop ranges
Modified: branches/3.2.helios/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF
===================================================================
--- branches/3.2.helios/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF 2010-06-04 18:52:03 UTC (rev 22556)
+++ branches/3.2.helios/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF 2010-06-04 18:53:17 UTC (rev 22557)
@@ -21,8 +21,8 @@
org.jboss.tools.jst.web.ui,
org.jboss.tools.common.model.ui,
org.eclipse.ui.ide,
- org.eclipse.ltk.core.refactoring;bundle-version="3.5.0",
- org.eclipse.wst.validation;bundle-version="1.2.104"
+ org.eclipse.ltk.core.refactoring,
+ org.eclipse.wst.validation
Bundle-Activator: org.jboss.tools.jsf.plugin.JsfTestPlugin
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
14 years, 7 months
JBoss Tools SVN: r22556 - branches/3.2.helios/jsf/tests/org.jboss.tools.jsf.test/META-INF.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-06-04 14:52:03 -0400 (Fri, 04 Jun 2010)
New Revision: 22556
Modified:
branches/3.2.helios/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF
Log:
fix manifest plugin version --> 2.0.0 should be 3.1.0.qualifier
Modified: branches/3.2.helios/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF
===================================================================
--- branches/3.2.helios/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF 2010-06-04 17:41:23 UTC (rev 22555)
+++ branches/3.2.helios/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF 2010-06-04 18:52:03 UTC (rev 22556)
@@ -1,29 +1,29 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name.0
-Bundle-SymbolicName: org.jboss.tools.jsf.test;singleton:=true
-Bundle-Version: 2.0.0
-Bundle-ClassPath: jsf-tests.jar,
- lib/xmlunit1.0.jar
-Bundle-Vendor: %Bundle-Vendor.0
-Export-Package: org.custommonkey.xmlunit,
- org.jboss.tools.jsf.test
-Require-Bundle:
- org.junit,
- org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.core.resources,
- org.jboss.tools.tests,
- org.jboss.tools.common.test,
- org.jboss.tools.common.model,
- org.jboss.tools.jsf,
- org.jboss.tools.jsf.ui,
- org.jboss.tools.jst.web.ui,
- org.jboss.tools.common.model.ui,
- org.eclipse.ui.ide,
- org.eclipse.ltk.core.refactoring;bundle-version="3.5.0",
- org.eclipse.wst.validation;bundle-version="1.2.104"
-Bundle-Activator: org.jboss.tools.jsf.plugin.JsfTestPlugin
-Bundle-ActivationPolicy: lazy
-Bundle-Localization: plugin
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name.0
+Bundle-SymbolicName: org.jboss.tools.jsf.test;singleton:=true
+Bundle-Version: 3.1.0.qualifier
+Bundle-ClassPath: jsf-tests.jar,
+ lib/xmlunit1.0.jar
+Bundle-Vendor: %Bundle-Vendor.0
+Export-Package: org.custommonkey.xmlunit,
+ org.jboss.tools.jsf.test
+Require-Bundle:
+ org.junit,
+ org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.core.resources,
+ org.jboss.tools.tests,
+ org.jboss.tools.common.test,
+ org.jboss.tools.common.model,
+ org.jboss.tools.jsf,
+ org.jboss.tools.jsf.ui,
+ org.jboss.tools.jst.web.ui,
+ org.jboss.tools.common.model.ui,
+ org.eclipse.ui.ide,
+ org.eclipse.ltk.core.refactoring;bundle-version="3.5.0",
+ org.eclipse.wst.validation;bundle-version="1.2.104"
+Bundle-Activator: org.jboss.tools.jsf.plugin.JsfTestPlugin
+Bundle-ActivationPolicy: lazy
+Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
14 years, 7 months
JBoss Tools SVN: r22555 - trunk/vpe/tests/org.jboss.tools.vpe.ui.test.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-04 13:41:23 -0400 (Fri, 04 Jun 2010)
New Revision: 22555
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml
Log:
-plugincustomization parameter added to skip intro during test
Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml 2010-06-04 17:40:31 UTC (rev 22554)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml 2010-06-04 17:41:23 UTC (rev 22555)
@@ -17,6 +17,7 @@
<groupId>org.sonatype.tycho</groupId>
<artifactId>maven-osgi-test-plugin</artifactId>
<configuration>
+ <argLine>${memoryOptions} -plugincustomization ../../../build/plugin_customization.ini</argLine>
<explodedBundles>
<bundle>org.jboss.tools.vpe</bundle>
<bundle>org.jboss.tools.vpe.ui.test</bundle>
14 years, 7 months
JBoss Tools SVN: r22554 - trunk.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-04 13:40:31 -0400 (Fri, 04 Jun 2010)
New Revision: 22554
Modified:
trunk/parent-pom.xml
Log:
memory options to run tests moved to property to reuse it in modules
Modified: trunk/parent-pom.xml
===================================================================
--- trunk/parent-pom.xml 2010-06-04 17:39:07 UTC (rev 22553)
+++ trunk/parent-pom.xml 2010-06-04 17:40:31 UTC (rev 22554)
@@ -11,6 +11,7 @@
<tychoVersion>0.9.0-SNAPSHOT</tychoVersion>
<scmBranch>trunk</scmBranch>
<BUILD_ALIAS>M1</BUILD_ALIAS>
+ <memoryOptions>-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m</memoryOptions>
</properties>
<build>
@@ -92,7 +93,7 @@
<forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
<useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread>
- <argLine>-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m</argLine>
+ <argLine>${memoryOptions}</argLine>
<!-- https://docs.sonatype.org/display/TYCHO/How+to+run+SWTBot+tests+with+Tycho -->
<!-- set useUIThread=true for regular ui tests -->
<!-- set useUIThread=false for swtbot tests (?) -->
14 years, 7 months
JBoss Tools SVN: r22553 - trunk/build.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-04 13:39:07 -0400 (Fri, 04 Jun 2010)
New Revision: 22553
Added:
trunk/build/plugin_customization.ini
Log:
customization file to skip intro until we find a way to start fragmenst during tycho build
Added: trunk/build/plugin_customization.ini
===================================================================
--- trunk/build/plugin_customization.ini (rev 0)
+++ trunk/build/plugin_customization.ini 2010-06-04 17:39:07 UTC (rev 22553)
@@ -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
14 years, 7 months