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