Author: dgolovin
Date: 2010-07-19 13:22:45 -0400 (Mon, 19 Jul 2010)
New Revision: 23546
Added:
workspace/dgolovin/xulrunner/features/org.mozilla.xpcom.feature/
workspace/dgolovin/xulrunner/features/org.mozilla.xulrunner.feature/
workspace/dgolovin/xulrunner/features/pom.xml
Log:
copy of current xulrunner features from xulrunner component
Copied: workspace/dgolovin/xulrunner/features/org.mozilla.xpcom.feature (from rev 23545,
trunk/xulrunner/features/org.mozilla.xpcom.feature)
Copied: workspace/dgolovin/xulrunner/features/org.mozilla.xulrunner.feature (from rev
23545, trunk/xulrunner/features/org.mozilla.xulrunner.feature)
Copied: workspace/dgolovin/xulrunner/features/pom.xml (from rev 23545,
trunk/xulrunner/features/pom.xml)
===================================================================
--- workspace/dgolovin/xulrunner/features/pom.xml (rev 0)
+++ workspace/dgolovin/xulrunner/features/pom.xml 2010-07-19 17:22:45 UTC (rev 23546)
@@ -0,0 +1,14 @@
+<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>features</artifactId>
+ <name>xulrunner.features</name>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.mozilla.xpcom.feature</module>
+ <module>org.mozilla.xulrunner.feature</module>
+ </modules>
+</project>
+