JBoss Tools SVN: r21423 - in branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86: trunk and 1 other directory.
by jbosstools-commits@lists.jboss.org
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)
14 years, 9 months
JBoss Tools SVN: r21422 - in branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx: trunk and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-04-10 04:28:15 -0400 (Sat, 10 Apr 2010)
New Revision: 21422
Added:
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/.project
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/META-INF/
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/build.properties
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/pom.xml
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/
Removed:
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/trunk/.project
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/trunk/META-INF/
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/trunk/build.properties
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/trunk/pom.xml
branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/trunk/xulrunner/
Log:
Copied: branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/.project (from rev 21421, branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/trunk/.project)
===================================================================
--- branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/.project (rev 0)
+++ branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/.project 2010-04-10 08:28:15 UTC (rev 21422)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.mozilla.xulrunner.cocoa.macosx</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.cocoa.macosx/META-INF (from rev 21421, branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/trunk/META-INF)
Copied: branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/build.properties (from rev 21421, branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/trunk/build.properties)
===================================================================
--- branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/build.properties (rev 0)
+++ branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/build.properties 2010-04-10 08:28:15 UTC (rev 21422)
@@ -0,0 +1,2 @@
+bin.includes = xulrunner/,\
+ META-INF/
Copied: branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/pom.xml (from rev 21421, branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/trunk/pom.xml)
===================================================================
--- branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/pom.xml (rev 0)
+++ branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/pom.xml 2010-04-10 08:28:15 UTC (rev 21422)
@@ -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.cocoa.macosx</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>macosx</os>
+ <ws>cocoa</ws>
+ <arch>x86</arch>
+ </environment>
+ </environments>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Deleted: branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/trunk/.project
===================================================================
--- branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/trunk/.project 2010-04-10 08:27:30 UTC (rev 21421)
+++ branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/trunk/.project 2010-04-10 08:28:15 UTC (rev 21422)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.mozilla.xulrunner.cocoa.macosx</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.cocoa.macosx/trunk/build.properties
===================================================================
--- branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/trunk/build.properties 2010-04-10 08:27:30 UTC (rev 21421)
+++ branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/trunk/build.properties 2010-04-10 08:28:15 UTC (rev 21422)
@@ -1,2 +0,0 @@
-bin.includes = xulrunner/,\
- META-INF/
Deleted: branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/trunk/pom.xml
===================================================================
--- branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/trunk/pom.xml 2010-04-10 08:27:30 UTC (rev 21421)
+++ branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/trunk/pom.xml 2010-04-10 08:28:15 UTC (rev 21422)
@@ -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.cocoa.macosx</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>macosx</os>
- <ws>cocoa</ws>
- <arch>x86</arch>
- </environment>
- </environments>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
Copied: branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner (from rev 21421, branches/modular_build/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/trunk/xulrunner)
14 years, 9 months
JBoss Tools SVN: r21419 - in branches/modular_build/xulrunner/plugins/org.mozilla.xpcom: META-INF and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-04-10 04:26:25 -0400 (Sat, 10 Apr 2010)
New Revision: 21419
Added:
branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/.project
branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/META-INF/
branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/META-INF/MANIFEST.MF
branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/MozillaGlue.jar
branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/MozillaInterfaces.jar
branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/build.properties
branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/pom.xml
Log:
Share project "org.mozilla.xpcom" into "https://svn.jboss.org/repos/jbosstools"
Added: branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/.project
===================================================================
--- branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/.project (rev 0)
+++ branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/.project 2010-04-10 08:26:25 UTC (rev 21419)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.mozilla.xpcom</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <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>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Property changes on: branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/.project
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/META-INF/MANIFEST.MF
===================================================================
--- branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/META-INF/MANIFEST.MF (rev 0)
+++ branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/META-INF/MANIFEST.MF 2010-04-10 08:26:25 UTC (rev 21419)
@@ -0,0 +1,13 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Mozilla XPCOM Eclipse plugin
+Bundle-SymbolicName: org.mozilla.xpcom;singleton:=true
+Bundle-Version: 1.9.1.2a
+Bundle-ClassPath: MozillaGlue.jar,
+ MozillaInterfaces.jar
+Export-Package: org.mozilla.interfaces,
+ org.mozilla.xpcom
+Bundle-Vendor: mozilla.org
+Eclipse-BuddyPolicy: registered
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+
Property changes on: branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/META-INF/MANIFEST.MF
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/MozillaGlue.jar
===================================================================
(Binary files differ)
Property changes on: branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/MozillaGlue.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/MozillaInterfaces.jar
===================================================================
(Binary files differ)
Property changes on: branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/MozillaInterfaces.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/build.properties
===================================================================
--- branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/build.properties (rev 0)
+++ branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/build.properties 2010-04-10 08:26:25 UTC (rev 21419)
@@ -0,0 +1,3 @@
+bin.includes = META-INF/,\
+ MozillaGlue.jar,\
+ MozillaInterfaces.jar
Property changes on: branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/pom.xml
===================================================================
--- branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/pom.xml (rev 0)
+++ branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/pom.xml 2010-04-10 08:26:25 UTC (rev 21419)
@@ -0,0 +1,15 @@
+<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.xpcom</artifactId>
+ <version>1.9.1.2a</version>
+ <packaging>eclipse-plugin</packaging>
+
+</project>
Property changes on: branches/modular_build/xulrunner/plugins/org.mozilla.xpcom/pom.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
14 years, 9 months