Author: adietish
Date: 2010-10-15 12:25:15 -0400 (Fri, 15 Oct 2010)
New Revision: 25878
Modified:
trunk/deltacloud/features/pom.xml
Log:
[JIBDE-7230] corrected pom
Modified: trunk/deltacloud/features/pom.xml
===================================================================
--- trunk/deltacloud/features/pom.xml 2010-10-15 16:21:55 UTC (rev 25877)
+++ trunk/deltacloud/features/pom.xml 2010-10-15 16:25:15 UTC (rev 25878)
@@ -1,14 +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>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.jboss.tools.deltacloud.features</groupId>
- <artifactId>org.jboss.tools.deltacloud.test.feature</artifactId>
- <name>org.jboss.tools.deltacloud.test.feature</name>
- <version>1.0.0-SNAPSHOT</version>
- <packaging>eclipse-feature</packaging>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.tools.deltacloud</groupId>
+ <artifactId>features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>seam.features</name>
+ <modules>
+ <module>org.jboss.tools.deltacloud.feature</module>
+ <module>org.jboss.tools.deltacloud.test.feature</module>
+ </modules>
</project>
+