Author: dgolovin
Date: 2011-09-24 00:51:12 -0400 (Sat, 24 Sep 2011)
New Revision: 35030
Modified:
trunk/flow/features/org.jboss.tools.flow.common.test.feature/.project
trunk/flow/features/org.jboss.tools.flow.common.test.feature/pom.xml
Log:
synchronized feature id and artifact id
Modified: trunk/flow/features/org.jboss.tools.flow.common.test.feature/.project
===================================================================
--- trunk/flow/features/org.jboss.tools.flow.common.test.feature/.project 2011-09-24
04:22:29 UTC (rev 35029)
+++ trunk/flow/features/org.jboss.tools.flow.common.test.feature/.project 2011-09-24
04:51:12 UTC (rev 35030)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>org.jboss.tools.flow.common.tests.feature</name>
+ <name>org.jboss.tools.flow.common.test.feature</name>
<comment></comment>
<projects>
</projects>
Modified: trunk/flow/features/org.jboss.tools.flow.common.test.feature/pom.xml
===================================================================
--- trunk/flow/features/org.jboss.tools.flow.common.test.feature/pom.xml 2011-09-24
04:22:29 UTC (rev 35029)
+++ trunk/flow/features/org.jboss.tools.flow.common.test.feature/pom.xml 2011-09-24
04:51:12 UTC (rev 35030)
@@ -7,6 +7,6 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.flow.common.features</groupId>
- <artifactId>org.jboss.tools.flow.common.tests.feature</artifactId>
+ <artifactId>org.jboss.tools.flow.common.test.feature</artifactId>
<packaging>eclipse-feature</packaging>
</project>