Author: dgolovin
Date: 2010-07-19 13:29:40 -0400 (Mon, 19 Jul 2010)
New Revision: 23555
Added:
workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86/pom.xml
Log:
Copied: workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86/pom.xml
(from rev 23554, trunk/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86/pom.xml)
===================================================================
--- workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86/pom.xml
(rev 0)
+++
workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86/pom.xml 2010-07-19
17:29:40 UTC (rev 23555)
@@ -0,0 +1,33 @@
+<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.xulrunner.plugins</groupId>
+ <artifactId>org.mozilla.xulrunner.win32.win32.x86</artifactId>
+ <version>1.9.1.2</version>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <version>${tychoVersion}</version>
+ <configuration>
+ <resolver>p2</resolver>
+ <environments>
+ <environment>
+ <os>win32</os>
+ <ws>win32</ws>
+ <arch>x86</arch>
+ </environment>
+ </environments>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>