[jbosstools-commits] JBoss Tools SVN: r23553 - workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Jul 19 13:29:12 EDT 2010


Author: dgolovin
Date: 2010-07-19 13:29:12 -0400 (Mon, 19 Jul 2010)
New Revision: 23553

Added:
   workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/pom.xml
Log:


Copied: workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/pom.xml (from rev 23552, trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/pom.xml)
===================================================================
--- workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/pom.xml	                        (rev 0)
+++ workspace/dgolovin/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/pom.xml	2010-07-19 17:29:12 UTC (rev 23553)
@@ -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</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>linux</os>
+        	     <ws>gtk</ws>
+        	     <arch>x86</arch>
+      	     </environment>
+    	     </environments>
+  	       </configuration>
+	     </plugin>
+	   </plugins>
+	</build>
+</project>



More information about the jbosstools-commits mailing list