Author: nickboldt
Date: 2010-04-16 03:46:54 -0400 (Fri, 16 Apr 2010)
New Revision: 21516
Modified:
branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site/README.txt
Log:
update README.txt to include mvn3 instructions
Modified: branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site/README.txt
===================================================================
--- branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site/README.txt 2010-04-16
07:03:26 UTC (rev 21515)
+++ branches/modular_build/xulrunner/site/org.mozilla.xulrunner.site/README.txt 2010-04-16
07:46:54 UTC (rev 21516)
@@ -1,6 +1,6 @@
To regen update site metadata:
-java -jar ~/eclipse/eclipse36/plugins/org.eclipse.equinox.launcher_1.1.0.v20091116.jar \
+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/ \
@@ -9,9 +9,14 @@
or
-java -jar ~/eclipse/eclipse36/plugins/org.eclipse.equinox.launcher_1.1.0.v20091116.jar \
+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
+
Show replies by date