Author: dgolovin
Date: 2010-07-02 13:38:46 -0400 (Fri, 02 Jul 2010)
New Revision: 23198
Added:
trunk/xulrunner/site/README.txt
Log:
readme for xulrunner update site
Added: trunk/xulrunner/site/README.txt
===================================================================
--- trunk/xulrunner/site/README.txt (rev 0)
+++ trunk/xulrunner/site/README.txt 2010-07-02 17:38:46 UTC (rev 23198)
@@ -0,0 +1,22 @@
+To regen update site metadata:
+
+java -jar ~/eclipse/eclipse36/plugins/org.eclipse.equinox.launcher_*.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_*.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
+
+... or just run:
+
+cd /home/nboldt/11/jbosstools-trunk/xulrunner/site/; mvn3 clean install
+
Property changes on: trunk/xulrunner/site/README.txt
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Show replies by date