Author: nickboldt
Date: 2010-03-26 03:20:20 -0400 (Fri, 26 Mar 2010)
New Revision: 21049
Added:
trunk/xulrunner/
trunk/xulrunner/features/
trunk/xulrunner/features/org.mozilla.xpcom.feature/
trunk/xulrunner/features/org.mozilla.xulrunner.feature/
trunk/xulrunner/features/org.mozilla.xulrunner.feature/.project
trunk/xulrunner/features/org.mozilla.xulrunner.feature/build.properties
trunk/xulrunner/features/org.mozilla.xulrunner.feature/feature.xml
trunk/xulrunner/features/org.mozilla.xulrunner.site/
trunk/xulrunner/plugins/
Log:
xulrunner features
Added: trunk/xulrunner/features/org.mozilla.xulrunner.feature/.project
===================================================================
--- trunk/xulrunner/features/org.mozilla.xulrunner.feature/.project
(rev 0)
+++ trunk/xulrunner/features/org.mozilla.xulrunner.feature/.project 2010-03-26 07:20:20
UTC (rev 21049)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.mozilla.xulrunner.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
Property changes on: trunk/xulrunner/features/org.mozilla.xulrunner.feature/.project
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/xulrunner/features/org.mozilla.xulrunner.feature/build.properties
===================================================================
--- trunk/xulrunner/features/org.mozilla.xulrunner.feature/build.properties
(rev 0)
+++ trunk/xulrunner/features/org.mozilla.xulrunner.feature/build.properties 2010-03-26
07:20:20 UTC (rev 21049)
@@ -0,0 +1 @@
+bin.includes = feature.xml
Property changes on:
trunk/xulrunner/features/org.mozilla.xulrunner.feature/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/xulrunner/features/org.mozilla.xulrunner.feature/feature.xml
===================================================================
--- trunk/xulrunner/features/org.mozilla.xulrunner.feature/feature.xml
(rev 0)
+++ trunk/xulrunner/features/org.mozilla.xulrunner.feature/feature.xml 2010-03-26 07:20:20
UTC (rev 21049)
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.mozilla.xulrunner.feature"
+ label="XulRunner Feature"
+ version="1.9.1.2"
+ provider-name="JBoss by Red Hat">
+
+ <description>
+ XulRunner Feature
+ </description>
+
+ <copyright>
+ (c) 2010 JBoss by Red Hat
+ </copyright>
+
+ <license>
+ EPL, what else?
+ </license>
+
+ <plugin
+ id="org.mozilla.xulrunner.win32.win32.x86"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.mozilla.xulrunner.gtk.linux.x86_64"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.mozilla.xulrunner.gtk.linux.x86"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.mozilla.xulrunner.cocoa.macosx"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.mozilla.xulrunner.carbon.macosx"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
Property changes on: trunk/xulrunner/features/org.mozilla.xulrunner.feature/feature.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Show replies by date