JBoss Tools SVN: r23111 - workspace/dgolovin/experimental-build.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-29 20:06:31 -0400 (Tue, 29 Jun 2010)
New Revision: 23111
Modified:
workspace/dgolovin/experimental-build/dgolovin-pom.xml
Log:
test jst component coverage report
Modified: workspace/dgolovin/experimental-build/dgolovin-pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/dgolovin-pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
+++ workspace/dgolovin/experimental-build/dgolovin-pom.xml 2010-06-30 00:06:31 UTC (rev 23111)
@@ -7,15 +7,15 @@
<packaging>pom</packaging>
<modules>
<!-- done -->
- <module>build/libs</module>
+ <!-- module>build/libs</module>
<module>tests</module>
<module>freemarker</module>
<module>jmx</module>
<module>archives</module>
<module>as</module>
- <module>common</module>
- <!--module>jst</module>
- <module>xulrunner</module>
+ <module>common</module-->
+ <module>jst</module>
+ <!--module>xulrunner</module>
<module>vpe</module>
<module>jsf</module>
14 years, 6 months
JBoss Tools SVN: r23110 - in trunk/jst: features and 24 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-29 20:04:03 -0400 (Tue, 29 Jun 2010)
New Revision: 23110
Modified:
trunk/jst/features/org.jboss.tools.jst.feature/pom.xml
trunk/jst/features/org.jboss.tools.jst.web.tiles.feature/pom.xml
trunk/jst/features/pom.xml
trunk/jst/plugins/org.jboss.tools.jst.css/pom.xml
trunk/jst/plugins/org.jboss.tools.jst.firstrun/pom.xml
trunk/jst/plugins/org.jboss.tools.jst.jsp/pom.xml
trunk/jst/plugins/org.jboss.tools.jst.text.ext/pom.xml
trunk/jst/plugins/org.jboss.tools.jst.web.kb/pom.xml
trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/pom.xml
trunk/jst/plugins/org.jboss.tools.jst.web.tiles/pom.xml
trunk/jst/plugins/org.jboss.tools.jst.web.ui/pom.xml
trunk/jst/plugins/org.jboss.tools.jst.web.verification/pom.xml
trunk/jst/plugins/org.jboss.tools.jst.web/pom.xml
trunk/jst/plugins/pom.xml
trunk/jst/pom.xml
trunk/jst/site/pom.xml
trunk/jst/tests/org.jboss.tools.jst.css.test/pom.xml
trunk/jst/tests/org.jboss.tools.jst.jsp.test/pom.xml
trunk/jst/tests/org.jboss.tools.jst.text.ext.test/META-INF/MANIFEST.MF
trunk/jst/tests/org.jboss.tools.jst.text.ext.test/pom.xml
trunk/jst/tests/org.jboss.tools.jst.ui.bot.test/pom.xml
trunk/jst/tests/org.jboss.tools.jst.ui.firstrun.bot.test/pom.xml
trunk/jst/tests/org.jboss.tools.jst.web.kb.test/pom.xml
trunk/jst/tests/org.jboss.tools.jst.web.test/pom.xml
trunk/jst/tests/org.jboss.tools.jst.web.ui.test/pom.xml
trunk/jst/tests/pom.xml
Log:
jst component maven repo structure aligned to SVN structure and tests coverage profile support enabled
Modified: trunk/jst/features/org.jboss.tools.jst.feature/pom.xml
===================================================================
--- trunk/jst/features/org.jboss.tools.jst.feature/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/features/org.jboss.tools.jst.feature/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jst.features</groupId>
<artifactId>org.jboss.tools.jst.feature</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/jst/features/org.jboss.tools.jst.web.tiles.feature/pom.xml
===================================================================
--- trunk/jst/features/org.jboss.tools.jst.web.tiles.feature/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/features/org.jboss.tools.jst.web.tiles.feature/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jst.features</groupId>
<artifactId>org.jboss.tools.jst.web.tiles.feature</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/jst/features/pom.xml
===================================================================
--- trunk/jst/features/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/features/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -1,14 +1,9 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>jst.features</artifactId>
+ <groupId>org.jboss.tools.jst</groupId>
+ <artifactId>features</artifactId>
+ <name>jst.features</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -16,4 +11,4 @@
<module>org.jboss.tools.jst.web.tiles.feature</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/jst/plugins/org.jboss.tools.jst.css/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.css/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/org.jboss.tools.jst.css/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jst.plugins</groupId>
<artifactId>org.jboss.tools.jst.css</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jst/plugins/org.jboss.tools.jst.firstrun/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.firstrun/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/org.jboss.tools.jst.firstrun/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jst.plugins</groupId>
<artifactId>org.jboss.tools.jst.firstrun</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jst/plugins/org.jboss.tools.jst.jsp/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.jsp/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/org.jboss.tools.jst.jsp/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jst.plugins</groupId>
<artifactId>org.jboss.tools.jst.jsp</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jst/plugins/org.jboss.tools.jst.text.ext/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.text.ext/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/org.jboss.tools.jst.text.ext/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jst.plugins</groupId>
<artifactId>org.jboss.tools.jst.text.ext</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jst/plugins/org.jboss.tools.jst.web/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jst.plugins</groupId>
<artifactId>org.jboss.tools.jst.web</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jst.tests</groupId>
<artifactId>org.jboss.tools.jst.web.kb</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.tiles/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.tiles/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.tiles/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jst.plugins</groupId>
<artifactId>org.jboss.tools.jst.web.tiles</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jst.plugins</groupId>
<artifactId>org.jboss.tools.jst.web.tiles.ui</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.ui/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.ui/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.ui/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jst.plugins</groupId>
<artifactId>org.jboss.tools.jst.web.ui</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.verification/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.verification/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.verification/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jst.plugins</groupId>
<artifactId>org.jboss.tools.jst.web.verification</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jst/plugins/pom.xml
===================================================================
--- trunk/jst/plugins/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -1,14 +1,9 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>jst.plugins</artifactId>
+ <groupId>org.jboss.tools.jst</groupId>
+ <artifactId>plugins</artifactId>
+ <name>jst.plugins</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -24,4 +19,4 @@
<module>org.jboss.tools.jst.web.verification</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/jst/pom.xml
===================================================================
--- trunk/jst/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -1,14 +1,9 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
<groupId>org.jboss.tools</groupId>
- <artifactId>jst.all</artifactId>
+ <artifactId>jst</artifactId>
+ <name>jst.all</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
Modified: trunk/jst/site/pom.xml
===================================================================
--- trunk/jst/site/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/site/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -6,8 +6,8 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>jst.site</artifactId>
+ <groupId>org.jboss.tools.jst</groupId>
+ <artifactId>site</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
</project>
Modified: trunk/jst/tests/org.jboss.tools.jst.css.test/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.css.test/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/tests/org.jboss.tools.jst.css.test/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,8 +7,13 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jst.tests</groupId>
<artifactId>org.jboss.tools.jst.css.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.jst.css*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jst.css</emma.instrument.bundles>
+ </properties>
</project>
Modified: trunk/jst/tests/org.jboss.tools.jst.jsp.test/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,8 +7,13 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jst.tests</groupId>
<artifactId>org.jboss.tools.jst.jsp.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.jst.jsp*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jst.jsp</emma.instrument.bundles>
+ </properties>
</project>
Modified: trunk/jst/tests/org.jboss.tools.jst.text.ext.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.text.ext.test/META-INF/MANIFEST.MF 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/tests/org.jboss.tools.jst.text.ext.test/META-INF/MANIFEST.MF 2010-06-30 00:04:03 UTC (rev 23110)
@@ -13,7 +13,8 @@
org.eclipse.core.runtime,
org.jboss.tools.jst.web,
org.eclipse.jface.text,
- org.jboss.tools.common.model.ui
+ org.jboss.tools.common.model.ui,
+ org.jboss.tools.jst.text.ext;bundle-version="3.1.0"
Export-Package: org.jboss.tools.jst.text.ext.test
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Modified: trunk/jst/tests/org.jboss.tools.jst.text.ext.test/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.text.ext.test/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/tests/org.jboss.tools.jst.text.ext.test/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,8 +7,13 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jst.tests</groupId>
<artifactId>org.jboss.tools.jst.text.ext.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.jst.text.ext*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jst.text.ext</emma.instrument.bundles>
+ </properties>
</project>
Modified: trunk/jst/tests/org.jboss.tools.jst.ui.bot.test/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.ui.bot.test/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/tests/org.jboss.tools.jst.ui.bot.test/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,8 +7,12 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jst.tests</groupId>
<artifactId>org.jboss.tools.jst.ui.bot.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+ <properties>
+ <emma.filter>org.jboss.tools.jst*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jst*</emma.instrument.bundles>
+ </properties>
</project>
Modified: trunk/jst/tests/org.jboss.tools.jst.ui.firstrun.bot.test/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.ui.firstrun.bot.test/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/tests/org.jboss.tools.jst.ui.firstrun.bot.test/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,8 +7,13 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jst.tests</groupId>
<artifactId>org.jboss.tools.jst.ui.firstrun.bot.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.jst*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jst*</emma.instrument.bundles>
+ </properties>
</project>
Modified: trunk/jst/tests/org.jboss.tools.jst.web.kb.test/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.web.kb.test/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/tests/org.jboss.tools.jst.web.kb.test/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,8 +7,13 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jst.tests</groupId>
<artifactId>org.jboss.tools.jst.web.kb.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.jst.web.kb*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jst.web.kb</emma.instrument.bundles>
+ </properties>
</project>
Modified: trunk/jst/tests/org.jboss.tools.jst.web.test/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.web.test/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/tests/org.jboss.tools.jst.web.test/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,8 +7,12 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jst.tests</groupId>
<artifactId>org.jboss.tools.jst.web.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+ <properties>
+ <emma.filter>org.jboss.tools.jst.web*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jst.web</emma.instrument.bundles>
+ </properties>
</project>
Modified: trunk/jst/tests/org.jboss.tools.jst.web.ui.test/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.web.ui.test/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/tests/org.jboss.tools.jst.web.ui.test/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,8 +7,13 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jst.tests</groupId>
<artifactId>org.jboss.tools.jst.web.ui.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.jst.web.ui*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jst.web.ui</emma.instrument.bundles>
+ </properties>
</project>
Modified: trunk/jst/tests/pom.xml
===================================================================
--- trunk/jst/tests/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/tests/pom.xml 2010-06-30 00:04:03 UTC (rev 23110)
@@ -1,14 +1,9 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>jst.tests</artifactId>
+ <groupId>org.jboss.tools.jst</groupId>
+ <artifactId>tests</artifactId>
+ <name>jst.tests</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -21,6 +16,7 @@
<module>org.jboss.tools.jst.web.test</module>
<module>org.jboss.tools.jst.web.ui.test</module>
<module>org.jboss.tools.ui.bot.ext</module>
+ <module>org.jboss.tools.ui.bot.ext.test</module>
</modules>
</project>
-
\ No newline at end of file
+
14 years, 6 months
JBoss Tools SVN: r23109 - in trunk/common/features: org.jboss.tools.common.feature and 3 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-29 20:02:38 -0400 (Tue, 29 Jun 2010)
New Revision: 23109
Modified:
trunk/common/features/org.jboss.tools.common.core.feature/pom.xml
trunk/common/features/org.jboss.tools.common.feature/pom.xml
trunk/common/features/org.jboss.tools.common.text.ext.feature/pom.xml
trunk/common/features/org.jboss.tools.common.ui.feature/pom.xml
trunk/common/features/org.jboss.tools.common.verification.feature/pom.xml
Log:
common component groupsId errors were fixed
Modified: trunk/common/features/org.jboss.tools.common.core.feature/pom.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.core.feature/pom.xml 2010-06-29 23:29:48 UTC (rev 23108)
+++ trunk/common/features/org.jboss.tools.common.core.feature/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.common.features</groupId>
<artifactId>org.jboss.tools.common.core.feature</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/common/features/org.jboss.tools.common.feature/pom.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.feature/pom.xml 2010-06-29 23:29:48 UTC (rev 23108)
+++ trunk/common/features/org.jboss.tools.common.feature/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.common.features</groupId>
<artifactId>org.jboss.tools.common.feature</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/common/features/org.jboss.tools.common.text.ext.feature/pom.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.text.ext.feature/pom.xml 2010-06-29 23:29:48 UTC (rev 23108)
+++ trunk/common/features/org.jboss.tools.common.text.ext.feature/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.common.features</groupId>
<artifactId>org.jboss.tools.common.text.ext.feature</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/common/features/org.jboss.tools.common.ui.feature/pom.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.ui.feature/pom.xml 2010-06-29 23:29:48 UTC (rev 23108)
+++ trunk/common/features/org.jboss.tools.common.ui.feature/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.common.features</groupId>
<artifactId>org.jboss.tools.common.ui.feature</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/common/features/org.jboss.tools.common.verification.feature/pom.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.verification.feature/pom.xml 2010-06-29 23:29:48 UTC (rev 23108)
+++ trunk/common/features/org.jboss.tools.common.verification.feature/pom.xml 2010-06-30 00:02:38 UTC (rev 23109)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.common.features</groupId>
<artifactId>org.jboss.tools.common.verification.feature</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
14 years, 6 months
JBoss Tools SVN: r23105 - in trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb: internal/validation and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-29 19:08:47 -0400 (Tue, 29 Jun 2010)
New Revision: 23105
Added:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/validation/ValidationErrorManager.patch
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/KbMessages.java
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/KbMessages.properties
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/validation/ValidationErrorManager.java
Log:
Exception messages were localized
Duplicate code was removed
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/KbMessages.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/KbMessages.java 2010-06-29 22:53:58 UTC (rev 23104)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/KbMessages.java 2010-06-29 23:08:47 UTC (rev 23105)
@@ -29,4 +29,6 @@
public static String KBPROBLEM;
public static String ENABLE_KB;
public static String ILLEGAL_CONTENTTYPE;
+
+ public static String EXCEPTION_DURING_CREATING_MARKER;
}
\ No newline at end of file
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/KbMessages.properties
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/KbMessages.properties 2010-06-29 22:53:58 UTC (rev 23104)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/KbMessages.properties 2010-06-29 23:08:47 UTC (rev 23105)
@@ -6,4 +6,6 @@
KBPROBLEM=KB Problem: {0} {1} Use Quick Fix to allow JSF Content Assistant and Validation.
ENABLE_KB=Enable JSF CA and validation on this project
-ILLEGAL_CONTENTTYPE=Unknown contentType argument value: {0}
\ No newline at end of file
+ILLEGAL_CONTENTTYPE=Unknown contentType argument value: {0}
+
+EXCEPTION_DURING_CREATING_MARKER=Exception occurred during creating marker for validation error on ''{0}''
\ No newline at end of file
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/validation/ValidationErrorManager.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/validation/ValidationErrorManager.java 2010-06-29 22:53:58 UTC (rev 23104)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/validation/ValidationErrorManager.java 2010-06-29 23:08:47 UTC (rev 23105)
@@ -20,6 +20,7 @@
import org.eclipse.core.runtime.Status;
import org.eclipse.jface.text.BadLocationException;
import org.eclipse.jface.text.IDocument;
+import org.eclipse.osgi.util.NLS;
import org.eclipse.ui.editors.text.TextFileDocumentProvider;
import org.eclipse.wst.validation.internal.TaskListUtility;
import org.eclipse.wst.validation.internal.operations.WorkbenchReporter;
@@ -28,6 +29,7 @@
import org.eclipse.wst.validation.internal.provisional.core.IValidator;
import org.jboss.tools.common.preferences.SeverityPreferences;
import org.jboss.tools.common.text.ITextSourceReference;
+import org.jboss.tools.jst.web.kb.KbMessages;
import org.jboss.tools.jst.web.kb.WebKbPlugin;
import org.jboss.tools.jst.web.kb.validation.IValidationContext;
import org.jboss.tools.jst.web.kb.validation.IValidationErrorManager;
@@ -159,53 +161,15 @@
public IMarker addError(String message, String preferenceKey,
String[] messageArguments, int length, int offset, IResource target) {
String preferenceValue = getPreference(target.getProject(), preferenceKey);
- boolean ignore = false;
- int messageSeverity = IMessage.HIGH_SEVERITY;
- if (SeverityPreferences.WARNING.equals(preferenceValue)) {
- messageSeverity = IMessage.NORMAL_SEVERITY;
- } else if (SeverityPreferences.IGNORE.equals(preferenceValue)) {
- ignore = true;
+ IMarker marker = null;
+ if (!SeverityPreferences.IGNORE.equals(preferenceValue)) {
+ int severity = IMessage.HIGH_SEVERITY;
+ if (SeverityPreferences.WARNING.equals(preferenceValue)) {
+ severity = IMessage.NORMAL_SEVERITY;
+ }
+ marker = addError(message, severity, messageArguments, length, offset, target, getDocumentProvider(), getMarkerId(), getMarkerOwner());
}
-
- if (ignore) {
- return null;
- }
-
- IMessage problemMessage = new ProblemMessage(message, messageSeverity, messageArguments, target, getMarkerId());
- problemMessage.setLength(length);
- problemMessage.setOffset(offset);
- try {
- if(getDocumentProvider()!=null) {
- getDocumentProvider().connect(target);
- IDocument document = getDocumentProvider().getDocument(target);
- if(document!=null) {
- problemMessage.setLineNo(document.getLineOfOffset(offset) + 1);
- }
- }
- } catch (BadLocationException e) {
- WebKbPlugin.getDefault().logError(
- "Exception occurred during error line number calculation",
- e);
- return null;
- } catch (CoreException e) {
- WebKbPlugin.getDefault().logError(
- "Exception occurred during error line number calculation",
- e);
- return null;
- } finally {
- if(getDocumentProvider()!=null) {
- getDocumentProvider().disconnect(target);
- }
- }
-
- int severity = problemMessage.getSeverity();
- try {
- return TaskListUtility.addTask(getMarkerOwner().getName().intern(), target, "" + problemMessage.getLineNumber(), problemMessage.getText(),
- problemMessage.getText(), severity, null, problemMessage.getGroupName(), problemMessage.getOffset(), problemMessage.getLength());
- } catch (CoreException e) {
- WebKbPlugin.getDefault().logError(e);
- }
- return null;
+ return marker;
}
protected TextFileDocumentProvider getDocumentProvider() {
@@ -245,6 +209,7 @@
* @return
*/
public static IMarker addError(String message, int severity, String[] messageArguments, int length, int offset, IResource target, TextFileDocumentProvider documentProvider, String markerId, Class markerOwner) {
+ IMarker marker = null;
IMessage problemMessage = new ProblemMessage(message, severity, messageArguments, target, markerId);
problemMessage.setLength(length);
problemMessage.setOffset(offset);
@@ -254,27 +219,19 @@
problemMessage.setLineNo(documentProvider.getDocument(
target).getLineOfOffset(offset) + 1);
}
+ marker = TaskListUtility.addTask(markerOwner.getName().intern(), target, "" + problemMessage.getLineNumber(), problemMessage.getText(),
+ problemMessage.getText(), severity, null, problemMessage.getGroupName(), problemMessage.getOffset(), problemMessage.getLength());
} catch (BadLocationException e) {
WebKbPlugin.getDefault().logError(
- "Exception occurred during error line number calculation",
- e);
- return null;
+ NLS.bind(KbMessages.EXCEPTION_DURING_CREATING_MARKER, target.getFullPath()), e);
} catch (CoreException e) {
WebKbPlugin.getDefault().logError(
- "Exception occurred during error line number calculation",
- e);
- return null;
+ NLS.bind(KbMessages.EXCEPTION_DURING_CREATING_MARKER, target.getFullPath()), e);
} finally {
documentProvider.disconnect(target);
}
- try {
- return TaskListUtility.addTask(markerOwner.getName().intern(), target, "" + problemMessage.getLineNumber(), problemMessage.getText(),
- problemMessage.getText(), severity, null, problemMessage.getGroupName(), problemMessage.getOffset(), problemMessage.getLength());
- } catch (CoreException e) {
- WebKbPlugin.getDefault().logError(e);
- }
- return null;
+ return marker;
}
/*
Added: trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/validation/ValidationErrorManager.patch
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/validation/ValidationErrorManager.patch (rev 0)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/validation/ValidationErrorManager.patch 2010-06-29 23:08:47 UTC (rev 23105)
@@ -0,0 +1,124 @@
+Index: src/org/jboss/tools/jst/web/kb/internal/validation/ValidationErrorManager.java
+===================================================================
+--- src/org/jboss/tools/jst/web/kb/internal/validation/ValidationErrorManager.java (revision 22821)
++++ src/org/jboss/tools/jst/web/kb/internal/validation/ValidationErrorManager.java (working copy)
+@@ -20,6 +20,7 @@
+ import org.eclipse.core.runtime.Status;
+ import org.eclipse.jface.text.BadLocationException;
+ import org.eclipse.jface.text.IDocument;
++import org.eclipse.osgi.util.NLS;
+ import org.eclipse.ui.editors.text.TextFileDocumentProvider;
+ import org.eclipse.wst.validation.internal.TaskListUtility;
+ import org.eclipse.wst.validation.internal.operations.WorkbenchReporter;
+@@ -28,6 +29,7 @@
+ import org.eclipse.wst.validation.internal.provisional.core.IValidator;
+ import org.jboss.tools.common.preferences.SeverityPreferences;
+ import org.jboss.tools.common.text.ITextSourceReference;
++import org.jboss.tools.jst.web.kb.KbMessages;
+ import org.jboss.tools.jst.web.kb.WebKbPlugin;
+ import org.jboss.tools.jst.web.kb.validation.IValidationContext;
+ import org.jboss.tools.jst.web.kb.validation.IValidationErrorManager;
+@@ -159,53 +161,15 @@
+ public IMarker addError(String message, String preferenceKey,
+ String[] messageArguments, int length, int offset, IResource target) {
+ String preferenceValue = getPreference(target.getProject(), preferenceKey);
+- boolean ignore = false;
+- int messageSeverity = IMessage.HIGH_SEVERITY;
+- if (SeverityPreferences.WARNING.equals(preferenceValue)) {
+- messageSeverity = IMessage.NORMAL_SEVERITY;
+- } else if (SeverityPreferences.IGNORE.equals(preferenceValue)) {
+- ignore = true;
+- }
+-
+- if (ignore) {
+- return null;
+- }
+-
+- IMessage problemMessage = new ProblemMessage(message, messageSeverity, messageArguments, target, getMarkerId());
+- problemMessage.setLength(length);
+- problemMessage.setOffset(offset);
+- try {
+- if(getDocumentProvider()!=null) {
+- getDocumentProvider().connect(target);
+- IDocument document = getDocumentProvider().getDocument(target);
+- if(document!=null) {
+- problemMessage.setLineNo(document.getLineOfOffset(offset) + 1);
+- }
+- }
+- } catch (BadLocationException e) {
+- WebKbPlugin.getDefault().logError(
+- "Exception occurred during error line number calculation",
+- e);
+- return null;
+- } catch (CoreException e) {
+- WebKbPlugin.getDefault().logError(
+- "Exception occurred during error line number calculation",
+- e);
+- return null;
+- } finally {
+- if(getDocumentProvider()!=null) {
+- getDocumentProvider().disconnect(target);
+- }
+- }
+-
+- int severity = problemMessage.getSeverity();
+- try {
+- return TaskListUtility.addTask(getMarkerOwner().getName().intern(), target, "" + problemMessage.getLineNumber(), problemMessage.getText(),
+- problemMessage.getText(), severity, null, problemMessage.getGroupName(), problemMessage.getOffset(), problemMessage.getLength());
+- } catch (CoreException e) {
+- WebKbPlugin.getDefault().logError(e);
++ IMarker marker = null;
++ if (!SeverityPreferences.IGNORE.equals(preferenceValue)) {
++ int severity = IMessage.HIGH_SEVERITY;
++ if (SeverityPreferences.WARNING.equals(preferenceValue)) {
++ severity = IMessage.NORMAL_SEVERITY;
++ }
++ marker = addError(message, severity, messageArguments, length, offset, target, getDocumentProvider(), getMarkerId(), getMarkerOwner());
+ }
+- return null;
++ return marker;
+ }
+
+ protected TextFileDocumentProvider getDocumentProvider() {
+@@ -245,6 +209,7 @@
+ * @return
+ */
+ public static IMarker addError(String message, int severity, String[] messageArguments, int length, int offset, IResource target, TextFileDocumentProvider documentProvider, String markerId, Class markerOwner) {
++ IMarker marker = null;
+ IMessage problemMessage = new ProblemMessage(message, severity, messageArguments, target, markerId);
+ problemMessage.setLength(length);
+ problemMessage.setOffset(offset);
+@@ -254,27 +219,19 @@
+ problemMessage.setLineNo(documentProvider.getDocument(
+ target).getLineOfOffset(offset) + 1);
+ }
++ marker = TaskListUtility.addTask(markerOwner.getName().intern(), target, "" + problemMessage.getLineNumber(), problemMessage.getText(),
++ problemMessage.getText(), severity, null, problemMessage.getGroupName(), problemMessage.getOffset(), problemMessage.getLength());
+ } catch (BadLocationException e) {
+ WebKbPlugin.getDefault().logError(
+- "Exception occurred during error line number calculation",
+- e);
+- return null;
++ NLS.bind(KbMessages.EXCEPTION_DURING_CREATING_MARKER, target.getFullPath()), e);
+ } catch (CoreException e) {
+ WebKbPlugin.getDefault().logError(
+- "Exception occurred during error line number calculation",
+- e);
+- return null;
++ NLS.bind(KbMessages.EXCEPTION_DURING_CREATING_MARKER, target.getFullPath()), e);
+ } finally {
+ documentProvider.disconnect(target);
+ }
+
+- try {
+- return TaskListUtility.addTask(markerOwner.getName().intern(), target, "" + problemMessage.getLineNumber(), problemMessage.getText(),
+- problemMessage.getText(), severity, null, problemMessage.getGroupName(), problemMessage.getOffset(), problemMessage.getLength());
+- } catch (CoreException e) {
+- WebKbPlugin.getDefault().logError(e);
+- }
+- return null;
++ return marker;
+ }
+
+ /*
+
14 years, 6 months
JBoss Tools SVN: r23104 - workspace/dgolovin/experimental-build.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-29 18:53:58 -0400 (Tue, 29 Jun 2010)
New Revision: 23104
Modified:
workspace/dgolovin/experimental-build/dgolovin-pom.xml
Log:
enable common tests
Modified: workspace/dgolovin/experimental-build/dgolovin-pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/dgolovin-pom.xml 2010-06-29 21:30:25 UTC (rev 23103)
+++ workspace/dgolovin/experimental-build/dgolovin-pom.xml 2010-06-29 22:53:58 UTC (rev 23104)
@@ -13,8 +13,8 @@
<module>jmx</module>
<module>archives</module>
<module>as</module>
- <!-- module>common</module>
- <module>jst</module>
+ <module>common</module>
+ <!--module>jst</module>
<module>xulrunner</module>
<module>vpe</module>
<module>jsf</module>
14 years, 6 months
JBoss Tools SVN: r23103 - trunk.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-06-29 17:30:25 -0400 (Tue, 29 Jun 2010)
New Revision: 23103
Modified:
trunk/parent-pom.xml
Log:
bump parent pom to 0.10.0
Modified: trunk/parent-pom.xml
===================================================================
--- trunk/parent-pom.xml 2010-06-29 21:27:33 UTC (rev 23102)
+++ trunk/parent-pom.xml 2010-06-29 21:30:25 UTC (rev 23103)
@@ -8,7 +8,7 @@
<packaging>pom</packaging>
<properties>
- <tychoVersion>0.9.0-SNAPSHOT</tychoVersion>
+ <tychoVersion>0.10.0-SNAPSHOT</tychoVersion>
<scmBranch>trunk</scmBranch>
<BUILD_ALIAS>M1</BUILD_ALIAS>
<memoryOptions1>-Xms512m -Xmx1024m -XX:PermSize=256m</memoryOptions1>
14 years, 6 months
JBoss Tools SVN: r23102 - trunk.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-06-29 17:27:33 -0400 (Tue, 29 Jun 2010)
New Revision: 23102
Modified:
trunk/parent-pom.xml
Log:
disable ssh and deploy plugins from parent pom (should not be needed)
Modified: trunk/parent-pom.xml
===================================================================
--- trunk/parent-pom.xml 2010-06-29 21:24:56 UTC (rev 23101)
+++ trunk/parent-pom.xml 2010-06-29 21:27:33 UTC (rev 23102)
@@ -83,7 +83,8 @@
<forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
<useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread>
- <argLine>${memoryOptions1} ${memoryOptions2} ${systemProperties}</argLine>
+ <argLine>${memoryOptions1} ${memoryOptions2} ${systemProperties}
+ </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 (?) -->
@@ -117,34 +118,17 @@
</configuration>
</plugin>
<!-- Enable deploy task -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>2.5</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <version>2.4.2</version>
- <configuration>
- <encoding>UTF-8</encoding>
- </configuration>
- </plugin>
+ <!--<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId> <version>2.4.2</version>
+ <configuration> <encoding>UTF-8</encoding> </configuration> </plugin> -->
</plugins>
<!-- Enable SCP -->
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ssh</artifactId>
- <version>1.0-beta-6</version>
- </extension>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ssh-external</artifactId>
- <version>1.0-beta-6</version>
- </extension>
- </extensions>
+ <!-- <extensions> <extension> <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ssh</artifactId> <version>1.0-beta-6</version> </extension>
+ <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ssh-external</artifactId>
+ <version>1.0-beta-6</version> </extension> </extensions> -->
</build>
<scm>
14 years, 6 months