Author: nickboldt
Date: 2011-05-09 22:35:00 -0400 (Mon, 09 May 2011)
New Revision: 31167
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7M6...
Log:
rebuild metadata for birt 3.7M6 site pulled from zip (after removing .gz files)
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7M6...
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7M6...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7M6... 2011-05-10
02:35:00 UTC (rev 31167)
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="mirror">
+ <!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
+
+ -os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
+ -consoleLog -nosplash -data /tmp
+ -application org.eclipse.ant.core.antRunner
+ -f
"/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/birt/build-indigo.xml"
+
+ or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
+
+ export JAVA_HOME=/opt/jdk1.6.0; \
+ ${JAVA_HOME}/bin/java -cp ~/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner \
+ -f ~/RHDS/updates/requirements/birt/build-indigo.xml -Ddestination=/tmp/birt-repo
+
+ or, headless on local:
+
+ java -cp /home/nboldt/eclipse/eclipse361/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner -f build-indigo.xml
+
+ -->
+ <target name="mirror">
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.7M6/"
artifactRepository="file:${destination}/3.7M6/"
publishartifacts="true" source="${destination}/3.7M6/"
compress="${compress}" />
+ </target>
+</project>