Author: nickboldt
Date: 2010-04-15 17:49:25 -0400 (Thu, 15 Apr 2010)
New Revision: 21509
Added:
branches/modular_build/xulrunner/plugins/pom.xml
Log:
add plugins aggregator pom
Added: branches/modular_build/xulrunner/plugins/pom.xml
===================================================================
--- branches/modular_build/xulrunner/plugins/pom.xml (rev 0)
+++ branches/modular_build/xulrunner/plugins/pom.xml 2010-04-15 21:49:25 UTC (rev 21509)
@@ -0,0 +1,23 @@
+<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>
+ <relativePath>../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>plugins.all</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.mozilla.xpcom</module>
+ <module>org.mozilla.xulrunner.cocoa.macosx</module>
+ <module>org.mozilla.xulrunner.gtk.linux.x86_64</module>
+ <module>org.mozilla.xulrunner.carbon.macosx</module>
+ <module>org.mozilla.xulrunner.gtk.linux.x86</module>
+ <module>org.mozilla.xulrunner.win32.win32.x86</module>
+ </modules>
+</project>
+