[jbosstools-commits] JBoss Tools SVN: r23562 - in workspace/dgolovin/xulrunner: features/org.mozilla.xpcom.feature and 1 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Jul 19 14:42:32 EDT 2010


Author: dgolovin
Date: 2010-07-19 14:42:31 -0400 (Mon, 19 Jul 2010)
New Revision: 23562

Modified:
   workspace/dgolovin/xulrunner/features/org.mozilla.xpcom.feature/pom.xml
   workspace/dgolovin/xulrunner/plugins/pom.xml
   workspace/dgolovin/xulrunner/pom.xml
Log:
update for versions and module names in pom files 
--
M    plugins/pom.xml
M    pom.xml
M    features/org.mozilla.xpcom.feature/pom.xml


Modified: workspace/dgolovin/xulrunner/features/org.mozilla.xpcom.feature/pom.xml
===================================================================
--- workspace/dgolovin/xulrunner/features/org.mozilla.xpcom.feature/pom.xml	2010-07-19 18:16:46 UTC (rev 23561)
+++ workspace/dgolovin/xulrunner/features/org.mozilla.xpcom.feature/pom.xml	2010-07-19 18:42:31 UTC (rev 23562)
@@ -9,6 +9,6 @@
 	</parent>
 	<groupId>org.jboss.tools.xulrunner.features</groupId>
 	<artifactId>org.mozilla.xpcom.feature</artifactId> 
-	<version>1.9.1.2a</version>
+	<version>1.9.2</version>
 	<packaging>eclipse-feature</packaging>
 </project>

Modified: workspace/dgolovin/xulrunner/plugins/pom.xml
===================================================================
--- workspace/dgolovin/xulrunner/plugins/pom.xml	2010-07-19 18:16:46 UTC (rev 23561)
+++ workspace/dgolovin/xulrunner/plugins/pom.xml	2010-07-19 18:42:31 UTC (rev 23562)
@@ -8,8 +8,8 @@
 	<packaging>pom</packaging>
 	<modules>
 		<module>org.mozilla.xpcom</module>
-		<module>org.mozilla.xulrunner.carbon.macosx</module>
-		<module>org.mozilla.xulrunner.cocoa.macosx</module>
+		<module>org.mozilla.xulrunner.carbon.macosx.x86</module>
+		<module>org.mozilla.xulrunner.cocoa.macosx.x86</module>
 		<module>org.mozilla.xulrunner.gtk.linux.x86</module>
 		<module>org.mozilla.xulrunner.gtk.linux.x86_64</module>
 		<module>org.mozilla.xulrunner.win32.win32.x86</module>

Modified: workspace/dgolovin/xulrunner/pom.xml
===================================================================
--- workspace/dgolovin/xulrunner/pom.xml	2010-07-19 18:16:46 UTC (rev 23561)
+++ workspace/dgolovin/xulrunner/pom.xml	2010-07-19 18:42:31 UTC (rev 23562)
@@ -1,18 +1,15 @@
 <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>
-	<groupId>org.jboss.tools.xulrunner</groupId>
-	<artifactId>plugins</artifactId>
-	<name>xulrunner.plugins</name>
+	<groupId>org.jboss.tools</groupId>
+	<artifactId>xulrunner</artifactId>
+	<name>xulrunner.all</name>
 	<version>0.0.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<modules>
-		<module>org.mozilla.xpcom</module>
-		<module>org.mozilla.xulrunner.carbon.macosx</module>
-		<module>org.mozilla.xulrunner.cocoa.macosx</module>
-		<module>org.mozilla.xulrunner.gtk.linux.x86</module>
-		<module>org.mozilla.xulrunner.gtk.linux.x86_64</module>
-		<module>org.mozilla.xulrunner.win32.win32.x86</module>
+		<module>features</module>
+		<module>plugins</module>
+		<module>site</module>
 	</modules>
 </project>
 	



More information about the jbosstools-commits mailing list