Author: nickboldt
Date: 2011-06-23 10:56:57 -0400 (Thu, 23 Jun 2011)
New Revision: 32321
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/swt/README.txt
Log:
new README for building metadata via commandline (no ant)
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/swt/README.txt
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/swt/README.txt
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/swt/README.txt 2011-06-23
14:56:57 UTC (rev 32321)
@@ -0,0 +1,12 @@
+# see also
http://wiki.eclipse.org/Equinox/p2/Publisher#Features_And_Bundles_Publish...
+
+# build like this:
+
+REPO=/home/nboldt/eclipse/workspace-jboss/jbosstools_trunk/download.jboss.org/jbosstools/updates/requirements/swt/3.7.0.v3735b-201106220-1614/;
\
+rm -f ${REPO}/content.* ${REPO}/artifacts.*
+java -jar /home/nboldt/eclipse/eclipse37/plugins/org.eclipse.equinox.launcher_*.jar
-application \
+ org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher -application
org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher \
+ -metadataRepository file://${REPO}/repo -artifactRepository file://${REPO}/repo -source
${REPO} -configs "*,*,*"
+mv -f ${REPO}/repo/*.xml ${REPO}
+rm -fr ${REPO}/repo
+