[jbosstools-commits] JBoss Tools SVN: r24113 - in trunk/runtime: features and 3 other directories.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Aug 12 12:50:09 EDT 2010
Author: nickboldt
Date: 2010-08-12 12:50:08 -0400 (Thu, 12 Aug 2010)
New Revision: 24113
Added:
trunk/runtime/features/org.jboss.tools.runtime.feature/pom.xml
trunk/runtime/features/pom.xml
trunk/runtime/plugins/org.jboss.tools.runtime/pom.xml
trunk/runtime/plugins/pom.xml
trunk/runtime/pom.xml
Log:
add missing pom.xml files for new runtime component
Added: trunk/runtime/features/org.jboss.tools.runtime.feature/pom.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.feature/pom.xml (rev 0)
+++ trunk/runtime/features/org.jboss.tools.runtime.feature/pom.xml 2010-08-12 16:50:08 UTC (rev 24113)
@@ -0,0 +1,14 @@
+<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>org.jboss.tools.runtime.feature</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: trunk/runtime/features/pom.xml
===================================================================
--- trunk/runtime/features/pom.xml (rev 0)
+++ trunk/runtime/features/pom.xml 2010-08-12 16:50:08 UTC (rev 24113)
@@ -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>
+ <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>runtime.features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.runtime.feature</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/runtime/plugins/org.jboss.tools.runtime/pom.xml
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime/pom.xml (rev 0)
+++ trunk/runtime/plugins/org.jboss.tools.runtime/pom.xml 2010-08-12 16:50:08 UTC (rev 24113)
@@ -0,0 +1,14 @@
+<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>org.jboss.tools.runtime</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/runtime/plugins/pom.xml
===================================================================
--- trunk/runtime/plugins/pom.xml (rev 0)
+++ trunk/runtime/plugins/pom.xml 2010-08-12 16:50:08 UTC (rev 24113)
@@ -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>
+ <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>runtime.plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.runtime</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/runtime/pom.xml
===================================================================
--- trunk/runtime/pom.xml (rev 0)
+++ trunk/runtime/pom.xml 2010-08-12 16:50:08 UTC (rev 24113)
@@ -0,0 +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>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>runtime</artifactId>
+ <name>runtime.all</name>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>plugins</module>
+ <module>features</module>
+ <!-- <module>tests</module> -->
+ <module>site</module>
+ </modules>
+</project>
+
More information about the jbosstools-commits
mailing list