Author: nickboldt
Date: 2011-04-08 10:21:10 -0400 (Fri, 08 Apr 2011)
New Revision: 30434
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/index.html
Log:
add mylyn req builder
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build.xml
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build.xml 2011-04-08
14:21:10 UTC (rev 30434)
@@ -0,0 +1,40 @@
+<?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/mylyn/build.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/mylyn/build.xml -Ddestination=/tmp/mylyn-repo
+ -->
+ <target name="mirror">
+ <!-- core mylyn, if not on Indigo site; includes Bugzilla -->
+ <property name="URL1"
value="http://download.eclipse.org/mylyn/snapshots/weekly/" />
+ <!-- JIRA connector; note that Subclipse connector is on Subclipse req site,
../subclipse/ -->
+ <property name="URL2"
value="http://update.atlassian.com/atlassian-eclipse-plugin/e3.6/" />
+ <property name="URL3"
value="http://update.atlassian.com/atlassian-eclipse-plugin/weekly/e... />
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/3.6/" name="mylyn plugins
for Eclipse 3.6 - 3.7" />
+ <source>
+ <repository location="${URL1}" />
+ <repository location="${URL2}" />
+ <repository location="${URL3}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.6/"
artifactRepository="file:${destination}/3.6/" publishartifacts="true"
source="${destination}/3.6/" compress="${compress}" />
+ </target>
+</project>
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/index.html
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/index.html
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/index.html 2011-04-08
14:21:10 UTC (rev 30434)
@@ -0,0 +1,68 @@
+<html>
+<head>
+<title>JBoss Tools Build Requirements - mylyn Updates + Connectors</title>
+<style>
+@import url("../../web/site.css");
+</style>
+</head>
+<body marginheight="0" marginwidth="0" leftmargin="0"
topmargin="0">
+<table marginheight="0" marginwidth="0" leftmargin="0"
topmargin="0"
+ cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="2"><img
+
src="https://www.jboss.org/dms/tools/images/tools-banner.png"
/></td>
+ </tr>
+ <tr>
+ <td>  </td>
+ </tr>
+ <tr>
+ <td>  </td>
+ <td>
+ <h2 class="title">JBoss Tools Build Requirements - mylyn Updates +
Connectors</h2>
+ <table width="100%">
+
+ <!-- <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText"></p>
+ </td>
+ </tr> -->
+
+ <tr class="dark-row" style="height: 30px">
+ <td class="bodyText">
+ <!-- <p class="bodyText"></p> -->
+
+<!-- to convert raw fish listing to links do this in vi
+
+:%s#^sftp://tools@filemgmt.jboss.org/downloads_htdocs/tools/updates/requirements/\(.\+\)$#<li><a
class=link href=\1>\1<\/a></li>#g
+
+Then sftp file into
+
+tools(a)filemgmt.jboss.org/downloads_htdocs/tools/updates/requirements/
+
+which becomes
+
+http://download.jboss.org/jbosstools/updates/requirements/
+
+-->
+ <br/>
+ <ul>
+<li><a class=link href=3.6>Mylyn 3.6 + Bugzilla & JIRA
connectors</a> (for Subclipse Mylyn integration, see <a
href=../subclipse/index.html/>Subclipse Updates</a>)</li>
+ </ul>
+ <br/>
+ </td>
+ </tr>
+
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">Looking to download JBoss Tools? See <a
class="link"
+
href="http://www.jboss.org/tools/download">JBoss Tools
+ Downloads</a>. See also <a
+
href="http://www.jboss.org/tools/download/installation">Inst...
+ methods</a>.</p>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+</html>