Author: dgolovin
Date: 2010-07-19 13:29:25 -0400 (Mon, 19 Jul 2010)
New Revision: 23554
Added:
workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/pom.xml
Log:
Copied:
workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/pom.xml (from
rev 23553, trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/pom.xml)
===================================================================
--- workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/pom.xml
(rev 0)
+++
workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/pom.xml 2010-07-19
17:29:25 UTC (rev 23554)
@@ -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.gtk.linux.x86_64</artifactId>
+ <version>1.9.1.2a</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>linux</os>
+ <ws>gtk</ws>
+ <arch>x86_64</arch>
+ </environment>
+ </environments>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>