Author: dgolovin
Date: 2010-07-28 15:14:28 -0400 (Wed, 28 Jul 2010)
New Revision: 23783
Modified:
trunk/build/parent/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.ui.test/pom.xml
Log:
groupId error is fixed in jsf/tests/org.jboss.tools.jsf.ui.test/pom.xml
carbon platform enabled back in build/parent/pom.xml
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2010-07-28 18:45:19 UTC (rev 23782)
+++ trunk/build/parent/pom.xml 2010-07-28 19:14:28 UTC (rev 23783)
@@ -55,9 +55,12 @@
<ws>cocoa</ws>
<arch>x86</arch>
</environment>
- <!-- <environment> <os>macosx</os> <ws>carbon</ws>
<arch>x86</arch>
- </environment> -->
<environment>
+ <os>macosx</os>
+ <ws>carbon</ws>
+ <arch>x86</arch>
+ </environment>
+ <environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.ui.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.ui.test/pom.xml 2010-07-28 18:45:19 UTC (rev
23782)
+++ trunk/jsf/tests/org.jboss.tools.jsf.ui.test/pom.xml 2010-07-28 19:14:28 UTC (rev
23783)
@@ -2,8 +2,9 @@
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>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf.tests</groupId>
<artifactId>org.jboss.tools.jsf.ui.test</artifactId>