Author: dgolovin
Date: 2010-04-10 04:28:33 -0400 (Sat, 10 Apr 2010)
New Revision: 21423
Added:
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/.project
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/META-INF/
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/build.properties
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/pom.xml
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner/
Removed:
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/trunk/.project
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/trunk/META-INF/
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/trunk/build.properties
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/trunk/pom.xml
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/trunk/xulrunner/
Log:
Copied:
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/.project
(from rev 21422,
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/trunk/.project)
===================================================================
--- branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/.project
(rev 0)
+++
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/.project 2010-04-10
08:28:33 UTC (rev 21423)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.mozilla.xulrunner.gtk.linux.x86</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ </natures>
+</projectDescription>
Copied:
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/META-INF
(from rev 21421,
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/trunk/META-INF)
Copied:
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/build.properties
(from rev 21422,
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/trunk/build.properties)
===================================================================
---
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/build.properties
(rev 0)
+++
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/build.properties 2010-04-10
08:28:33 UTC (rev 21423)
@@ -0,0 +1,2 @@
+bin.includes = xulrunner/,\
+ META-INF/
Copied:
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/pom.xml (from
rev 21422,
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/trunk/pom.xml)
===================================================================
--- branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/pom.xml
(rev 0)
+++
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/pom.xml 2010-04-10
08:28:33 UTC (rev 21423)
@@ -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</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>
Deleted:
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/trunk/.project
===================================================================
---
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/trunk/.project 2010-04-10
08:28:15 UTC (rev 21422)
+++
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/trunk/.project 2010-04-10
08:28:33 UTC (rev 21423)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.mozilla.xulrunner.gtk.linux.x86</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- </natures>
-</projectDescription>
Deleted:
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/trunk/build.properties
===================================================================
---
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/trunk/build.properties 2010-04-10
08:28:15 UTC (rev 21422)
+++
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/trunk/build.properties 2010-04-10
08:28:33 UTC (rev 21423)
@@ -1,2 +0,0 @@
-bin.includes = xulrunner/,\
- META-INF/
Deleted:
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/trunk/pom.xml
===================================================================
---
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/trunk/pom.xml 2010-04-10
08:28:15 UTC (rev 21422)
+++
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/trunk/pom.xml 2010-04-10
08:28:33 UTC (rev 21423)
@@ -1,33 +0,0 @@
-<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>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>
Copied:
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/xulrunner
(from rev 21421,
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/trunk/xulrunner)