JBoss Tools SVN: r23153 - in trunk/profiler: features and 4 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-01 12:43:40 -0400 (Thu, 01 Jul 2010)
New Revision: 23153
Modified:
trunk/profiler/features/org.jboss.tools.profiler.feature/pom.xml
trunk/profiler/features/pom.xml
trunk/profiler/plugins/org.jboss.tools.profiler.ui/pom.xml
trunk/profiler/plugins/pom.xml
trunk/profiler/pom.xml
trunk/profiler/site/pom.xml
Log:
maven repo structure aligned to svn repo for profiler component
Modified: trunk/profiler/features/org.jboss.tools.profiler.feature/pom.xml
===================================================================
--- trunk/profiler/features/org.jboss.tools.profiler.feature/pom.xml 2010-07-01 16:39:28 UTC (rev 23152)
+++ trunk/profiler/features/org.jboss.tools.profiler.feature/pom.xml 2010-07-01 16:43:40 UTC (rev 23153)
@@ -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.profiler.features</groupId>
<artifactId>org.jboss.tools.profiler.feature</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/profiler/features/pom.xml
===================================================================
--- trunk/profiler/features/pom.xml 2010-07-01 16:39:28 UTC (rev 23152)
+++ trunk/profiler/features/pom.xml 2010-07-01 16:43:40 UTC (rev 23153)
@@ -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>profiler.features</artifactId>
+ <groupId>org.jboss.tools.profiler</groupId>
+ <artifactId>features</artifactId>
+ <name>profiler.features</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.profiler.feature</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/profiler/plugins/org.jboss.tools.profiler.ui/pom.xml
===================================================================
--- trunk/profiler/plugins/org.jboss.tools.profiler.ui/pom.xml 2010-07-01 16:39:28 UTC (rev 23152)
+++ trunk/profiler/plugins/org.jboss.tools.profiler.ui/pom.xml 2010-07-01 16:43:40 UTC (rev 23153)
@@ -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.profiler.plugins</groupId>
<artifactId>org.jboss.tools.profiler.ui</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/profiler/plugins/pom.xml
===================================================================
--- trunk/profiler/plugins/pom.xml 2010-07-01 16:39:28 UTC (rev 23152)
+++ trunk/profiler/plugins/pom.xml 2010-07-01 16:43:40 UTC (rev 23153)
@@ -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>profiler.plugins</artifactId>
+ <groupId>org.jboss.tools.profiler</groupId>
+ <artifactId>plugins</artifactId>
+ <name>profiler.plugins</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.profiler.ui</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/profiler/pom.xml
===================================================================
--- trunk/profiler/pom.xml 2010-07-01 16:39:28 UTC (rev 23152)
+++ trunk/profiler/pom.xml 2010-07-01 16:43:40 UTC (rev 23153)
@@ -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>profiler.all</artifactId>
+ <artifactId>profiler</artifactId>
+ <name>profiler.all</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
Modified: trunk/profiler/site/pom.xml
===================================================================
--- trunk/profiler/site/pom.xml 2010-07-01 16:39:28 UTC (rev 23152)
+++ trunk/profiler/site/pom.xml 2010-07-01 16:43:40 UTC (rev 23153)
@@ -6,8 +6,9 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>profiler.site</artifactId>
+ <groupId>org.jboss.tools.profiler</groupId>
+ <artifactId>site</artifactId>
+ <name>profiler.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
</project>
14 years, 6 months
JBoss Tools SVN: r23152 - in trunk/workingset: features and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-01 12:39:28 -0400 (Thu, 01 Jul 2010)
New Revision: 23152
Modified:
trunk/workingset/features/pom.xml
trunk/workingset/plugins/pom.xml
trunk/workingset/pom.xml
trunk/workingset/tests/pom.xml
Log:
parent pom references were removed from aggregator projects in workingset, workingset/plugins, workingset/features and workingset/tests, because they are not really needed
Modified: trunk/workingset/features/pom.xml
===================================================================
--- trunk/workingset/features/pom.xml 2010-07-01 16:12:41 UTC (rev 23151)
+++ trunk/workingset/features/pom.xml 2010-07-01 16:39:28 UTC (rev 23152)
@@ -1,12 +1,6 @@
<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.workingset</groupId>
<artifactId>features</artifactId>
<name>workingset.features</name>
Modified: trunk/workingset/plugins/pom.xml
===================================================================
--- trunk/workingset/plugins/pom.xml 2010-07-01 16:12:41 UTC (rev 23151)
+++ trunk/workingset/plugins/pom.xml 2010-07-01 16:39:28 UTC (rev 23152)
@@ -1,12 +1,6 @@
<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.workingset</groupId>
<artifactId>plugins</artifactId>
<name>workingset.plugins</name>
Modified: trunk/workingset/pom.xml
===================================================================
--- trunk/workingset/pom.xml 2010-07-01 16:12:41 UTC (rev 23151)
+++ trunk/workingset/pom.xml 2010-07-01 16:39:28 UTC (rev 23152)
@@ -1,12 +1,6 @@
<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>workingset</artifactId>
<name>workingset.all</name>
Modified: trunk/workingset/tests/pom.xml
===================================================================
--- trunk/workingset/tests/pom.xml 2010-07-01 16:12:41 UTC (rev 23151)
+++ trunk/workingset/tests/pom.xml 2010-07-01 16:39:28 UTC (rev 23152)
@@ -1,12 +1,6 @@
<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.workingset</groupId>
<artifactId>tests</artifactId>
<name>workingset.tests</name>
14 years, 6 months
JBoss Tools SVN: r23151 - in trunk/workingset: features and 6 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-01 12:12:41 -0400 (Thu, 01 Jul 2010)
New Revision: 23151
Modified:
trunk/workingset/features/org.jboss.tools.workingset.feature/pom.xml
trunk/workingset/features/pom.xml
trunk/workingset/plugins/org.jboss.tools.workingset.core/pom.xml
trunk/workingset/plugins/org.jboss.tools.workingset.ui/pom.xml
trunk/workingset/plugins/pom.xml
trunk/workingset/pom.xml
trunk/workingset/tests/org.jboss.tools.workingset.core.test/pom.xml
trunk/workingset/tests/pom.xml
Log:
maven repo structure adjusted to svn repo structure
coverage report enabled
Modified: trunk/workingset/features/org.jboss.tools.workingset.feature/pom.xml
===================================================================
--- trunk/workingset/features/org.jboss.tools.workingset.feature/pom.xml 2010-07-01 16:11:05 UTC (rev 23150)
+++ trunk/workingset/features/org.jboss.tools.workingset.feature/pom.xml 2010-07-01 16:12:41 UTC (rev 23151)
@@ -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.workingset.features</groupId>
<artifactId>org.jboss.tools.workingset.feature</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/workingset/features/pom.xml
===================================================================
--- trunk/workingset/features/pom.xml 2010-07-01 16:11:05 UTC (rev 23150)
+++ trunk/workingset/features/pom.xml 2010-07-01 16:12:41 UTC (rev 23151)
@@ -7,12 +7,13 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>workingset.features</artifactId>
+ <groupId>org.jboss.tools.workingset</groupId>
+ <artifactId>features</artifactId>
+ <name>workingset.features</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.workingset.feature</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/workingset/plugins/org.jboss.tools.workingset.core/pom.xml
===================================================================
--- trunk/workingset/plugins/org.jboss.tools.workingset.core/pom.xml 2010-07-01 16:11:05 UTC (rev 23150)
+++ trunk/workingset/plugins/org.jboss.tools.workingset.core/pom.xml 2010-07-01 16:12:41 UTC (rev 23151)
@@ -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.workingset.plugins</groupId>
<artifactId>org.jboss.tools.workingset.core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/workingset/plugins/org.jboss.tools.workingset.ui/pom.xml
===================================================================
--- trunk/workingset/plugins/org.jboss.tools.workingset.ui/pom.xml 2010-07-01 16:11:05 UTC (rev 23150)
+++ trunk/workingset/plugins/org.jboss.tools.workingset.ui/pom.xml 2010-07-01 16:12:41 UTC (rev 23151)
@@ -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.workingset.plugins</groupId>
<artifactId>org.jboss.tools.workingset.ui</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/workingset/plugins/pom.xml
===================================================================
--- trunk/workingset/plugins/pom.xml 2010-07-01 16:11:05 UTC (rev 23150)
+++ trunk/workingset/plugins/pom.xml 2010-07-01 16:12:41 UTC (rev 23151)
@@ -7,8 +7,9 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>workingset.plugins</artifactId>
+ <groupId>org.jboss.tools.workingset</groupId>
+ <artifactId>plugins</artifactId>
+ <name>workingset.plugins</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -16,4 +17,4 @@
<module>org.jboss.tools.workingset.ui</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/workingset/pom.xml
===================================================================
--- trunk/workingset/pom.xml 2010-07-01 16:11:05 UTC (rev 23150)
+++ trunk/workingset/pom.xml 2010-07-01 16:12:41 UTC (rev 23151)
@@ -8,7 +8,8 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools</groupId>
- <artifactId>workingset.all</artifactId>
+ <artifactId>workingset</artifactId>
+ <name>workingset.all</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -17,4 +18,4 @@
<module>tests</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/workingset/tests/org.jboss.tools.workingset.core.test/pom.xml
===================================================================
--- trunk/workingset/tests/org.jboss.tools.workingset.core.test/pom.xml 2010-07-01 16:11:05 UTC (rev 23150)
+++ trunk/workingset/tests/org.jboss.tools.workingset.core.test/pom.xml 2010-07-01 16:12:41 UTC (rev 23151)
@@ -7,8 +7,14 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.workingset.tests</groupId>
<artifactId>org.jboss.tools.workingset.core.test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.workingset*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.workingset.core</emma.instrument.bundles>
+ </properties>
+
</project>
Modified: trunk/workingset/tests/pom.xml
===================================================================
--- trunk/workingset/tests/pom.xml 2010-07-01 16:11:05 UTC (rev 23150)
+++ trunk/workingset/tests/pom.xml 2010-07-01 16:12:41 UTC (rev 23151)
@@ -7,12 +7,13 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>workingset.tests</artifactId>
+ <groupId>org.jboss.tools.workingset</groupId>
+ <artifactId>tests</artifactId>
+ <name>workingset.tests</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.workingset.core.test</module>
</modules>
</project>
-
\ No newline at end of file
+
14 years, 6 months
JBoss Tools SVN: r23150 - trunk/workingset/tests/org.jboss.tools.workingset.core.test/src/org/jboss/tools/workingset/core/test.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-01 12:11:05 -0400 (Thu, 01 Jul 2010)
New Revision: 23150
Modified:
trunk/workingset/tests/org.jboss.tools.workingset.core.test/src/org/jboss/tools/workingset/core/test/GroupingTest.java
Log:
https://jira.jboss.org/browse/JBIDE-6533 workingset test failures
test errors were fixed
Modified: trunk/workingset/tests/org.jboss.tools.workingset.core.test/src/org/jboss/tools/workingset/core/test/GroupingTest.java
===================================================================
--- trunk/workingset/tests/org.jboss.tools.workingset.core.test/src/org/jboss/tools/workingset/core/test/GroupingTest.java 2010-07-01 15:17:46 UTC (rev 23149)
+++ trunk/workingset/tests/org.jboss.tools.workingset.core.test/src/org/jboss/tools/workingset/core/test/GroupingTest.java 2010-07-01 16:11:05 UTC (rev 23150)
@@ -46,8 +46,8 @@
ws = nws.getWorkingSetNames("org.eclipse.jdt");
assertEquals(2,ws.length);
- assertEquals("eclipse",ws[0]);
- assertEquals("jdt",ws[1]);
+ assertEquals("eclipse",ws[1]);
+ assertEquals("jdt",ws[0]);
}
@@ -55,8 +55,8 @@
public void testMultiMatch() {
String[] ws = nws.getWorkingSetNames("org.eclipse.jdt.ui");
assertEquals(2,ws.length);
- assertEquals("eclipse",ws[0]);
- assertEquals("jdt",ws[1]);
+ assertEquals("eclipse",ws[1]);
+ assertEquals("jdt",ws[0]);
}
14 years, 6 months
JBoss Tools SVN: r23149 - in trunk/portlet: features and 8 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-01 11:17:46 -0400 (Thu, 01 Jul 2010)
New Revision: 23149
Modified:
trunk/portlet/features/org.jboss.tools.portlet.feature/pom.xml
trunk/portlet/features/org.jboss.tools.portlet.test.feature/pom.xml
trunk/portlet/features/pom.xml
trunk/portlet/plugins/org.jboss.tools.portlet.core/pom.xml
trunk/portlet/plugins/org.jboss.tools.portlet.ui/pom.xml
trunk/portlet/plugins/pom.xml
trunk/portlet/pom.xml
trunk/portlet/site/pom.xml
trunk/portlet/tests/org.jboss.tools.portlet.core.test/pom.xml
trunk/portlet/tests/pom.xml
Log:
portlrt component coverage report enabled
Modified: trunk/portlet/features/org.jboss.tools.portlet.feature/pom.xml
===================================================================
--- trunk/portlet/features/org.jboss.tools.portlet.feature/pom.xml 2010-07-01 14:26:55 UTC (rev 23148)
+++ trunk/portlet/features/org.jboss.tools.portlet.feature/pom.xml 2010-07-01 15:17:46 UTC (rev 23149)
@@ -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.portlet.features</groupId>
<artifactId>org.jboss.tools.portlet.feature</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/portlet/features/org.jboss.tools.portlet.test.feature/pom.xml
===================================================================
--- trunk/portlet/features/org.jboss.tools.portlet.test.feature/pom.xml 2010-07-01 14:26:55 UTC (rev 23148)
+++ trunk/portlet/features/org.jboss.tools.portlet.test.feature/pom.xml 2010-07-01 15:17:46 UTC (rev 23149)
@@ -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.portlet.features</groupId>
<artifactId>org.jboss.tools.portlet.test.feature</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/portlet/features/pom.xml
===================================================================
--- trunk/portlet/features/pom.xml 2010-07-01 14:26:55 UTC (rev 23148)
+++ trunk/portlet/features/pom.xml 2010-07-01 15:17:46 UTC (rev 23149)
@@ -7,8 +7,9 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>portlet.features</artifactId>
+ <groupId>org.jboss.tools.portlet</groupId>
+ <artifactId>features</artifactId>
+ <name>portlet.features</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
Modified: trunk/portlet/plugins/org.jboss.tools.portlet.core/pom.xml
===================================================================
--- trunk/portlet/plugins/org.jboss.tools.portlet.core/pom.xml 2010-07-01 14:26:55 UTC (rev 23148)
+++ trunk/portlet/plugins/org.jboss.tools.portlet.core/pom.xml 2010-07-01 15:17:46 UTC (rev 23149)
@@ -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.portlet.plugins</groupId>
<artifactId>org.jboss.tools.portlet.core</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/portlet/plugins/org.jboss.tools.portlet.ui/pom.xml
===================================================================
--- trunk/portlet/plugins/org.jboss.tools.portlet.ui/pom.xml 2010-07-01 14:26:55 UTC (rev 23148)
+++ trunk/portlet/plugins/org.jboss.tools.portlet.ui/pom.xml 2010-07-01 15:17:46 UTC (rev 23149)
@@ -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.portlet.plugins</groupId>
<artifactId>org.jboss.tools.portlet.ui</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/portlet/plugins/pom.xml
===================================================================
--- trunk/portlet/plugins/pom.xml 2010-07-01 14:26:55 UTC (rev 23148)
+++ trunk/portlet/plugins/pom.xml 2010-07-01 15:17:46 UTC (rev 23149)
@@ -7,8 +7,9 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>portlet.plugins</artifactId>
+ <groupId>org.jboss.tools.portlet</groupId>
+ <artifactId>plugins</artifactId>
+ <name>portlet.plugins</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
Modified: trunk/portlet/pom.xml
===================================================================
--- trunk/portlet/pom.xml 2010-07-01 14:26:55 UTC (rev 23148)
+++ trunk/portlet/pom.xml 2010-07-01 15:17:46 UTC (rev 23149)
@@ -8,7 +8,8 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools</groupId>
- <artifactId>portlet.all</artifactId>
+ <artifactId>portlet</artifactId>
+ <name>portlet.all</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
Modified: trunk/portlet/site/pom.xml
===================================================================
--- trunk/portlet/site/pom.xml 2010-07-01 14:26:55 UTC (rev 23148)
+++ trunk/portlet/site/pom.xml 2010-07-01 15:17:46 UTC (rev 23149)
@@ -6,8 +6,9 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>portlet.site</artifactId>
+ <groupId>org.jboss.tools.portlet</groupId>
+ <artifactId>site</artifactId>
+ <name>portlet.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
</project>
Modified: trunk/portlet/tests/org.jboss.tools.portlet.core.test/pom.xml
===================================================================
--- trunk/portlet/tests/org.jboss.tools.portlet.core.test/pom.xml 2010-07-01 14:26:55 UTC (rev 23148)
+++ trunk/portlet/tests/org.jboss.tools.portlet.core.test/pom.xml 2010-07-01 15:17:46 UTC (rev 23149)
@@ -7,8 +7,15 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.portlet.tests</groupId>
<artifactId>org.jboss.tools.portlet.core.test</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.session.out.file>${project.build.directory}/emma/coverage.es</emma.session.out.file>
+ <emma.filter>org.jboss.tools.portlet.core*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.portlet.core</emma.instrument.bundles>
+ </properties>
+
</project>
Modified: trunk/portlet/tests/pom.xml
===================================================================
--- trunk/portlet/tests/pom.xml 2010-07-01 14:26:55 UTC (rev 23148)
+++ trunk/portlet/tests/pom.xml 2010-07-01 15:17:46 UTC (rev 23149)
@@ -7,8 +7,9 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>portlet.tests</artifactId>
+ <groupId>org.jboss.tools.portlet</groupId>
+ <artifactId>tests</artifactId>
+ <name>portlet.tests</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
14 years, 6 months
JBoss Tools SVN: r23148 - trunk.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-07-01 10:26:55 -0400 (Thu, 01 Jul 2010)
New Revision: 23148
Modified:
trunk/pom.xml
Log:
add drools back in because site build requires it.
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-07-01 14:17:52 UTC (rev 23147)
+++ trunk/pom.xml 2010-07-01 14:26:55 UTC (rev 23148)
@@ -44,7 +44,7 @@
<module>jbpm</module>
<!-- NOTE: To build drools, must first bootstrap with ant script: cd drools;
ant -q -->
- <!--module>drools</module-->
+ <module>drools</module>
<module>site</module>
</modules>
14 years, 6 months
JBoss Tools SVN: r23147 - in trunk/vpe: tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: dmaliarevich
Date: 2010-07-01 10:17:52 -0400 (Thu, 01 Jul 2010)
New Revision: 23147
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/util/VpeStyleUtil.java
trunk/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/TestDomUtil.java
Log:
https://jira.jboss.org/browse/JBIDE-6539 , URI parsing for background's "url" value was corrected, regular expressions were added to test quotes in the "url".
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/util/VpeStyleUtil.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/util/VpeStyleUtil.java 2010-07-01 13:02:10 UTC (rev 23146)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/util/VpeStyleUtil.java 2010-07-01 14:17:52 UTC (rev 23147)
@@ -67,6 +67,7 @@
public static final String SPACE_STRING = " "; //$NON-NLS-1$
public static final String EMPTY_STRING = ""; //$NON-NLS-1$
public static final String SINGLE_QUOTE_STRING = "\'"; //$NON-NLS-1$
+ public static final String QUOTE_STRING = "\""; //$NON-NLS-1$
public static String ATTR_URL = "url"; //$NON-NLS-1$
public static String OPEN_BRACKET = "("; //$NON-NLS-1$
@@ -377,6 +378,7 @@
for (int i = 1; i < urls.length; i++) {
urls[i] = urls[i].replace(SINGLE_QUOTE_STRING, EMPTY_STRING);
+ urls[i] = urls[i].replace(QUOTE_STRING, EMPTY_STRING);
urls[i] = ATTR_URL + urls[i];
int startAttr = urls[i].indexOf(ATTR_URL);
@@ -498,6 +500,7 @@
String finalStr = EMPTY_STRING;
for (int i = 1; i < urls.length; i++) {
urls[i] = urls[i].replace(SINGLE_QUOTE_STRING, EMPTY_STRING);
+ urls[i] = urls[i].replace(QUOTE_STRING, EMPTY_STRING);
urls[i] = ATTR_URL + urls[i];
int startAttr = urls[i].indexOf(ATTR_URL);
int startPathIndex = urls[i].indexOf(OPEN_BRACKET, startAttr);
@@ -826,6 +829,7 @@
try {
uri = new URI(resolvedValue);
} catch (URISyntaxException e) {
+ VpePlugin.getDefault().logWarning("Error in parsiong URI string", e); //$NON-NLS-1$
}
if ((uri != null) && (uri.isAbsolute()))
Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/TestDomUtil.java
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/TestDomUtil.java 2010-07-01 13:02:10 UTC (rev 23146)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/TestDomUtil.java 2010-07-01 14:17:52 UTC (rev 23147)
@@ -18,6 +18,7 @@
import java.io.StringReader;
import java.util.ArrayList;
import java.util.Arrays;
+import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
@@ -29,7 +30,10 @@
import org.jboss.tools.jst.css.common.CSSStyleManager;
import org.jboss.tools.vpe.editor.util.Constants;
import org.jboss.tools.vpe.editor.util.HTML;
+import org.jboss.tools.vpe.editor.util.VpeStyleUtil;
import org.mozilla.interfaces.nsIDOMAttr;
+import org.mozilla.interfaces.nsIDOMCSSStyleDeclaration;
+import org.mozilla.interfaces.nsIDOMElement;
import org.mozilla.interfaces.nsIDOMNamedNodeMap;
import org.mozilla.interfaces.nsIDOMNode;
import org.mozilla.interfaces.nsIDOMNodeList;
@@ -39,6 +43,8 @@
import org.w3c.dom.NamedNodeMap;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
+import org.w3c.dom.css.CSSStyleDeclaration;
+import org.w3c.dom.css.ElementCSSInlineStyle;
/**
* @author Sergey Dzmitrovich
@@ -326,7 +332,23 @@
&& modelString.endsWith(END_REGEX)) {
String regex = modelString.substring(START_REGEX.length(),
modelString.length() - END_REGEX.length());
-
+ int firstPos = regex.indexOf("url\\("); //$NON-NLS-1$
+ if (firstPos > -1) {
+ String subString = regex.substring(firstPos + 5, firstPos + 5 + 2);
+ if (!"\"?".equalsIgnoreCase(subString)) { //$NON-NLS-1$
+ String firstPart = regex.substring(0, firstPos + 5);
+ String secondPart = regex.substring(firstPos + 5, regex.length());
+ int lastPos = secondPart.indexOf("\\)"); //$NON-NLS-1$
+ if (lastPos > -1) {
+ String subs = secondPart.substring(lastPos - 2, lastPos);
+ if (!"\"?".equalsIgnoreCase(subs)) { //$NON-NLS-1$
+ String fpart = secondPart.substring(0, lastPos);
+ String spart = secondPart.substring(lastPos, secondPart.length());
+ regex = firstPart + "\"?" + fpart + "\"?" + spart; //$NON-NLS-1$ //$NON-NLS-2$
+ }
+ }
+ }
+ }
Matcher matcher = Pattern.compile(regex).matcher(vpeString);
if (!matcher.find()) {
throw new DOMComparisonException("string is\"" + vpeString //$NON-NLS-1$
14 years, 6 months
JBoss Tools SVN: r23144 - in trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template: expression and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: yradtsevich
Date: 2010-07-01 04:00:17 -0400 (Thu, 01 Jul 2010)
New Revision: 23144
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpeValueCreator.java
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/expression/VpeAttributeOperand.java
Log:
https://jira.jboss.org/browse/JBIDE-6542 :
VPE Templates affected by changes in org.eclipse.wst.xml.core.internal.document.ElementImpl
- methods VpeValueCreator.isEditabledAtribute() and isEditabledAtribute.exec() have been fixed
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpeValueCreator.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpeValueCreator.java 2010-07-01 01:57:18 UTC (rev 23143)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpeValueCreator.java 2010-07-01 08:00:17 UTC (rev 23144)
@@ -115,7 +115,10 @@
public boolean isEditabledAtribute(VpePageContext pageContext, Element sourceElement, Map visualNodeMap) {
if (outputAttrName != null && expression != null) {
- String attrValue = sourceElement.getAttribute(outputAttrName);
+ String attrValue = null;
+ if (sourceElement.hasAttribute(outputAttrName)) {
+ attrValue = sourceElement.getAttribute(outputAttrName);
+ }
String exprValue;
try {
exprValue = expression.exec(pageContext, sourceElement).stringValue();
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/expression/VpeAttributeOperand.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/expression/VpeAttributeOperand.java 2010-07-01 01:57:18 UTC (rev 23143)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/expression/VpeAttributeOperand.java 2010-07-01 08:00:17 UTC (rev 23144)
@@ -26,9 +26,7 @@
}
public VpeValue exec(VpePageContext pageContext, Node sourceNode) {
- String value = null;
- value = ((Element)sourceNode).getAttribute(name);
- return new VpeValue((value == null ? "" : value)); //$NON-NLS-1$
+ return new VpeValue(((Element)sourceNode).getAttribute(name));
}
public String getAttributeName() {
14 years, 6 months
JBoss Tools SVN: r23143 - in documentation/trunk/movies: introduction_to_riftsaw and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2010-06-30 21:57:18 -0400 (Wed, 30 Jun 2010)
New Revision: 23143
Added:
documentation/trunk/movies/introduction_to_riftsaw/
documentation/trunk/movies/introduction_to_riftsaw/RiftsawHelloWorld.wnk
documentation/trunk/movies/introduction_to_riftsaw/readme.txt
Log:
added Petr's RiftSaw HellowWorld example to wink repo
Added: documentation/trunk/movies/introduction_to_riftsaw/RiftsawHelloWorld.wnk
===================================================================
(Binary files differ)
Property changes on: documentation/trunk/movies/introduction_to_riftsaw/RiftsawHelloWorld.wnk
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: documentation/trunk/movies/introduction_to_riftsaw/readme.txt
===================================================================
--- documentation/trunk/movies/introduction_to_riftsaw/readme.txt (rev 0)
+++ documentation/trunk/movies/introduction_to_riftsaw/readme.txt 2010-07-01 01:57:18 UTC (rev 23143)
@@ -0,0 +1,25 @@
+To apply Jboss org styles to the generated HTML file, you should do next:
+
+
+- first, add the HEAD of the HTML document to attach a style sheet, a tab icon and a title of the page:
+
+ <head>
+ <title>An introduction to RiftSaw tooling</title>
+ <link rel="stylesheet" href="../resources/tools.css"
+ type="text/css"/>
+ <link xmlns="" rel="shortcut icon" type="image/vnd.microsoft.icon" href="../resources/images/favicon.ico"/>
+ </head>
+
+
+- place the generated by Wink OBJECT inside this block element:
+
+ <div class="book">
+ <p id="title"><a href="http://www.jboss.org" class="site_href">
+ <strong>JBoss.org</strong></a><a href="http://docs.jboss.org/" class="doc_href">
+ <strong>Community Demos</strong></a></p>
+
+ <--! Place the OBJECT generated by Wink here. -->
+
+ </div>
+
+
14 years, 6 months
JBoss Tools SVN: r23142 - in trunk/jsf: features and 31 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-06-30 20:15:24 -0400 (Wed, 30 Jun 2010)
New Revision: 23142
Modified:
trunk/jsf/features/org.jboss.tools.jsf.feature/pom.xml
trunk/jsf/features/pom.xml
trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/pom.xml
trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/pom.xml
trunk/jsf/plugins/org.jboss.tools.jsf.text.ext/pom.xml
trunk/jsf/plugins/org.jboss.tools.jsf.ui/pom.xml
trunk/jsf/plugins/org.jboss.tools.jsf.verification/pom.xml
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/pom.xml
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.facelets/pom.xml
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/pom.xml
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/pom.xml
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jstl/pom.xml
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/pom.xml
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/pom.xml
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.seam/pom.xml
trunk/jsf/plugins/org.jboss.tools.jsf/pom.xml
trunk/jsf/plugins/pom.xml
trunk/jsf/pom.xml
trunk/jsf/site/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.test/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.ui.test/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.verification.test/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/pom.xml
trunk/jsf/tests/pom.xml
Log:
Maven repo structure aligned to match SVN structure, coverage for JUnit tests enabled
Modified: trunk/jsf/features/org.jboss.tools.jsf.feature/pom.xml
===================================================================
--- trunk/jsf/features/org.jboss.tools.jsf.feature/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/features/org.jboss.tools.jsf.feature/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -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.jsf.feature</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/jsf/features/pom.xml
===================================================================
--- trunk/jsf/features/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/features/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -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>jsf.features</artifactId>
+ <groupId>org.jboss.tools.jsf</groupId>
+ <artifactId>features</artifactId>
+ <name>jsf.features</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -16,4 +11,4 @@
<module>org.jboss.tools.richfaces.feature</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/jsf/plugins/org.jboss.tools.jsf/pom.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/plugins/org.jboss.tools.jsf/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -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.plugins</groupId>
<artifactId>org.jboss.tools.jsf</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.text.ext/pom.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.text.ext/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.text.ext/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -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.plugins</groupId>
<artifactId>org.jboss.tools.jsf.text.ext</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/pom.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -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.plugins</groupId>
<artifactId>org.jboss.tools.jsf.text.ext.facelets</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/pom.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -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.plugins</groupId>
<artifactId>org.jboss.tools.jsf.text.ext.richfaces</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.ui/pom.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.ui/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.ui/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -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.plugins</groupId>
<artifactId>org.jboss.tools.jsf.ui</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.verification/pom.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.verification/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.verification/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -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.plugins</groupId>
<artifactId>org.jboss.tools.jsf.verification</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/pom.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -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.plugins</groupId>
<artifactId>org.jboss.tools.jsf.vpe.ajax4jsf</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.facelets/pom.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.facelets/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.facelets/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -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.plugins</groupId>
<artifactId>org.jboss.tools.jsf.vpe.facelets</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/pom.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -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.plugins</groupId>
<artifactId>org.jboss.tools.jsf.vpe.jbpm</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/pom.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -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.plugins</groupId>
<artifactId>org.jboss.tools.jsf.vpe.jsf</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jstl/pom.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jstl/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jstl/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -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.plugins</groupId>
<artifactId>org.jboss.tools.jsf.vpe.jstl</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/pom.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -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.plugins</groupId>
<artifactId>org.jboss.tools.jsf.vpe.myfaces</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/pom.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -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.plugins</groupId>
<artifactId>org.jboss.tools.jsf.vpe.richfaces</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.seam/pom.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.seam/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.seam/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -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.plugins</groupId>
<artifactId>org.jboss.tools.jsf.vpe.seam</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jsf/plugins/pom.xml
===================================================================
--- trunk/jsf/plugins/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/plugins/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -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>jsf.plugins</artifactId>
+ <groupId>org.jboss.tools.jsf</groupId>
+ <artifactId>plugins</artifactId>
+ <name>jsf.plugins</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -29,4 +24,4 @@
<module>org.jboss.tools.jsf.vpe.seam</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/jsf/pom.xml
===================================================================
--- trunk/jsf/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -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>jsf.all</artifactId>
+ <artifactId>jsf</artifactId>
+ <name>jsf.all</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
Modified: trunk/jsf/site/pom.xml
===================================================================
--- trunk/jsf/site/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/site/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -6,8 +6,9 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>jsf.site</artifactId>
+ <groupId>org.jboss.tools.jsf</groupId>
+ <artifactId>site</artifactId>
+ <name>jsf.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
</project>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.test/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/tests/org.jboss.tools.jsf.test/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -7,10 +7,16 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jsf.tests</groupId>
<artifactId>org.jboss.tools.jsf.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.jsf*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jsf</emma.instrument.bundles>
+ </properties>
+
<build>
<plugins>
<plugin>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -11,4 +11,9 @@
<artifactId>org.jboss.tools.jsf.text.ext.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.jsf.text.ext*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jsf.text.ext,org.jboss.tools.jsf.text.ext.facelets,org.jboss.tools.jsf.text.ext.richfaces</emma.instrument.bundles>
+ </properties>
</project>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -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.tests</groupId>
<artifactId>org.jboss.tools.jsf.ui.bot.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.ui.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.ui.test/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/tests/org.jboss.tools.jsf.ui.test/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -7,8 +7,14 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jsf.tests</groupId>
<artifactId>org.jboss.tools.jsf.ui.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.jsf.ui*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jsf.ui</emma.instrument.bundles>
+ </properties>
+
</project>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.verification.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.verification.test/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/tests/org.jboss.tools.jsf.verification.test/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -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.jsf.tests</groupId>
<artifactId>org.jboss.tools.jsf.verification.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.jsf.verification*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jsf.verification</emma.instrument.bundles>
+ </properties>
</project>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -7,11 +7,17 @@
<artifactId>jsf.generic.test</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jsf.tests</groupId>
<artifactId>org.jboss.tools.jsf.vpe.ajax4jsf.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
- <build>
+
+ <properties>
+ <emma.filter>org.jboss.tools.jsf.vpe.ajax4jsf*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jsf.vpe.ajax4jsf</emma.instrument.bundles>
+ </properties>
+
+ <build>
<plugins>
<plugin>
<groupId>org.sonatype.tycho</groupId>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -7,8 +7,14 @@
<artifactId>jsf.generic.test</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jsf.tests</groupId>
<artifactId>org.jboss.tools.jsf.vpe.facelets.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.jsf.vpe.facelets*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jsf.vpe.facelets</emma.instrument.bundles>
+ </properties>
+
</project>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -7,8 +7,12 @@
<artifactId>jsf.generic.test</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jsf.tests</groupId>
<artifactId>org.jboss.tools.jsf.vpe.jbpm.test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+ <properties>
+ <emma.filter>org.jboss.tools.jsf.vpe.jbpm*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jsf.vpe.jbpm</emma.instrument.bundles>
+ </properties>
</project>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -7,10 +7,16 @@
<artifactId>jsf.generic.test</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jsf.tests</groupId>
<artifactId>org.jboss.tools.jsf.vpe.jsf.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.jsf.vpe.jsf*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jsf.vpe.jsf</emma.instrument.bundles>
+ </properties>
+
<build>
<plugins>
<plugin>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -7,8 +7,14 @@
<artifactId>jsf.generic.test</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jsf.tests</groupId>
<artifactId>org.jboss.tools.jsf.vpe.jstl.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.jsf.vpe.jstl*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jsf.vpe.jstl</emma.instrument.bundles>
+ </properties>
+
</project>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -7,8 +7,14 @@
<artifactId>jsf.generic.test</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jsf.tests</groupId>
<artifactId>org.jboss.tools.jsf.vpe.myfaces.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.jsf.vpe.myfaces*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jsf.vpe.myfaces</emma.instrument.bundles>
+ </properties>
+
</project>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -7,10 +7,16 @@
<artifactId>jsf.generic.test</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jsf.tests</groupId>
<artifactId>org.jboss.tools.jsf.vpe.richfaces.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.jsf.vpe.richfaces*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jsf.vpe.richfaces</emma.instrument.bundles>
+ </properties>
+
<build>
<plugins>
<plugin>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -7,10 +7,16 @@
<artifactId>jsf.generic.test</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jsf.tests</groupId>
<artifactId>org.jboss.tools.jsf.vpe.seam.test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.jsf.vpe.seam*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jsf.vpe.seam</emma.instrument.bundles>
+ </properties>
+
<build>
<plugins>
<plugin>
Modified: trunk/jsf/tests/pom.xml
===================================================================
--- trunk/jsf/tests/pom.xml 2010-06-30 23:02:42 UTC (rev 23141)
+++ trunk/jsf/tests/pom.xml 2010-07-01 00:15:24 UTC (rev 23142)
@@ -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>jsf.tests</artifactId>
+ <groupId>org.jboss.tools.jsf</groupId>
+ <artifactId>tests</artifactId>
+ <name>jsf.tests</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -27,4 +22,4 @@
<module>org.jboss.tools.jsf.vpe.seam.test</module>
</modules>
</project>
-
\ No newline at end of file
+
14 years, 6 months