Author: nickboldt
Date: 2010-09-03 00:15:56 -0400 (Fri, 03 Sep 2010)
New Revision: 24682
Modified:
branches/jbosstools-3.2.0.M2/usage/plugins/pom.xml
Log:
wrong pom.xml - should be a pom module container, not an eclipse-plugin
Modified: branches/jbosstools-3.2.0.M2/usage/plugins/pom.xml
===================================================================
--- branches/jbosstools-3.2.0.M2/usage/plugins/pom.xml 2010-09-02 20:34:44 UTC (rev
24681)
+++ branches/jbosstools-3.2.0.M2/usage/plugins/pom.xml 2010-09-03 04:15:56 UTC (rev
24682)
@@ -1,13 +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>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.jboss.tools.usage.plugins</groupId>
- <artifactId>org.jboss.tools.usage</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.tools.usage</groupId>
+ <artifactId>plugins</artifactId>
+ <name>usage.plugins</name>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.usage</module>
+ </modules>
</project>
+