Author: dgolovin
Date: 2011-06-01 18:14:36 -0400 (Wed, 01 Jun 2011)
New Revision: 31759
Added:
trunk/bpmn/features/org.jboss.tools.bpmn2.feature/pom.xml
trunk/bpmn/features/pom.xml
trunk/bpmn/plugins/org.eclipse.bpmn2.edit/pom.xml
trunk/bpmn/plugins/org.eclipse.bpmn2.editor/pom.xml
trunk/bpmn/plugins/org.eclipse.bpmn2/pom.xml
trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/pom.xml
trunk/bpmn/plugins/org.jboss.tools.bpmn2.process.diagram/pom.xml
trunk/bpmn/plugins/org.jboss.tools.jbpm/pom.xml
trunk/bpmn/plugins/pom.xml
trunk/bpmn/pom.xml
trunk/bpmn/tests/org.eclipse.bpmn2.tests/pom.xml
trunk/bpmn/tests/org.jboss.tools.bpmn.ui.bot.test/pom.xml
trunk/bpmn/tests/pom.xml
Modified:
trunk/bot.tests/features/org.jboss.tools.bot.test.feature/pom.xml
trunk/bot.tests/features/pom.xml
trunk/bot.tests/plugins/pom.xml
trunk/bot.tests/pom.xml
trunk/bot.tests/site/pom.xml
trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/META-INF/MANIFEST.MF
trunk/bpmn/tests/org.eclipse.bpmn2.tests/META-INF/MANIFEST.MF
trunk/build/pom.xml
trunk/forge/features/org.jboss.tools.seam.forge.feature/pom.xml
trunk/forge/features/pom.xml
trunk/forge/plugins/org.jboss.tools.seam.forge/pom.xml
trunk/forge/plugins/pom.xml
trunk/forge/pom.xml
trunk/forge/site/pom.xml
trunk/gwt/features/org.jboss.tools.gwt.feature/pom.xml
trunk/gwt/features/pom.xml
trunk/gwt/plugins/org.jboss.tools.gwt.core/pom.xml
trunk/gwt/plugins/org.jboss.tools.gwt.ui/pom.xml
trunk/gwt/plugins/pom.xml
trunk/gwt/pom.xml
trunk/gwt/site/pom.xml
trunk/gwt/tests/pom.xml
trunk/maven/pom.xml
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
trunk/profiler/tests/pom.xml
trunk/site/pom.xml
trunk/site/site.xml
trunk/usage/plugins/pom.xml
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:
https://issues.jboss.org/browse/JBIDE-8518 fix pom.xml files in JBT and JBDS repo such
that only component root poms reference parent pom (all others just look up to .. for
parent)
cdi counfig.ui.test plugin fix
final fix for:
profiler
workingset
bpmn
forge
usage
site
maven
bot.test
gwt
Modified: trunk/bot.tests/features/org.jboss.tools.bot.test.feature/pom.xml
===================================================================
--- trunk/bot.tests/features/org.jboss.tools.bot.test.feature/pom.xml 2011-06-01 21:45:38
UTC (rev 31758)
+++ trunk/bot.tests/features/org.jboss.tools.bot.test.feature/pom.xml 2011-06-01 22:14:36
UTC (rev 31759)
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <groupId>org.jboss.tools.bottests</groupId>
+ <artifactId>features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.bot.test.feature</artifactId>
Modified: trunk/bot.tests/features/pom.xml
===================================================================
--- trunk/bot.tests/features/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/bot.tests/features/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,10 +1,15 @@
-<project
-
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.tests.features</artifactId>
- <name>org.jboss.tools.tests.features</name>
+ <parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>bottests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.bottests</groupId>
+ <artifactId>features</artifactId>
<version>0.0.1-SNAPSHOT</version>
+ <name>bottests.features</name>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.bot.test.feature</module>
Modified: trunk/bot.tests/plugins/pom.xml
===================================================================
--- trunk/bot.tests/plugins/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/bot.tests/plugins/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,6 +1,11 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>bottests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.tests.plugins</artifactId>
<name>org.jboss.tools.tests.plugins</name>
Modified: trunk/bot.tests/pom.xml
===================================================================
--- trunk/bot.tests/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/bot.tests/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,19 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.2-SNAPSHOT</version>
+ <relativePath>../build/parent/pom.xml</relativePath>
</parent>
<groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.bot.tests.all</artifactId>
- <name>org.jboss.tools.bot.tests.all</name>
+ <artifactId>bottests</artifactId>
<version>0.0.1-SNAPSHOT</version>
+ <name>bot.tests.all</name>
<packaging>pom</packaging>
<modules>
<module>plugins</module>
<module>features</module>
<module>site</module>
</modules>
-</project>
\ No newline at end of file
+</project>
Modified: trunk/bot.tests/site/pom.xml
===================================================================
--- trunk/bot.tests/site/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/bot.tests/site/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,14 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <artifactId>bottests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.bot.tests.site</artifactId>
- <name>org.jboss.tools.bot.tests.site</name>
+ <artifactId>bottests.site</artifactId>
+ <name>bottests.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
-</project>
\ No newline at end of file
+</project>
Added: trunk/bpmn/features/org.jboss.tools.bpmn2.feature/pom.xml
===================================================================
--- trunk/bpmn/features/org.jboss.tools.bpmn2.feature/pom.xml (rev
0)
+++ trunk/bpmn/features/org.jboss.tools.bpmn2.feature/pom.xml 2011-06-01 22:14:36 UTC (rev
31759)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools.bpmn</groupId>
+ <artifactId>features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.bpmn.features</groupId>
+ <artifactId>org.jboss.tools.bpmn2.feature</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: trunk/bpmn/features/pom.xml
===================================================================
--- trunk/bpmn/features/pom.xml (rev 0)
+++ trunk/bpmn/features/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -0,0 +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>
+ <parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>bpmn</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.bpmn</groupId>
+ <artifactId>features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <name>bpmn.features</name>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.bpmn2.feature</module>
+ </modules>
+</project>
+
Added: trunk/bpmn/plugins/org.eclipse.bpmn2/pom.xml
===================================================================
--- trunk/bpmn/plugins/org.eclipse.bpmn2/pom.xml (rev 0)
+++ trunk/bpmn/plugins/org.eclipse.bpmn2/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools.bpmn</groupId>
+ <artifactId>plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.bpmn.plugins</groupId>
+ <artifactId>org.eclipse.bpmn2</artifactId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/bpmn/plugins/org.eclipse.bpmn2.edit/pom.xml
===================================================================
--- trunk/bpmn/plugins/org.eclipse.bpmn2.edit/pom.xml (rev 0)
+++ trunk/bpmn/plugins/org.eclipse.bpmn2.edit/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools.bpmn</groupId>
+ <artifactId>plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.bpmn.plugins</groupId>
+ <artifactId>org.eclipse.bpmn2.edit</artifactId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/bpmn/plugins/org.eclipse.bpmn2.editor/pom.xml
===================================================================
--- trunk/bpmn/plugins/org.eclipse.bpmn2.editor/pom.xml (rev 0)
+++ trunk/bpmn/plugins/org.eclipse.bpmn2.editor/pom.xml 2011-06-01 22:14:36 UTC (rev
31759)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools.bpmn</groupId>
+ <artifactId>plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.bpmn.plugins</groupId>
+ <artifactId>org.eclipse.bpmn2.editor</artifactId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Modified: trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/META-INF/MANIFEST.MF 2011-06-01
21:45:38 UTC (rev 31758)
+++ trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/META-INF/MANIFEST.MF 2011-06-01
22:14:36 UTC (rev 31759)
@@ -2,5 +2,5 @@
Bundle-ManifestVersion: 2
Bundle-Name: org.jboss.tools.bpmn2.model
Bundle-SymbolicName: org.jboss.tools.bpmn2.model
-Bundle-Version: 0.1.0
+Bundle-Version: 0.1.0.qualifier
Require-Bundle: org.eclipse.emf.ecore
Added: trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/pom.xml
===================================================================
--- trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/pom.xml (rev
0)
+++ trunk/bpmn/plugins/org.jboss.tools.bpmn2.model/pom.xml 2011-06-01 22:14:36 UTC (rev
31759)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools.bpmn</groupId>
+ <artifactId>plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.bpmn.plugins</groupId>
+ <artifactId>org.jboss.tools.bpmn2.model</artifactId>
+ <version>0.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/bpmn/plugins/org.jboss.tools.bpmn2.process.diagram/pom.xml
===================================================================
--- trunk/bpmn/plugins/org.jboss.tools.bpmn2.process.diagram/pom.xml
(rev 0)
+++ trunk/bpmn/plugins/org.jboss.tools.bpmn2.process.diagram/pom.xml 2011-06-01 22:14:36
UTC (rev 31759)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools.bpmn</groupId>
+ <artifactId>plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.bpmn.plugins</groupId>
+ <artifactId>org.jboss.tools.bpmn2.process.diagram</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/bpmn/plugins/org.jboss.tools.jbpm/pom.xml
===================================================================
--- trunk/bpmn/plugins/org.jboss.tools.jbpm/pom.xml (rev 0)
+++ trunk/bpmn/plugins/org.jboss.tools.jbpm/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools.bpmn</groupId>
+ <artifactId>plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.bpmn.plugins</groupId>
+ <artifactId>org.jboss.tools.jbpm</artifactId>
+ <version>5.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/bpmn/plugins/pom.xml
===================================================================
--- trunk/bpmn/plugins/pom.xml (rev 0)
+++ trunk/bpmn/plugins/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -0,0 +1,23 @@
+<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>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>bpmn</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.bpmn</groupId>
+ <artifactId>plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <name>bpmn.plugins</name>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.eclipse.bpmn2</module>
+ <module>org.eclipse.bpmn2.edit</module>
+ <module>org.eclipse.bpmn2.editor</module>
+ <module>org.jboss.tools.bpmn2.model</module>
+ <module>org.jboss.tools.bpmn2.process.diagram</module>
+ <module>org.jboss.tools.jbpm</module>
+ </modules>
+</project>
+
Added: trunk/bpmn/pom.xml
===================================================================
--- trunk/bpmn/pom.xml (rev 0)
+++ trunk/bpmn/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -0,0 +1,37 @@
+<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>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.2-SNAPSHOT</version>
+ <relativePath>../build/parent/pom.xml</relativePath>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>bpmn</artifactId>
+ <name>bpmn.all</name>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>plugins</module>
+ <module>tests</module>
+ <module>features</module>
+ </modules>
+ <repositories>
+
+ <repository>
+ <id>indigo</id>
+ <
url>http://download.eclipse.org/modeling/gmf/updates/milestones/</u...
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+
+ </repositories>
+
+</project>
+
Modified: trunk/bpmn/tests/org.eclipse.bpmn2.tests/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpmn/tests/org.eclipse.bpmn2.tests/META-INF/MANIFEST.MF 2011-06-01 21:45:38 UTC
(rev 31758)
+++ trunk/bpmn/tests/org.eclipse.bpmn2.tests/META-INF/MANIFEST.MF 2011-06-01 22:14:36 UTC
(rev 31759)
@@ -6,4 +6,4 @@
Bundle-Vendor: Eclipse Modeling Project
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.junit,
- org.eclipse.bpmn2;bundle-version="1.0.0"
+ org.eclipse.bpmn2
Added: trunk/bpmn/tests/org.eclipse.bpmn2.tests/pom.xml
===================================================================
--- trunk/bpmn/tests/org.eclipse.bpmn2.tests/pom.xml (rev 0)
+++ trunk/bpmn/tests/org.eclipse.bpmn2.tests/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools.bpmn</groupId>
+ <artifactId>tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.bpmn.tests</groupId>
+ <artifactId>org.eclipse.bpmn2.tests</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.bpmn.*</emma.filter>
+ <emma.instrument.bundles>org.eclipse.bpmn2,org.eclipse.bpmn2.edit,org.eclipse.bpmn2.editor,org.jboss.tools.bpmn2.model,org.jboss.tools.bpmn2.process.diagram,org.jboss.tools.jbpm</emma.instrument.bundles>
+ </properties>
+</project>
Added: trunk/bpmn/tests/org.jboss.tools.bpmn.ui.bot.test/pom.xml
===================================================================
--- trunk/bpmn/tests/org.jboss.tools.bpmn.ui.bot.test/pom.xml (rev
0)
+++ trunk/bpmn/tests/org.jboss.tools.bpmn.ui.bot.test/pom.xml 2011-06-01 22:14:36 UTC (rev
31759)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools.bpmn</groupId>
+ <artifactId>tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.bpmn.tests</groupId>
+ <artifactId>org.jboss.tools.bpmn.ui.bot.test</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.eclipse.bpmn2.*</emma.filter>
+ <emma.instrument.bundles>org.eclipse.bpmn2,org.eclipse.bpmn2.edit,org.eclipse.bpmn2.editor,org.jboss.tools.bpmn2.model,org.jboss.tools.bpmn2.process.diagram,org.jboss.tools.jbpm</emma.instrument.bundles>
+ </properties>
+</project>
Added: trunk/bpmn/tests/pom.xml
===================================================================
--- trunk/bpmn/tests/pom.xml (rev 0)
+++ trunk/bpmn/tests/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -0,0 +1,19 @@
+<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>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>bpmn</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.bpmn</groupId>
+ <artifactId>tests</artifactId>
+ <name>bpmn.tests</name>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.eclipse.bpmn2.tests</module>
+ <module>org.jboss.tools.bpmn.ui.bot.test</module>
+ </modules>
+</project>
+
Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/build/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -342,6 +342,23 @@
</profile>
<profile>
+ <id>forge</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>../forge</module>
+ </modules>
+ </profile>
+
+ <profile>
+ <id>forge-bootstrap</id>
+ <modules>
+ <module>../forge</module>
+ </modules>
+ </profile>
+
+ <profile>
<id>cdi</id>
<activation>
<activeByDefault>true</activeByDefault>
@@ -556,12 +573,12 @@
<profile>
<id>gwt</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
</activation>
- <!-- As long as GWT is not available for Eclipse 3.7 it is not to be included
+ <!-- As long as GWT is not available for Eclipse 3.7 it is not to be included
-->
<modules>
<module>../gwt</module>
- </modules> -->
+ </modules>
</profile>
<profile>
@@ -577,6 +594,7 @@
<profile>
<id>deltacloud-bootstrap</id>
<modules>
+ <module>../tests</module>
<module>../as</module>
<module>../deltacloud</module>
</modules>
@@ -611,7 +629,6 @@
<module>../usage</module>
</modules>
</profile>
-
<profile>
<id>aggregate-coverage</id>
Modified: trunk/forge/features/org.jboss.tools.seam.forge.feature/pom.xml
===================================================================
--- trunk/forge/features/org.jboss.tools.seam.forge.feature/pom.xml 2011-06-01 21:45:38
UTC (rev 31758)
+++ trunk/forge/features/org.jboss.tools.seam.forge.feature/pom.xml 2011-06-01 22:14:36
UTC (rev 31759)
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <groupId>org.jboss.tools.forge</groupId>
+ <artifactId>features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.features</groupId>
- <artifactId>org.jboss.tools.seam.forge.feature</artifactId>
+ <artifactId>org.jboss.tools.seam.forge.feature</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
Modified: trunk/forge/features/pom.xml
===================================================================
--- trunk/forge/features/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/forge/features/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,10 +1,16 @@
<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">
+
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>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>forge</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
<name>forge.features</name>
- <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.seam.forge.feature</module>
Modified: trunk/forge/plugins/org.jboss.tools.seam.forge/pom.xml
===================================================================
--- trunk/forge/plugins/org.jboss.tools.seam.forge/pom.xml 2011-06-01 21:45:38 UTC (rev
31758)
+++ trunk/forge/plugins/org.jboss.tools.seam.forge/pom.xml 2011-06-01 22:14:36 UTC (rev
31759)
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <groupId>org.jboss.tools.forge</groupId>
+ <artifactId>plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge.plugins</groupId>
- <artifactId>org.jboss.tools.seam.forge</artifactId>
+ <artifactId>org.jboss.tools.seam.forge</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/forge/plugins/pom.xml
===================================================================
--- trunk/forge/plugins/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/forge/plugins/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,10 +1,16 @@
<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">
+
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>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>forge</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
<name>forge.plugins</name>
- <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.seam.forge</module>
Modified: trunk/forge/pom.xml
===================================================================
--- trunk/forge/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/forge/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,15 +1,22 @@
<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">
+
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>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.2-SNAPSHOT</version>
+ <relativePath>../build/parent/pom.xml</relativePath>
+ </parent>
<groupId>org.jboss.tools</groupId>
<artifactId>forge</artifactId>
- <name>forge.all</name>
<version>0.0.1-SNAPSHOT</version>
+ <name>forge.all</name>
<packaging>pom</packaging>
<modules>
<module>features</module>
<module>plugins</module>
- <module>site</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
Modified: trunk/forge/site/pom.xml
===================================================================
--- trunk/forge/site/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/forge/site/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <artifactId>forge</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge</groupId>
- <artifactId>forge.site</artifactId>
+ <artifactId>forge.site</artifactId>
<name>forge.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/gwt/features/org.jboss.tools.gwt.feature/pom.xml
===================================================================
--- trunk/gwt/features/org.jboss.tools.gwt.feature/pom.xml 2011-06-01 21:45:38 UTC (rev
31758)
+++ trunk/gwt/features/org.jboss.tools.gwt.feature/pom.xml 2011-06-01 22:14:36 UTC (rev
31759)
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
<parent>
-
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <groupId>org.jboss.tools.gwt</groupId>
+ <artifactId>features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.gwt.features</groupId>
- <artifactId>org.jboss.tools.gwt.feature</artifactId>
+ <artifactId>org.jboss.tools.gwt.feature</artifactId>
<version>1.0.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
Modified: trunk/gwt/features/pom.xml
===================================================================
--- trunk/gwt/features/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/gwt/features/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,10 +1,16 @@
<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">
+
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>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>gwt</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
<groupId>org.jboss.tools.gwt</groupId>
<artifactId>features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
<name>gwt.features</name>
- <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.gwt.feature</module>
Modified: trunk/gwt/plugins/org.jboss.tools.gwt.core/pom.xml
===================================================================
--- trunk/gwt/plugins/org.jboss.tools.gwt.core/pom.xml 2011-06-01 21:45:38 UTC (rev
31758)
+++ trunk/gwt/plugins/org.jboss.tools.gwt.core/pom.xml 2011-06-01 22:14:36 UTC (rev
31759)
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
<parent>
-
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <groupId>org.jboss.tools.gwt</groupId>
+ <artifactId>plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.gwt.plugins</groupId>
- <artifactId>org.jboss.tools.gwt.core</artifactId>
+ <artifactId>org.jboss.tools.gwt.core</artifactId>
<version>1.0.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/gwt/plugins/org.jboss.tools.gwt.ui/pom.xml
===================================================================
--- trunk/gwt/plugins/org.jboss.tools.gwt.ui/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/gwt/plugins/org.jboss.tools.gwt.ui/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
<parent>
-
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <groupId>org.jboss.tools.gwt</groupId>
+ <artifactId>plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.gwt.plugins</groupId>
- <artifactId>org.jboss.tools.gwt.ui</artifactId>
+ <artifactId>org.jboss.tools.gwt.ui</artifactId>
<version>1.0.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/gwt/plugins/pom.xml
===================================================================
--- trunk/gwt/plugins/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/gwt/plugins/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,10 +1,16 @@
<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">
+
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>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>gwt</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
<groupId>org.jboss.tools.gwt</groupId>
<artifactId>plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
<name>gwt.plugins</name>
- <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.gwt.core</module>
Modified: trunk/gwt/pom.xml
===================================================================
--- trunk/gwt/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/gwt/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,10 +1,16 @@
<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>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.2-SNAPSHOT</version>
+ <relativePath>../build/parent/pom.xml</relativePath>
+ </parent>
<groupId>org.jboss.tools</groupId>
<artifactId>gwt</artifactId>
- <name>gwt.all</name>
<version>0.0.1-SNAPSHOT</version>
+ <name>gwt.all</name>
<packaging>pom</packaging>
<modules>
<module>features</module>
Modified: trunk/gwt/site/pom.xml
===================================================================
--- trunk/gwt/site/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/gwt/site/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <artifactId>gwt</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.gwt</groupId>
- <artifactId>gwt.site</artifactId>
+ <artifactId>gwt.site</artifactId>
<name>gwt.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
Modified: trunk/gwt/tests/pom.xml
===================================================================
--- trunk/gwt/tests/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/gwt/tests/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,6 +1,12 @@
<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">
+
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>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>gwt</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
<groupId>org.jboss.tools.gwt</groupId>
<artifactId>tests</artifactId>
<name>gwt.tests</name>
Modified: trunk/maven/pom.xml
===================================================================
--- trunk/maven/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/maven/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -10,8 +10,8 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>maven</artifactId>
- <name>maven.all</name>
<version>0.0.1-SNAPSHOT</version>
+ <name>maven.all</name>
<packaging>pom</packaging>
<modules>
<module>features</module>
Modified: trunk/profiler/features/org.jboss.tools.profiler.feature/pom.xml
===================================================================
--- trunk/profiler/features/org.jboss.tools.profiler.feature/pom.xml 2011-06-01 21:45:38
UTC (rev 31758)
+++ trunk/profiler/features/org.jboss.tools.profiler.feature/pom.xml 2011-06-01 22:14:36
UTC (rev 31759)
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <groupId>org.jboss.tools.profiler</groupId>
+ <artifactId>features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.profiler.features</groupId>
- <artifactId>org.jboss.tools.profiler.feature</artifactId>
+ <artifactId>org.jboss.tools.profiler.feature</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
Modified: trunk/profiler/features/pom.xml
===================================================================
--- trunk/profiler/features/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/profiler/features/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,10 +1,16 @@
<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">
+
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>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>profiler</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
<groupId>org.jboss.tools.profiler</groupId>
<artifactId>features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
<name>profiler.features</name>
- <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.profiler.feature</module>
Modified: trunk/profiler/plugins/org.jboss.tools.profiler.ui/pom.xml
===================================================================
--- trunk/profiler/plugins/org.jboss.tools.profiler.ui/pom.xml 2011-06-01 21:45:38 UTC
(rev 31758)
+++ trunk/profiler/plugins/org.jboss.tools.profiler.ui/pom.xml 2011-06-01 22:14:36 UTC
(rev 31759)
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <groupId>org.jboss.tools.profiler</groupId>
+ <artifactId>plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.profiler.plugins</groupId>
- <artifactId>org.jboss.tools.profiler.ui</artifactId>
+ <artifactId>org.jboss.tools.profiler.ui</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/profiler/plugins/pom.xml
===================================================================
--- trunk/profiler/plugins/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/profiler/plugins/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,10 +1,16 @@
<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">
+
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>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>profiler</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
<groupId>org.jboss.tools.profiler</groupId>
<artifactId>plugins</artifactId>
- <name>profiler.plugins</name>
<version>0.0.1-SNAPSHOT</version>
+ <name>profiler.plugins</name>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.profiler.ui</module>
Modified: trunk/profiler/pom.xml
===================================================================
--- trunk/profiler/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/profiler/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,16 +1,23 @@
<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">
+
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>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.2-SNAPSHOT</version>
+ <relativePath>../build/parent/pom.xml</relativePath>
+ </parent>
<groupId>org.jboss.tools</groupId>
<artifactId>profiler</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
<name>profiler.all</name>
- <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>features</module>
<module>plugins</module>
<module>tests</module>
- <module>site</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
Modified: trunk/profiler/site/pom.xml
===================================================================
--- trunk/profiler/site/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/profiler/site/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
<parent>
-
<groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <artifactId>profiler</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.profiler</groupId>
<artifactId>profiler.site</artifactId>
Modified: trunk/profiler/tests/pom.xml
===================================================================
--- trunk/profiler/tests/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/profiler/tests/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,12 +1,16 @@
<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">
+
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>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>profiler</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
<groupId>org.jboss.tools.profiler</groupId>
<artifactId>tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
<name>profiler.tests</name>
- <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
</modules>
Modified: trunk/site/pom.xml
===================================================================
--- trunk/site/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/site/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -2,9 +2,10 @@
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>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.2-SNAPSHOT</version>
+ <relativePath>../build/parent/pom.xml</relativePath>
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.site</artifactId>
Modified: trunk/site/site.xml
===================================================================
--- trunk/site/site.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/site/site.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,238 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
- <!-- This file is only used when building with Tycho.
- If building with Ant (trunk/build/build.xml), see category.*.xml -->
+
<description>
- JBoss Tools 3.2.0 Update Site / p2 Repo
- </description>
+JBoss Tools 3.3.0 Update Site / p2 Repo
+ </description>
- <!-- only in JBDS -->
- <!--
- <feature url="features/com.jboss.jbds.product.feature_0.0.0.jar"
- id="com.jboss.jbds.product.feature"
- version="0.0.0"
- patch="false"
- >
- <category name="AllTools" />
- </feature>
- <feature url="features/org.jboss.tools.runtime.feature_0.0.0.jar"
- id="org.jboss.tools.runtime.feature"
- version="0.0.0"
- patch="false"
- >
- <category name="AllTools" />
- </feature>
- -->
- <feature url="features/org.jboss.tools.richfaces.feature_0.0.0.jar"
id="org.jboss.tools.richfaces.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="WebTools" />
- </feature>
- <feature url="features/org.jboss.tools.seam.feature_0.0.0.jar"
id="org.jboss.tools.seam.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="WebTools" />
- </feature>
- <feature url="features/org.jboss.tools.cdi.feature_0.0.0.jar"
id="org.jboss.tools.cdi.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="WebTools" />
- <category name="GeneralTools" />
- </feature>
- <feature url="features/org.jboss.tools.jmx.feature_0.0.0.jar"
id="org.jboss.tools.jmx.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="GeneralTools" />
- </feature>
- <feature url="features/org.jboss.ide.eclipse.as.feature_0.0.0.jar"
id="org.jboss.ide.eclipse.as.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="WebTools" />
- </feature>
- <feature url="features/org.jboss.ide.eclipse.archives.feature_0.0.0.jar"
id="org.jboss.ide.eclipse.archives.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="GeneralTools" />
- </feature>
- <feature url="features/org.hibernate.eclipse.feature_0.0.0.jar"
id="org.hibernate.eclipse.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="WebTools" />
- <category name="DataTools" />
- <category name="GeneralTools" />
- </feature>
- <feature url="features/org.jboss.ide.eclipse.freemarker.feature_0.0.0.jar"
id="org.jboss.ide.eclipse.freemarker.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="GeneralTools" />
- </feature>
- <feature url="features/org.jboss.tools.struts.feature_0.0.0.jar"
id="org.jboss.tools.struts.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="WebTools" />
- </feature>
- <feature url="features/org.jboss.tools.esb.feature_0.0.0.jar"
id="org.jboss.tools.esb.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="SOATools" />
- </feature>
- <feature url="features/org.jboss.tools.ws.feature_0.0.0.jar"
id="org.jboss.tools.ws.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="SOATools" />
- </feature>
- <feature url="features/org.jboss.tools.portlet.feature_0.0.0.jar"
id="org.jboss.tools.portlet.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="WebTools" />
- </feature>
- <feature url="features/org.jboss.tools.smooks.feature_0.0.0.jar"
id="org.jboss.tools.smooks.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="SOATools" />
- <category name="DataTools" />
- <category name="GeneralTools" />
- </feature>
- <feature url="features/org.drools.eclipse.task.feature_0.0.0.jar"
id="org.drools.eclipse.task.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="SOATools" />
- </feature>
- <feature url="features/org.guvnor.tools.feature_0.0.0.jar"
id="org.guvnor.tools.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="SOATools" />
- </feature>
- <feature url="features/org.jboss.tools.project.examples.feature_0.0.0.jar"
id="org.jboss.tools.project.examples.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="GeneralTools" />
- </feature>
+ <feature url="features/org.jboss.tools.richfaces.feature_0.0.0.jar"
id="org.jboss.tools.richfaces.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.seam.feature_0.0.0.jar"
id="org.jboss.tools.seam.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.cdi.feature_0.0.0.jar"
id="org.jboss.tools.cdi.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.cdi.seam.feature_0.0.0.jar"
id="org.jboss.tools.cdi.seam.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.jmx.feature_0.0.0.jar"
id="org.jboss.tools.jmx.feature" version="0.0.0" />
+ <feature url="features/org.jboss.ide.eclipse.as.feature_0.0.0.jar"
id="org.jboss.ide.eclipse.as.feature" version="0.0.0" />
+ <feature url="features/org.jboss.ide.eclipse.archives.feature_0.0.0.jar"
id="org.jboss.ide.eclipse.archives.feature" version="0.0.0" />
+ <feature url="features/org.hibernate.eclipse.feature_0.0.0.jar"
id="org.hibernate.eclipse.feature" version="0.0.0" />
- <!-- DISABLED for now -->
- <!--
- <feature url="features/org.jboss.tools.profiler.feature_0.0.0.jar"
id="org.jboss.tools.profiler.feature" version="0.0.0">
- <category name="AllTools"/>
- </feature>
- -->
+ <feature url="features/org.jboss.ide.eclipse.freemarker.feature_0.0.0.jar"
id="org.jboss.ide.eclipse.freemarker.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.struts.feature_0.0.0.jar"
id="org.jboss.tools.struts.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.esb.feature_0.0.0.jar"
id="org.jboss.tools.esb.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.ws.feature_0.0.0.jar"
id="org.jboss.tools.ws.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.portlet.feature_0.0.0.jar"
id="org.jboss.tools.portlet.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.smooks.feature_0.0.0.jar"
id="org.jboss.tools.smooks.feature" version="0.0.0" />
+ <feature url="features/org.drools.eclipse.task.feature_0.0.0.jar"
id="org.drools.eclipse.task.feature" version="0.0.0" />
+ <feature url="features/org.guvnor.tools.feature_0.0.0.jar"
id="org.guvnor.tools.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.project.examples.feature_0.0.0.jar"
id="org.jboss.tools.project.examples.feature" version="0.0.0" />
- <!-- only in JBT -->
- <feature
url="features/org.jboss.tools.community.project.examples.feature_0.0.0.jar"
- id="org.jboss.tools.community.project.examples.feature"
- version="0.0.0">
- <category name="AllTools" />
- <category name="GeneralTools" />
- </feature>
- <feature url="features/org.jboss.tools.birt.feature_0.0.0.jar"
id="org.jboss.tools.birt.feature" version="0.0.0">
- <category name="ReportTools" />
- </feature>
- <feature url="features/org.jboss.tools.maven.feature_0.0.0.jar"
id="org.jboss.tools.maven.feature" version="0.0.0">
- <category name="MavenTools" />
- </feature>
- <feature url="features/org.jboss.tools.maven.seam.feature_0.0.0.jar"
id="org.jboss.tools.maven.seam.feature" version="0.0.0">
- <category name="MavenTools" />
- </feature>
- <feature url="features/org.jboss.tools.maven.jsf.feature_0.0.0.jar"
id="org.jboss.tools.maven.jsf.feature" version="0.0.0">
- <category name="MavenTools" />
- </feature>
- <feature url="features/org.jboss.tools.maven.cdi.feature_0.0.0.jar"
id="org.jboss.tools.maven.cdi.feature" version="0.0.0">
- <category name="MavenTools" />
- </feature>
- <feature url="features/org.jboss.tools.maven.hibernate.feature_0.0.0.jar"
id="org.jboss.tools.maven.hibernate.feature" version="0.0.0">
- <category name="MavenTools" />
- </feature>
- <feature url="features/org.jboss.tools.maven.portlet.feature_0.0.0.jar"
id="org.jboss.tools.maven.portlet.feature" version="0.0.0">
- <category name="MavenTools" />
- </feature>
- <feature url="features/org.jboss.tools.xulrunner.feature_0.0.0.jar"
id="org.jboss.tools.xulrunner.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="WebTools" />
- </feature>
- <feature url="features/org.jboss.tools.jbpm.convert.feature_0.0.0.jar"
id="org.jboss.tools.jbpm.convert.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="SOATools" />
- </feature>
- <feature url="features/org.jboss.tools.jbpm.common.feature_0.0.0.jar"
id="org.jboss.tools.jbpm.common.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="SOATools" />
- </feature>
- <feature url="features/org.jboss.tools.jbpm3.feature_0.0.0.jar"
id="org.jboss.tools.jbpm3.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="SOATools" />
- </feature>
- <feature url="features/org.jboss.tools.jbpm4.feature_0.0.0.jar"
id="org.jboss.tools.jbpm4.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="SOATools" />
- </feature>
- <feature url="features/org.jboss.tools.bpel.feature_0.0.0.jar"
id="org.jboss.tools.bpel.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="SOATools" />
- </feature>
- <feature url="features/org.jboss.tools.modeshape.rest.feature_0.0.0.jar"
id="org.jboss.tools.modeshape.rest.feature" version="0.0.0">
- <category name="AllTools" />
- <category name="GeneralTools" />
- </feature>
- <feature url="features/org.jboss.tools.runtime.feature_0.0.0.jar"
id="org.jboss.tools.runtime.feature" version="0.0.0">
- <category name="AllTools" />
- </feature>
-
- <feature url="features/org.jboss.tools.deltacloud.feature_0.0.0.jar"
id="org.jboss.tools.deltacloud.feature" version="0.0.0">
- <category name="CloudTools" />
- <category name="AllTools" />
- </feature>
-
- <feature url="features/org.jboss.tools.usage.feature_0.0.0.jar"
id="org.jboss.tools.usage.feature" version="0.0.0">
- <category name="AllTools" />
- </feature>
-
- <category-def name="SDKTools" label="JBoss Tools SDK">
- <description>JBoss Tools SDK contains plugins where an SDK package
- exists. These contain both source and runtimes. Use these if you want
- to debug and/or provide patches to JBoss Tools plugins.
- </description>
- </category-def>
-
- <category-def name="AllTools" label="All JBoss Tools 3.2.0">
- <description>
- Contains ALL the plugins that are available from
- JBoss Tools except those
- related to integration with 3rd party
- plugins. Selecting this
- category will give you all tools needed for
- both Web, Seam and SOA
- Development.
- </description>
- </category-def>
-
- <category-def name="SOATools" label="SOA Development">
- <description>
- Tools to help create SOA applications. Use these if you
- work with jBPM,
- Drools, JBoss ESB, JBoss WebServices or Smooks.
- </description>
- </category-def>
-
- <category-def name="WebTools" label="Web and Java EE
Development">
- <description>
- Tools to help create web and enterprise applications,
- using JSF, Facelets,
- Seam, Hibernate/JPA, CSS, Webservices and more.
- </description>
- </category-def>
-
- <category-def name="GeneralTools" label="Application
Development">
- <description>Tools for general application development.</description>
- </category-def>
-
- <category-def name="DataTools" label="Data Services">
- <description>Tools related to data services such as persistence and
- transformation.</description>
- </category-def>
-
- <!-- Only in JBT -->
- <category-def name="MavenTools" label="Maven Support">
- <description>Plugins related to Maven and m2eclipse support. Use these
- to enable use of Maven.</description>
- </category-def>
-
- <!-- Only in JBT -->
- <category-def name="ReportTools" label="Business Intelligence,
Reporting and Charting">
- <description>Business Intelligence, Reporting and Charting. Use these
- if you plan to integrate Hibernate or Seam with Eclipse BIRT.
- </description>
- </category-def>
-
- <category-def name="TestPerfTools" label="Test and
Performance">
- <description>Tools used to improve testing and performance.
- </description>
- </category-def>
-
- <category-def name="CloudTools" label="Cloud">
- <description>Tools for Cloud Development
- </description>
- </category-def>
+ <feature
url="features/org.jboss.tools.community.project.examples.feature_0.0.0.jar"
id="org.jboss.tools.community.project.examples.feature"
version="0.0.0" />
+ <feature url="features/org.jboss.tools.maven.feature_0.0.0.jar"
id="org.jboss.tools.maven.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.maven.seam.feature_0.0.0.jar"
id="org.jboss.tools.maven.seam.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.maven.jsf.feature_0.0.0.jar"
id="org.jboss.tools.maven.jsf.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.maven.cdi.feature_0.0.0.jar"
id="org.jboss.tools.maven.cdi.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.maven.hibernate.feature_0.0.0.jar"
id="org.jboss.tools.maven.hibernate.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.maven.portlet.feature_0.0.0.jar"
id="org.jboss.tools.maven.portlet.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.xulrunner.feature_0.0.0.jar"
id="org.jboss.tools.xulrunner.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.jbpm.convert.feature_0.0.0.jar"
id="org.jboss.tools.jbpm.convert.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.jbpm.common.feature_0.0.0.jar"
id="org.jboss.tools.jbpm.common.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.jbpm3.feature_0.0.0.jar"
id="org.jboss.tools.jbpm3.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.jbpm4.feature_0.0.0.jar"
id="org.jboss.tools.jbpm4.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.bpel.feature_0.0.0.jar"
id="org.jboss.tools.bpel.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.modeshape.rest.feature_0.0.0.jar"
id="org.jboss.tools.modeshape.rest.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.runtime.feature_0.0.0.jar"
id="org.jboss.tools.runtime.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.deltacloud.feature_0.0.0.jar"
id="org.jboss.tools.deltacloud.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.usage.feature_0.0.0.jar"
id="org.jboss.tools.usage.feature" version="0.0.0" />
</site>
Modified: trunk/usage/plugins/pom.xml
===================================================================
--- trunk/usage/plugins/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/usage/plugins/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -8,8 +8,8 @@
</parent>
<groupId>org.jboss.tools.usage</groupId>
<artifactId>plugins</artifactId>
- <name>usage.plugins</name>
<version>0.0.1-SNAPSHOT</version>
+ <name>usage.plugins</name>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.usage</module>
Modified: trunk/workingset/features/org.jboss.tools.workingset.feature/pom.xml
===================================================================
--- trunk/workingset/features/org.jboss.tools.workingset.feature/pom.xml 2011-06-01
21:45:38 UTC (rev 31758)
+++ trunk/workingset/features/org.jboss.tools.workingset.feature/pom.xml 2011-06-01
22:14:36 UTC (rev 31759)
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <groupId>org.jboss.tools.workingset</groupId>
+ <artifactId>features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.workingset.features</groupId>
- <artifactId>org.jboss.tools.workingset.feature</artifactId>
+ <artifactId>org.jboss.tools.workingset.feature</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
Modified: trunk/workingset/features/pom.xml
===================================================================
--- trunk/workingset/features/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/workingset/features/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,10 +1,16 @@
<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">
+
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>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>workingset</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
<groupId>org.jboss.tools.workingset</groupId>
<artifactId>features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
<name>workingset.features</name>
- <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.workingset.feature</module>
Modified: trunk/workingset/plugins/org.jboss.tools.workingset.core/pom.xml
===================================================================
--- trunk/workingset/plugins/org.jboss.tools.workingset.core/pom.xml 2011-06-01 21:45:38
UTC (rev 31758)
+++ trunk/workingset/plugins/org.jboss.tools.workingset.core/pom.xml 2011-06-01 22:14:36
UTC (rev 31759)
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <groupId>org.jboss.tools.workingset</groupId>
+ <artifactId>plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.workingset.plugins</groupId>
- <artifactId>org.jboss.tools.workingset.core</artifactId>
+ <artifactId>org.jboss.tools.workingset.core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/workingset/plugins/org.jboss.tools.workingset.ui/pom.xml
===================================================================
--- trunk/workingset/plugins/org.jboss.tools.workingset.ui/pom.xml 2011-06-01 21:45:38 UTC
(rev 31758)
+++ trunk/workingset/plugins/org.jboss.tools.workingset.ui/pom.xml 2011-06-01 22:14:36 UTC
(rev 31759)
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <groupId>org.jboss.tools.workingset</groupId>
+ <artifactId>plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.workingset.plugins</groupId>
- <artifactId>org.jboss.tools.workingset.ui</artifactId>
+ <artifactId>org.jboss.tools.workingset.ui</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/workingset/plugins/pom.xml
===================================================================
--- trunk/workingset/plugins/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/workingset/plugins/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,10 +1,16 @@
<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">
+
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>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>workingset</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
<groupId>org.jboss.tools.workingset</groupId>
<artifactId>plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
<name>workingset.plugins</name>
- <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.workingset.core</module>
Modified: trunk/workingset/pom.xml
===================================================================
--- trunk/workingset/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/workingset/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,10 +1,16 @@
<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>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.2-SNAPSHOT</version>
+ <relativePath>../build/parent/pom.xml</relativePath>
+ </parent>
<groupId>org.jboss.tools</groupId>
<artifactId>workingset</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
<name>workingset.all</name>
- <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>features</module>
Modified: trunk/workingset/tests/org.jboss.tools.workingset.core.test/pom.xml
===================================================================
--- trunk/workingset/tests/org.jboss.tools.workingset.core.test/pom.xml 2011-06-01
21:45:38 UTC (rev 31758)
+++ trunk/workingset/tests/org.jboss.tools.workingset.core.test/pom.xml 2011-06-01
22:14:36 UTC (rev 31759)
@@ -1,16 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <groupId>org.jboss.tools.workingset</groupId>
+ <artifactId>tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.workingset.tests</groupId>
- <artifactId>org.jboss.tools.workingset.core.test</artifactId>
+ <artifactId>org.jboss.tools.workingset.core.test</artifactId>
<version>1.1.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>
Modified: trunk/workingset/tests/pom.xml
===================================================================
--- trunk/workingset/tests/pom.xml 2011-06-01 21:45:38 UTC (rev 31758)
+++ trunk/workingset/tests/pom.xml 2011-06-01 22:14:36 UTC (rev 31759)
@@ -1,10 +1,16 @@
<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">
+
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>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>workingset</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
<groupId>org.jboss.tools.workingset</groupId>
<artifactId>tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
<name>workingset.tests</name>
- <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.workingset.core.test</module>