Author: nickboldt
Date: 2010-03-26 03:22:01 -0400 (Fri, 26 Mar 2010)
New Revision: 21050
Added:
trunk/xulrunner/features/org.mozilla.xpcom.feature/.project
trunk/xulrunner/features/org.mozilla.xpcom.feature/build.properties
trunk/xulrunner/features/org.mozilla.xpcom.feature/feature.xml
trunk/xulrunner/features/org.mozilla.xulrunner.site/.project
trunk/xulrunner/features/org.mozilla.xulrunner.site/README.txt
trunk/xulrunner/features/org.mozilla.xulrunner.site/site.xml
Log:
xulrunner features
Added: trunk/xulrunner/features/org.mozilla.xpcom.feature/.project
===================================================================
--- trunk/xulrunner/features/org.mozilla.xpcom.feature/.project
(rev 0)
+++ trunk/xulrunner/features/org.mozilla.xpcom.feature/.project 2010-03-26 07:22:01 UTC
(rev 21050)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.mozilla.xpcom.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.xpcom.feature/.project
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/xulrunner/features/org.mozilla.xpcom.feature/build.properties
===================================================================
--- trunk/xulrunner/features/org.mozilla.xpcom.feature/build.properties
(rev 0)
+++ trunk/xulrunner/features/org.mozilla.xpcom.feature/build.properties 2010-03-26
07:22:01 UTC (rev 21050)
@@ -0,0 +1 @@
+bin.includes = feature.xml
Property changes on: trunk/xulrunner/features/org.mozilla.xpcom.feature/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/xulrunner/features/org.mozilla.xpcom.feature/feature.xml
===================================================================
--- trunk/xulrunner/features/org.mozilla.xpcom.feature/feature.xml
(rev 0)
+++ trunk/xulrunner/features/org.mozilla.xpcom.feature/feature.xml 2010-03-26 07:22:01 UTC
(rev 21050)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.mozilla.xpcom.feature"
+ label="XPCOM Feature"
+ version="1.9.1.2a"
+ provider-name="JBoss by Red Hat">
+
+ <description>
+ XPCOM Feature
+ </description>
+
+ <copyright>
+ (c) 2010 JBoss by Red Hat
+ </copyright>
+
+ <license>
+ EPL, what else?
+ </license>
+
+ <plugin
+ id="org.mozilla.xpcom"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
Property changes on: trunk/xulrunner/features/org.mozilla.xpcom.feature/feature.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/xulrunner/features/org.mozilla.xulrunner.site/.project
===================================================================
--- trunk/xulrunner/features/org.mozilla.xulrunner.site/.project
(rev 0)
+++ trunk/xulrunner/features/org.mozilla.xulrunner.site/.project 2010-03-26 07:22:01 UTC
(rev 21050)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.mozilla.xulrunner.site</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.UpdateSiteBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.UpdateSiteNature</nature>
+ </natures>
+</projectDescription>
Property changes on: trunk/xulrunner/features/org.mozilla.xulrunner.site/.project
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/xulrunner/features/org.mozilla.xulrunner.site/README.txt
===================================================================
--- trunk/xulrunner/features/org.mozilla.xulrunner.site/README.txt
(rev 0)
+++ trunk/xulrunner/features/org.mozilla.xulrunner.site/README.txt 2010-03-26 07:22:01 UTC
(rev 21050)
@@ -0,0 +1,17 @@
+To regen update site metadata:
+
+java -jar ~/eclipse/eclipse36/plugins/org.eclipse.equinox.launcher_1.1.0.v20091116.jar \
+-application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher \
+-metadataRepository file:/home/nboldt/11/jbosstools-trunk/xulrunner/ \
+-artifactRepository file:/home/nboldt/11/jbosstools-trunk/xulrunner/ \
+-source /home/nboldt/11/jbosstools-trunk/xulrunner/ -configs "*.*.*" \
+-compress -publishArtifacts
+
+or
+
+java -jar ~/eclipse/eclipse36/plugins/org.eclipse.equinox.launcher_1.1.0.v20091116.jar \
+-application org.eclipse.equinox.p2.publisher.UpdateSitePublisher \
+-metadataRepository file:/home/nboldt/11/jbosstools-trunk/xulrunner/ \
+-artifactRepository file:/home/nboldt/11/jbosstools-trunk/xulrunner/ \
+-source /home/nboldt/11/jbosstools-trunk/xulrunner/features/org.mozilla.xulrunner.site
-configs "*.*.*" \
+-compress -publishArtifacts
Property changes on: trunk/xulrunner/features/org.mozilla.xulrunner.site/README.txt
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/xulrunner/features/org.mozilla.xulrunner.site/site.xml
===================================================================
--- trunk/xulrunner/features/org.mozilla.xulrunner.site/site.xml
(rev 0)
+++ trunk/xulrunner/features/org.mozilla.xulrunner.site/site.xml 2010-03-26 07:22:01 UTC
(rev 21050)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <feature url="features/org.mozilla.xpcom.feature_1.9.1.2a.jar"
id="org.mozilla.xpcom.feature" version="1.9.1.2a"/>
+ <feature url="features/org.mozilla.xulrunner.feature_1.9.1.2.jar"
id="org.mozilla.xulrunner.feature" version="1.9.1.2"/>
+</site>
Property changes on: trunk/xulrunner/features/org.mozilla.xulrunner.site/site.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Show replies by date