Author: nickboldt
Date: 2010-05-17 21:58:46 -0400 (Mon, 17 May 2010)
New Revision: 22157
Added:
trunk/xulrunner/plugins/pom.xml
Removed:
trunk/xulrunner/plugins/org.jboss.tools.xulrunner.initializer_1.1.0.v201003050540R-H56-GA.jar
trunk/xulrunner/plugins/org.jboss.tools.xulrunner_1.1.0.v201003050540R-H56-GA.jar
trunk/xulrunner/plugins/org.mozilla.xpcom_1.9.1.2a.jar
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx_1.9.1.2.jar
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx_1.9.1.2.jar
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.9.1.2.jar
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64_1.9.1.2a.jar
trunk/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86_1.9.1.2.jar
Log:
merge from branch to trunk
Deleted:
trunk/xulrunner/plugins/org.jboss.tools.xulrunner.initializer_1.1.0.v201003050540R-H56-GA.jar
===================================================================
(Binary files differ)
Deleted:
trunk/xulrunner/plugins/org.jboss.tools.xulrunner_1.1.0.v201003050540R-H56-GA.jar
===================================================================
(Binary files differ)
Deleted: trunk/xulrunner/plugins/org.mozilla.xpcom_1.9.1.2a.jar
===================================================================
(Binary files differ)
Deleted: trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx_1.9.1.2.jar
===================================================================
(Binary files differ)
Deleted: trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx_1.9.1.2.jar
===================================================================
(Binary files differ)
Deleted: trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.9.1.2.jar
===================================================================
(Binary files differ)
Deleted: trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64_1.9.1.2a.jar
===================================================================
(Binary files differ)
Deleted: trunk/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86_1.9.1.2.jar
===================================================================
(Binary files differ)
Added: trunk/xulrunner/plugins/pom.xml
===================================================================
--- trunk/xulrunner/plugins/pom.xml (rev 0)
+++ trunk/xulrunner/plugins/pom.xml 2010-05-18 01:58:46 UTC (rev 22157)
@@ -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>xulrunner.plugins</artifactId>
+ <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>
+ </modules>
+</project>
+
\ No newline at end of file