Author: nickboldt
Date: 2012-03-16 13:10:24 -0400 (Fri, 16 Mar 2012)
New Revision: 39577
Added:
trunk/runtime-soa/features/pom.xml
trunk/runtime-soa/plugins/pom.xml
trunk/runtime-soa/pom.xml
trunk/runtime-soa/site/category.xml
trunk/runtime-soa/site/pom.xml
Log:
JBIDE-10968 move soa-related runtime detection plugins out of Core and into a separate
project
Added: trunk/runtime-soa/features/pom.xml
===================================================================
--- trunk/runtime-soa/features/pom.xml (rev 0)
+++ trunk/runtime-soa/features/pom.xml 2012-03-16 17:10:24 UTC (rev 39577)
@@ -0,0 +1,20 @@
+<?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</groupId>
+ <artifactId>runtime-soa</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.runtime-soa</groupId>
+ <artifactId>features</artifactId>
+
+ <name>runtime-soa.features</name>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.runtime.drools.detector.feature</module>
+ <module>org.jboss.tools.runtime.esb.detector.feature</module>
+ <module>org.jboss.tools.runtime.jbpm.detector.feature</module>
+ </modules>
+</project>
Added: trunk/runtime-soa/plugins/pom.xml
===================================================================
--- trunk/runtime-soa/plugins/pom.xml (rev 0)
+++ trunk/runtime-soa/plugins/pom.xml 2012-03-16 17:10:24 UTC (rev 39577)
@@ -0,0 +1,20 @@
+<?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</groupId>
+ <artifactId>runtime-soa</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.runtime-soa</groupId>
+ <artifactId>plugins</artifactId>
+
+ <name>runtime-soa.plugins</name>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.runtime.drools.detector</module>
+ <module>org.jboss.tools.runtime.esb.detector</module>
+ <module>org.jboss.tools.runtime.jbpm.detector</module>
+ </modules>
+</project>
Added: trunk/runtime-soa/pom.xml
===================================================================
--- trunk/runtime-soa/pom.xml (rev 0)
+++ trunk/runtime-soa/pom.xml 2012-03-16 17:10:24 UTC (rev 39577)
@@ -0,0 +1,36 @@
+<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>parent</artifactId>
+ <version>0.0.4-SNAPSHOT</version>
+ <relativePath>../build/parent/pom.xml</relativePath>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>runtime-soa</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ <name>runtime-soa.all</name>
+ <packaging>pom</packaging>
+ <modules>
+ <module>plugins</module>
+ <module>features</module>
+ <module>site</module>
+ </modules>
+
+ <repositories>
+ <!-- To resolve parent artifact -->
+ <repository>
+ <id>jboss-public-repository-group</id>
+ <name>JBoss Public Repository Group</name>
+ <
url>http://repository.jboss.org/nexus/content/groups/public/</url>
+ </repository>
+ <repository>
+ <id>jboss-snapshots-repository</id>
+ <name>JBoss Snapshots Repository</name>
+ <
url>https://repository.jboss.org/nexus/content/repositories/snapshots/...
+ </repository>
+ </repositories>
+</project>
+
Added: trunk/runtime-soa/site/category.xml
===================================================================
--- trunk/runtime-soa/site/category.xml (rev 0)
+++ trunk/runtime-soa/site/category.xml 2012-03-16 17:10:24 UTC (rev 39577)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>
+ To install these features, point Eclipse at this site.
+ </description>
+ <category-def name="JBoss Tools runtime-soa Nightly Build Update Site"
label="JBoss Tools runtime-soa Nightly Build Update Site">
+ <description>
+ JBoss Tools runtime-soa Nightly Build Update Site: contains all features in this
build.
+ </description>
+ </category-def>
+ <feature
url="features/org.jboss.tools.runtime.drools.detector.feature_0.0.0.jar"
id="org.jboss.tools.runtime.drools.detector.feature"
version="0.0.0">
+ <category name="JBoss Tools runtime-soa Nightly Build Update
Site"/>
+ </feature>
+ <feature
url="features/org.jboss.tools.runtime.esb.detector.feature_0.0.0.jar"
id="org.jboss.tools.runtime.esb.detector.feature" version="0.0.0">
+ <category name="JBoss Tools runtime-soa Nightly Build Update
Site"/>
+ </feature>
+ <feature
url="features/org.jboss.tools.runtime.jbpm.detector.feature_0.0.0.jar"
id="org.jboss.tools.runtime.jbpm.detector.feature"
version="0.0.0">
+ <category name="JBoss Tools runtime-soa Nightly Build Update
Site"/>
+ </feature>
+</site>
Added: trunk/runtime-soa/site/pom.xml
===================================================================
--- trunk/runtime-soa/site/pom.xml (rev 0)
+++ trunk/runtime-soa/site/pom.xml 2012-03-16 17:10:24 UTC (rev 39577)
@@ -0,0 +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">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>runtime-soa</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.runtime-soa</groupId>
+ <artifactId>runtime-soa.site</artifactId>
+ <name>runtime-soa.site</name>
+
+ <packaging>eclipse-repository</packaging>
+</project>
\ No newline at end of file