[jbosstools-commits] JBoss Tools SVN: r22139 - in trunk/jmx: plugins and 2 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon May 17 17:05:33 EDT 2010


Author: nickboldt
Date: 2010-05-17 17:05:32 -0400 (Mon, 17 May 2010)
New Revision: 22139

Added:
   trunk/jmx/plugins/org.jboss.tools.jmx.core/pom.xml
   trunk/jmx/plugins/org.jboss.tools.jmx.ui/pom.xml
   trunk/jmx/plugins/pom.xml
Modified:
   trunk/jmx/pom.xml
Log:
add pom.xml files

Added: trunk/jmx/plugins/org.jboss.tools.jmx.core/pom.xml
===================================================================
--- trunk/jmx/plugins/org.jboss.tools.jmx.core/pom.xml	                        (rev 0)
+++ trunk/jmx/plugins/org.jboss.tools.jmx.core/pom.xml	2010-05-17 21:05:32 UTC (rev 22139)
@@ -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.jmx.core</artifactId> 
+	<version>1.1.0-SNAPSHOT</version>
+	<packaging>eclipse-plugin</packaging>
+</project>

Added: trunk/jmx/plugins/org.jboss.tools.jmx.ui/pom.xml
===================================================================
--- trunk/jmx/plugins/org.jboss.tools.jmx.ui/pom.xml	                        (rev 0)
+++ trunk/jmx/plugins/org.jboss.tools.jmx.ui/pom.xml	2010-05-17 21:05:32 UTC (rev 22139)
@@ -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.jmx.ui</artifactId> 
+	<version>1.1.0-SNAPSHOT</version>
+	<packaging>eclipse-plugin</packaging>
+</project>

Added: trunk/jmx/plugins/pom.xml
===================================================================
--- trunk/jmx/plugins/pom.xml	                        (rev 0)
+++ trunk/jmx/plugins/pom.xml	2010-05-17 21:05:32 UTC (rev 22139)
@@ -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>
+	  <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>jmx.plugins</artifactId>
+	<version>0.0.1-SNAPSHOT</version>
+	<packaging>pom</packaging>
+	<modules>
+		<module>org.jboss.tools.jmx.core</module>
+		<module>org.jboss.tools.jmx.ui</module>
+	</modules>
+</project>
+	
\ No newline at end of file

Modified: trunk/jmx/pom.xml
===================================================================
--- trunk/jmx/pom.xml	2010-05-17 21:01:48 UTC (rev 22138)
+++ trunk/jmx/pom.xml	2010-05-17 21:05:32 UTC (rev 22139)
@@ -8,7 +8,7 @@
 	  <version>0.0.1-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools</groupId>
-	<artifactId>jmx.all</artifactId>
+	<artifactId>jmx</artifactId>
 	<version>0.0.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<modules>



More information about the jbosstools-commits mailing list