JBoss Tools SVN: r23194 - trunk/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-02 13:30:10 -0400 (Fri, 02 Jul 2010)
New Revision: 23194
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/build.properties
Log:
myfaces test manifest error were fixed
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/build.properties
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/build.properties 2010-07-02 17:28:26 UTC (rev 23193)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/build.properties 2010-07-02 17:30:10 UTC (rev 23194)
@@ -1,4 +1,3 @@
-source.myfaces-test.jar = src/
bin.includes = META-INF/,\
plugin.xml,\
resources/,\
15 years, 9 months
JBoss Tools SVN: r23193 - trunk/profiler/tests.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-02 13:28:26 -0400 (Fri, 02 Jul 2010)
New Revision: 23193
Modified:
trunk/profiler/tests/pom.xml
Log:
profiler groupId error fixed for tests
Modified: trunk/profiler/tests/pom.xml
===================================================================
--- trunk/profiler/tests/pom.xml 2010-07-02 17:24:35 UTC (rev 23192)
+++ trunk/profiler/tests/pom.xml 2010-07-02 17:28:26 UTC (rev 23193)
@@ -3,12 +3,6 @@
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.profiler</groupId>
<artifactId>tests</artifactId>
<name>profiler.tests</name>
15 years, 9 months
JBoss Tools SVN: r23192 - in trunk/tptp: features and 4 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-02 13:24:35 -0400 (Fri, 02 Jul 2010)
New Revision: 23192
Modified:
trunk/tptp/features/org.jboss.tools.tptp.feature/pom.xml
trunk/tptp/features/pom.xml
trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/pom.xml
trunk/tptp/plugins/pom.xml
trunk/tptp/pom.xml
trunk/tptp/site/pom.xml
Log:
tptp maven repo structure changed to match svn repo
Modified: trunk/tptp/features/org.jboss.tools.tptp.feature/pom.xml
===================================================================
--- trunk/tptp/features/org.jboss.tools.tptp.feature/pom.xml 2010-07-02 17:22:06 UTC (rev 23191)
+++ trunk/tptp/features/org.jboss.tools.tptp.feature/pom.xml 2010-07-02 17:24:35 UTC (rev 23192)
@@ -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.tptp.features</groupId>
<artifactId>org.jboss.tools.tptp.feature</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/tptp/features/pom.xml
===================================================================
--- trunk/tptp/features/pom.xml 2010-07-02 17:22:06 UTC (rev 23191)
+++ trunk/tptp/features/pom.xml 2010-07-02 17:24:35 UTC (rev 23192)
@@ -1,18 +1,13 @@
<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>tptp.features</artifactId>
+ <groupId>org.jboss.tools.tptp</groupId>
+ <artifactId>features</artifactId>
+ <name>tptp.features</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.tptp.feature</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/pom.xml
===================================================================
--- trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/pom.xml 2010-07-02 17:22:06 UTC (rev 23191)
+++ trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/pom.xml 2010-07-02 17:24:35 UTC (rev 23192)
@@ -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.tptp.plugins</groupId>
<artifactId>org.jboss.tools.eclipse.as.tptp</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/tptp/plugins/pom.xml
===================================================================
--- trunk/tptp/plugins/pom.xml 2010-07-02 17:22:06 UTC (rev 23191)
+++ trunk/tptp/plugins/pom.xml 2010-07-02 17:24:35 UTC (rev 23192)
@@ -1,18 +1,13 @@
<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>tptp.plugins</artifactId>
+ <groupId>org.jboss.tools.tptp</groupId>
+ <artifactId>plugins</artifactId>
+ <name>tptp.plugins</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.eclipse.as.tptp</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/tptp/pom.xml
===================================================================
--- trunk/tptp/pom.xml 2010-07-02 17:22:06 UTC (rev 23191)
+++ trunk/tptp/pom.xml 2010-07-02 17:24:35 UTC (rev 23192)
@@ -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>tptp.all</artifactId>
+ <artifactId>tptp</artifactId>
+ <name>tptp.all</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
Modified: trunk/tptp/site/pom.xml
===================================================================
--- trunk/tptp/site/pom.xml 2010-07-02 17:22:06 UTC (rev 23191)
+++ trunk/tptp/site/pom.xml 2010-07-02 17:24:35 UTC (rev 23192)
@@ -6,8 +6,9 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>tptp.site</artifactId>
+ <groupId>org.jboss.tools.tptp</groupId>
+ <artifactId>site</artifactId>
+ <name>tptp.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
</project>
15 years, 9 months
JBoss Tools SVN: r23191 - in trunk/ws/tests: org.jboss.tools.ws.ui.test and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-02 13:22:06 -0400 (Fri, 02 Jul 2010)
New Revision: 23191
Modified:
trunk/ws/tests/org.jboss.tools.ws.core.test/pom.xml
trunk/ws/tests/org.jboss.tools.ws.ui.test/pom.xml
Log:
code coverage enabled for ws maven build
Modified: trunk/ws/tests/org.jboss.tools.ws.core.test/pom.xml
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.core.test/pom.xml 2010-07-02 17:20:23 UTC (rev 23190)
+++ trunk/ws/tests/org.jboss.tools.ws.core.test/pom.xml 2010-07-02 17:22:06 UTC (rev 23191)
@@ -11,4 +11,9 @@
<artifactId>org.jboss.tools.ws.core.test</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.ws.core*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.ws.core</emma.instrument.bundles>
+ </properties>
</project>
Modified: trunk/ws/tests/org.jboss.tools.ws.ui.test/pom.xml
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.ui.test/pom.xml 2010-07-02 17:20:23 UTC (rev 23190)
+++ trunk/ws/tests/org.jboss.tools.ws.ui.test/pom.xml 2010-07-02 17:22:06 UTC (rev 23191)
@@ -11,4 +11,9 @@
<artifactId>org.jboss.tools.ws.ui.test</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.ws.core*,org.jboss.tools.ws.ui*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.ws.core,org.jboss.tools.ws.ui</emma.instrument.bundles>
+ </properties>
</project>
15 years, 9 months
JBoss Tools SVN: r23190 - trunk/jsf/features/org.jboss.tools.richfaces.feature.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-02 13:20:23 -0400 (Fri, 02 Jul 2010)
New Revision: 23190
Modified:
trunk/jsf/features/org.jboss.tools.richfaces.feature/pom.xml
Log:
richfaces.feature groupId updated
Modified: trunk/jsf/features/org.jboss.tools.richfaces.feature/pom.xml
===================================================================
--- trunk/jsf/features/org.jboss.tools.richfaces.feature/pom.xml 2010-07-02 17:15:13 UTC (rev 23189)
+++ trunk/jsf/features/org.jboss.tools.richfaces.feature/pom.xml 2010-07-02 17:20:23 UTC (rev 23190)
@@ -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.jsf.features</groupId>
<artifactId>org.jboss.tools.richfaces.feature</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
15 years, 9 months
JBoss Tools SVN: r23189 - in trunk/ws: features and 10 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-02 13:15:13 -0400 (Fri, 02 Jul 2010)
New Revision: 23189
Modified:
trunk/ws/features/org.jboss.tools.ws.feature/pom.xml
trunk/ws/features/pom.xml
trunk/ws/plugins/org.jboss.tools.ws.core/pom.xml
trunk/ws/plugins/org.jboss.tools.ws.creation.core/pom.xml
trunk/ws/plugins/org.jboss.tools.ws.creation.ui/pom.xml
trunk/ws/plugins/org.jboss.tools.ws.ui/pom.xml
trunk/ws/plugins/pom.xml
trunk/ws/pom.xml
trunk/ws/site/pom.xml
trunk/ws/tests/org.jboss.tools.ws.core.test/pom.xml
trunk/ws/tests/org.jboss.tools.ws.ui.test/pom.xml
trunk/ws/tests/pom.xml
Log:
ws component maven repo structure adjusted to be the same as svn repo
Modified: trunk/ws/features/org.jboss.tools.ws.feature/pom.xml
===================================================================
--- trunk/ws/features/org.jboss.tools.ws.feature/pom.xml 2010-07-02 17:12:57 UTC (rev 23188)
+++ trunk/ws/features/org.jboss.tools.ws.feature/pom.xml 2010-07-02 17:15:13 UTC (rev 23189)
@@ -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.ws.features</groupId>
<artifactId>org.jboss.tools.ws.feature</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/ws/features/pom.xml
===================================================================
--- trunk/ws/features/pom.xml 2010-07-02 17:12:57 UTC (rev 23188)
+++ trunk/ws/features/pom.xml 2010-07-02 17:15:13 UTC (rev 23189)
@@ -1,18 +1,13 @@
<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>ws.features</artifactId>
+ <groupId>org.jboss.tools.ws</groupId>
+ <artifactId>features</artifactId>
+ <name>ws.features</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.ws.feature</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/ws/plugins/org.jboss.tools.ws.core/pom.xml
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.core/pom.xml 2010-07-02 17:12:57 UTC (rev 23188)
+++ trunk/ws/plugins/org.jboss.tools.ws.core/pom.xml 2010-07-02 17:15:13 UTC (rev 23189)
@@ -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.ws.plugins</groupId>
<artifactId>org.jboss.tools.ws.core</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/ws/plugins/org.jboss.tools.ws.creation.core/pom.xml
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.creation.core/pom.xml 2010-07-02 17:12:57 UTC (rev 23188)
+++ trunk/ws/plugins/org.jboss.tools.ws.creation.core/pom.xml 2010-07-02 17:15:13 UTC (rev 23189)
@@ -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.ws.plugins</groupId>
<artifactId>org.jboss.tools.ws.creation.core</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/ws/plugins/org.jboss.tools.ws.creation.ui/pom.xml
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.creation.ui/pom.xml 2010-07-02 17:12:57 UTC (rev 23188)
+++ trunk/ws/plugins/org.jboss.tools.ws.creation.ui/pom.xml 2010-07-02 17:15:13 UTC (rev 23189)
@@ -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.ws.plugins</groupId>
<artifactId>org.jboss.tools.ws.creation.ui</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/ws/plugins/org.jboss.tools.ws.ui/pom.xml
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.ui/pom.xml 2010-07-02 17:12:57 UTC (rev 23188)
+++ trunk/ws/plugins/org.jboss.tools.ws.ui/pom.xml 2010-07-02 17:15:13 UTC (rev 23189)
@@ -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.ws.plugins</groupId>
<artifactId>org.jboss.tools.ws.ui</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/ws/plugins/pom.xml
===================================================================
--- trunk/ws/plugins/pom.xml 2010-07-02 17:12:57 UTC (rev 23188)
+++ trunk/ws/plugins/pom.xml 2010-07-02 17:15:13 UTC (rev 23189)
@@ -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>ws.plugins</artifactId>
+ <groupId>org.jboss.tools.ws</groupId>
+ <artifactId>plugins</artifactId>
+ <name>ws.plugins</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -18,4 +13,4 @@
<module>org.jboss.tools.ws.ui</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/ws/pom.xml
===================================================================
--- trunk/ws/pom.xml 2010-07-02 17:12:57 UTC (rev 23188)
+++ trunk/ws/pom.xml 2010-07-02 17:15:13 UTC (rev 23189)
@@ -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>ws.all</artifactId>
+ <artifactId>ws</artifactId>
+ <name>ws.all</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
Modified: trunk/ws/site/pom.xml
===================================================================
--- trunk/ws/site/pom.xml 2010-07-02 17:12:57 UTC (rev 23188)
+++ trunk/ws/site/pom.xml 2010-07-02 17:15:13 UTC (rev 23189)
@@ -6,8 +6,9 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>ws.site</artifactId>
+ <groupId>org.jboss.tools.ws</groupId>
+ <artifactId>site</artifactId>
+ <name>ws.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
</project>
Modified: trunk/ws/tests/org.jboss.tools.ws.core.test/pom.xml
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.core.test/pom.xml 2010-07-02 17:12:57 UTC (rev 23188)
+++ trunk/ws/tests/org.jboss.tools.ws.core.test/pom.xml 2010-07-02 17:15:13 UTC (rev 23189)
@@ -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.ws.tests</groupId>
<artifactId>org.jboss.tools.ws.core.test</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
Modified: trunk/ws/tests/org.jboss.tools.ws.ui.test/pom.xml
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.ui.test/pom.xml 2010-07-02 17:12:57 UTC (rev 23188)
+++ trunk/ws/tests/org.jboss.tools.ws.ui.test/pom.xml 2010-07-02 17:15:13 UTC (rev 23189)
@@ -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.ws.tests</groupId>
<artifactId>org.jboss.tools.ws.ui.test</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
Modified: trunk/ws/tests/pom.xml
===================================================================
--- trunk/ws/tests/pom.xml 2010-07-02 17:12:57 UTC (rev 23188)
+++ trunk/ws/tests/pom.xml 2010-07-02 17:15:13 UTC (rev 23189)
@@ -1,14 +1,10 @@
-<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">
+<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>ws.tests</artifactId>
+ <groupId>org.jboss.tools.ws</groupId>
+ <artifactId>tests</artifactId>
+ <name>ws.tests</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -16,4 +12,4 @@
<module>org.jboss.tools.ws.ui.test</module>
</modules>
</project>
-
\ No newline at end of file
+
15 years, 9 months
JBoss Tools SVN: r23188 - in trunk/jst/tests: org.jboss.tools.ui.bot.ext and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-02 13:12:57 -0400 (Fri, 02 Jul 2010)
New Revision: 23188
Modified:
trunk/jst/tests/org.jboss.tools.jst.web.test/pom.xml
trunk/jst/tests/org.jboss.tools.ui.bot.ext.test/pom.xml
trunk/jst/tests/org.jboss.tools.ui.bot.ext/pom.xml
Log:
groupId errors fixed in jst component tests
Modified: trunk/jst/tests/org.jboss.tools.jst.web.test/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.web.test/pom.xml 2010-07-02 17:08:24 UTC (rev 23187)
+++ trunk/jst/tests/org.jboss.tools.jst.web.test/pom.xml 2010-07-02 17:12:57 UTC (rev 23188)
@@ -1,17 +1,18 @@
<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>
+ 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>
+ <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.jst.tests</groupId>
- <artifactId>org.jboss.tools.jst.web.test</artifactId>
+ <artifactId>org.jboss.tools.jst.web.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
- <properties>
+ <properties>
<emma.filter>org.jboss.tools.jst.web*</emma.filter>
<emma.instrument.bundles>org.jboss.tools.jst.web</emma.instrument.bundles>
</properties>
Modified: trunk/jst/tests/org.jboss.tools.ui.bot.ext/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.ui.bot.ext/pom.xml 2010-07-02 17:08:24 UTC (rev 23187)
+++ trunk/jst/tests/org.jboss.tools.ui.bot.ext/pom.xml 2010-07-02 17:12:57 UTC (rev 23188)
@@ -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.ui.bot.ext</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jst/tests/org.jboss.tools.ui.bot.ext.test/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.ui.bot.ext.test/pom.xml 2010-07-02 17:08:24 UTC (rev 23187)
+++ trunk/jst/tests/org.jboss.tools.ui.bot.ext.test/pom.xml 2010-07-02 17:12:57 UTC (rev 23188)
@@ -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.ui.bot.ext.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
15 years, 9 months
JBoss Tools SVN: r23187 - trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-02 13:08:24 -0400 (Fri, 02 Jul 2010)
New Revision: 23187
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/pom.xml
Log:
vpe.ui.bot.test plugin groupId updated
Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/pom.xml
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/pom.xml 2010-07-02 17:07:18 UTC (rev 23186)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/pom.xml 2010-07-02 17:08:24 UTC (rev 23187)
@@ -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.vpe.tests</groupId>
<artifactId>org.jboss.tools.vpe.ui.bot.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
15 years, 9 months
JBoss Tools SVN: r23186 - trunk/vpe/features/org.jboss.tools.vpe.feature.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-02 13:07:18 -0400 (Fri, 02 Jul 2010)
New Revision: 23186
Modified:
trunk/vpe/features/org.jboss.tools.vpe.feature/pom.xml
Log:
group id updated for vpe.feature
Modified: trunk/vpe/features/org.jboss.tools.vpe.feature/pom.xml
===================================================================
--- trunk/vpe/features/org.jboss.tools.vpe.feature/pom.xml 2010-07-02 17:03:22 UTC (rev 23185)
+++ trunk/vpe/features/org.jboss.tools.vpe.feature/pom.xml 2010-07-02 17:07:18 UTC (rev 23186)
@@ -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.vpe.features</groupId>
<artifactId>org.jboss.tools.vpe.feature</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
15 years, 9 months
JBoss Tools SVN: r23185 - trunk/smooks/tests/org.jboss.tools.smooks.templating.test/src/org/jboss/tools/smooks/templating/template.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-02 13:03:22 -0400 (Fri, 02 Jul 2010)
New Revision: 23185
Added:
trunk/smooks/tests/org.jboss.tools.smooks.templating.test/src/org/jboss/tools/smooks/templating/template/SmooksTemplatingTestSuite.java
Log:
test suite added to smooks.templating.test plugin to let tycho find all tests
Added: trunk/smooks/tests/org.jboss.tools.smooks.templating.test/src/org/jboss/tools/smooks/templating/template/SmooksTemplatingTestSuite.java
===================================================================
--- trunk/smooks/tests/org.jboss.tools.smooks.templating.test/src/org/jboss/tools/smooks/templating/template/SmooksTemplatingTestSuite.java (rev 0)
+++ trunk/smooks/tests/org.jboss.tools.smooks.templating.test/src/org/jboss/tools/smooks/templating/template/SmooksTemplatingTestSuite.java 2010-07-02 17:03:22 UTC (rev 23185)
@@ -0,0 +1,20 @@
+package org.jboss.tools.smooks.templating.template;
+
+import org.jboss.tools.smooks.templating.template.csv.CSVFreeMarkerTemplateBuilderTest;
+import org.jboss.tools.smooks.templating.template.xml.XMLSampleXMLFreeMarkerTemplateBuilderTest;
+import org.jboss.tools.smooks.templating.template.xml.XSDXMLFreeMarkerTemplateBuilderTest;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+public class SmooksTemplatingTestSuite {
+ public static Test suite() {
+ TestSuite suite = new TestSuite("Smooks Templating Tests");
+
+ suite.addTestSuite(CSVFreeMarkerTemplateBuilderTest.class);
+ suite.addTestSuite(XMLSampleXMLFreeMarkerTemplateBuilderTest.class);
+ suite.addTestSuite(XSDXMLFreeMarkerTemplateBuilderTest.class);
+
+ return suite;
+ }
+}
15 years, 9 months