JBoss Tools SVN: r25362 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-09-30 17:37:29 -0400 (Thu, 30 Sep 2010)
New Revision: 25362
Modified:
trunk/build/target-platform/targetUpdateFromRepo.xml
Log:
add descriptions and comments
Modified: trunk/build/target-platform/targetUpdateFromRepo.xml
===================================================================
--- trunk/build/target-platform/targetUpdateFromRepo.xml 2010-09-30 21:36:56 UTC (rev 25361)
+++ trunk/build/target-platform/targetUpdateFromRepo.xml 2010-09-30 21:37:29 UTC (rev 25362)
@@ -3,7 +3,9 @@
<property name="targetFile" value="e361-wtp322.target" />
<property name="repoDir" value="./REPO_SR1" />
<property name="outputDir" value="${basedir}" />
- <!-- <property name="outputDir" value="${tmpDir}" /> -->
+ <!-- Instead of overwriting, can also create a new .target file in a different outputDir
+ <property name="outputDir" value="${tmpDir}" />
+ -->
<target name="custom.build" depends="check.content.xml, get.content.xml, copy.content.xml, contentXml2artifactVersions.xsl, target2targetTemplate.xsl, updateTargetFile, cleanup" />
@@ -31,7 +33,7 @@
<xslt style="target2targetTemplate.xsl" in="${targetFile}" out="${tmpDir}/${targetFile}.template" processor="trax" />
</target>
- <target name="updateTargetFile">
+ <target name="updateTargetFile" description="load generated properties and resolve them in the template to create a new .target file">
<property file="${tmpDir}/artifactVersions.properties" />
<copy todir="${outputDir}" overwrite="true">
<fileset file="${tmpDir}/${targetFile}.template" />
@@ -42,7 +44,7 @@
</copy>
</target>
- <target name="cleanup">
+ <target name="cleanup" description="purge temporary dir">
<delete dir="${tmpDir}" includeemptydirs="true" quiet="true" />
</target>
14 years, 5 months
JBoss Tools SVN: r25361 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-09-30 17:36:56 -0400 (Thu, 30 Sep 2010)
New Revision: 25361
Modified:
trunk/build/target-platform/e361-wtp322.target.p2mirror.xml
Log:
regenerate using latest version of the target2p2mirror.xml/xsl scripts (now useLatest is a parameter)
Modified: trunk/build/target-platform/e361-wtp322.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/e361-wtp322.target.p2mirror.xml 2010-09-30 21:35:19 UTC (rev 25360)
+++ trunk/build/target-platform/e361-wtp322.target.p2mirror.xml 2010-09-30 21:36:56 UTC (rev 25361)
@@ -1,194 +1,165 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project name="Download target platform" default="download.target.platform">
- <target name="help">
- <echo>
- Use followStrict="true" to prevent downloading all
- requirements not included in the target platform
- or
- followStrict="false" to fetch everything
+<project xmlns:xs="http://www.w3.org/2001/XMLSchema" default="download.target.platform" name="Download target platform">
+<target name="help">
+<echo>
+ Generated with useLatest = true
+
+ ---
+
+ Use followStrict="true" to prevent downloading all
+ requirements not included in the target platform
+ or
+ followStrict="false" to fetch everything
- To run this script:
+ To run this script:
- /abs/path/to/eclipse -vm /opt/jdk1.6.0/bin/java -nosplash -data \
- /tmp/workspace -consolelog -application \
- org.eclipse.ant.core.antRunner -f *.target.p2mirror.xml \
- -Ddebug=true \
- -DfollowStrict=true \
- -Drepo.dir=/tmp/REPO/
+ /abs/path/to/eclipse -vm /opt/jdk1.6.0/bin/java -nosplash -data \
+ /tmp/workspace -consolelog -application \
+ org.eclipse.ant.core.antRunner -f *.target.p2mirror.xml \
+ -Ddebug=true \
+ -DfollowStrict=true \
+ -Drepo.dir=/tmp/REPO/
</echo>
- </target>
- <target name="init" unless="repo.dir">
- <fail>Must set -Drepo.dir=/abs/path/to/download/artifacts/</fail>
- </target>
- <target name="download.target.platform" depends="init"
- description="Download from target platform definition" if="repo.dir">
- <property name="verbose" value="false" />
- <property name="followStrict" value="false" />
- <echo level="info">Download features/plugins into ${repo.dir}</echo>
- <p2.mirror destination="file:${repo.dir}" verbose="${verbose}">
- <slicingOptions includeFeatures="true" followStrict="${followStrict}" />
- <source>
- <repository location="http://m2eclipse.sonatype.org/sites/m2e/" />
- <repository location="http://m2eclipse.sonatype.org/sites/m2e-extras/" />
- <repository location="http://eclipse.svnkit.com/1.3.x/" />
- <repository
- location="http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-s..." />
- <repository
- location="http://download.eclipse.org/technology/subversive/0.7/weekly-site/" />
- <repository
- location="http://download.jboss.org/jbosstools/updates/requirements/orbit/R20100519..." />
- <repository
- location="http://download.jboss.org/jbosstools/updates/requirements/thirdparty/" />
- <repository
- location="http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.1.2/" />
- <repository location="http://download.eclipse.org/rt/ecf/3.2/3.6/site.p2" />
- <repository location="http://download.eclipse.org/tptp/updates/" />
- <repository
- location="http://download.eclipse.org/modeling/emf/emf/updates/2.6/R201009141218/" />
- <repository
- location="http://download.jboss.org/jbosstools/updates/requirements/swtbot-helios/" />
- <repository location="http://download.eclipse.org/birt/update-site/2.6/" />
- <repository location="http://download.eclipse.org/eclipse/updates/3.6.x/" />
- <repository
- location="http://download.jboss.org/jbosstools/updates/requirements/helios/" />
- <repository
- location="http://download.eclipse.org/webtools/repository/helios/" />
- <repository
- location="http://download.jboss.org/jbosstools/builds/staging/jbosstools-drools/all..." />
- <repository location="http://dl.google.com/eclipse/plugin/3.6/" />
- </source>
- <iu id="org.maven.ide.eclipse.feature.feature.group" version="" />
- <iu id="org.maven.ide.eclipse.wtp.feature.feature.group" version="" />
- <iu id="javax.wsdl.feature.feature.group" version="" />
- <iu id="org.apache.oro.feature.feature.group" version="" />
- <iu id="org.jdom.feature.feature.group" version="" />
- <iu id="org.mozilla.xulrunner.feature.feature.group" version="" />
- <iu id="org.mozilla.xpcom.feature.feature.group" version="" />
- <iu id="org.eclipse.emf.ecore.feature.group" version="" />
- <iu id="org.eclipse.emf.feature.group" version="" />
- <iu id="org.eclipse.emf.codegen.feature.group" version="" />
- <iu id="org.eclipse.emf.common.feature.group" version="" />
- <iu id="org.eclipse.emf.databinding.feature.group" version="" />
- <iu id="org.eclipse.emf.codegen.ecore.feature.group" version="" />
- <iu id="org.eclipse.emf.ecore.edit.feature.group" version="" />
- <iu id="org.eclipse.emf.ecore.editor.feature.group" version="" />
- <iu id="org.eclipse.emf.ecore.feature.group" version="" />
- <iu id="org.eclipse.emf.edit.feature.group" version="" />
- <iu id="org.eclipse.xsd.feature.group" version="" />
- <iu id="org.eclipse.swtbot.eclipse.feature.group" version="" />
- <iu id="org.eclipse.swtbot.eclipse.gef.feature.group" version="" />
- <iu id="org.eclipse.swtbot.ide.feature.group" version="" />
- <iu id="org.eclipse.swtbot.eclipse.test.junit4.feature.group"
- version="" />
- <iu id="org.eclipse.swtbot.feature.group" version="" />
- <iu id="org.eclipse.birt.osgi.runtime.sdk.feature.group" version="" />
- <iu id="org.eclipse.birt.feature.group" version="" />
- <iu id="org.eclipse.birt.integration.wtp.feature.group" version="" />
- <iu id="com.ibm.icu.base.feature.group" version="" />
- <iu id="org.eclipse.equinox.server.core.feature.group" version="" />
- <iu id="org.eclipse.cvs.feature.group" version="" />
- <iu id="org.eclipse.help.feature.group" version="" />
- <iu id="org.eclipse.jdt.feature.group" version="" />
- <iu id="org.eclipse.platform.feature.group" version="" />
- <iu id="org.eclipse.platform.ide" version="" />
- <iu id="org.eclipse.equinox.executable.feature.group" version="" />
- <iu id="org.eclipse.equinox.executable" version="" />
- <iu id="org.eclipse.platform.sdk" version="" />
- <iu id="org.eclipse.pde.feature.group" version="" />
- <iu id="org.eclipse.sdk.feature.group" version="" />
- <iu id="org.eclipse.rcp.feature.group" version="" />
- <iu id="org.eclipse.rcp.id" version="" />
- <iu id="org.eclipse.rcp.sdk.id" version="" />
- <iu id="org.eclipse.releng.tools.feature.group" version="" />
- <iu id="org.eclipse.sdk.ide" version="" />
- <iu id="org.eclipse.sdk.examples.feature.group" version="" />
- <iu id="org.eclipse.sdk.examples.source.feature.group" version="" />
- <iu id="org.eclipse.equinox.compendium.sdk.feature.group" version="" />
- <iu id="org.eclipse.equinox.core.sdk.feature.group" version="" />
- <iu id="org.eclipse.equinox.p2.discovery.feature.feature.group"
- version="" />
- <iu id="org.eclipse.equinox.p2.user.ui.feature.group" version="" />
- <iu id="org.eclipse.equinox.p2.sdk.feature.group" version="" />
- <iu id="org.eclipse.equinox.serverside.sdk.feature.group" version="" />
- <iu id="org.eclipse.equinox.sdk.feature.group" version="" />
- <iu id="org.eclipse.equinox.weaving.sdk.feature.group" version="" />
- <iu id="org.eclipse.equinox.server.jetty.feature.group" version="" />
- <iu id="org.eclipse.equinox.server.p2.feature.group" version="" />
- <iu id="org.eclipse.pde.api.tools.ee.fragments.feature.group"
- version="" />
- <iu id="org.eclipse.equinox.p2.ui.admin.rcp.product" version="" />
- <iu id="org.eclipse.equinox.server.servletbridge.feature.group"
- version="" />
- <iu id="org.eclipse.equinox.server.simple.feature.group" version="" />
- <iu id="org.eclipse.birt.feature.group" version="" />
- <iu id="org.eclipse.datatools.connectivity.feature.feature.group"
- version="" />
- <iu id="org.eclipse.datatools.enablement.feature.feature.group"
- version="" />
- <iu id="org.eclipse.datatools.sdk.feature.feature.group" version="" />
- <iu id="org.eclipse.datatools.enablement.jdt.feature.feature.group"
- version="" />
- <iu id="org.eclipse.datatools.modelbase.feature.feature.group"
- version="" />
- <iu id="org.eclipse.draw2d.feature.group" version="" />
- <iu id="org.eclipse.gef.feature.group" version="" />
- <iu id="org.eclipse.zest.feature.group" version="" />
- <iu id="org.eclipse.uml2.feature.group" version="" />
- <iu id="org.eclipse.jst.jee" version="" />
- <iu id="org.eclipse.wst.common.frameworks" version="" />
- <iu id="org.eclipse.wst.common.project.facet.ui" version="" />
- <iu id="org.eclipse.jst.jee.web" version="" />
- <iu id="org.eclipse.jst.common.fproj.enablement.jdt.feature.group"
- version="" />
- <iu id="org.eclipse.jst.ws.axis2tools.feature.feature.group"
- version="" />
- <iu id="org.eclipse.jst.ws.cxf.feature.feature.group" version="" />
- <iu id="org.eclipse.jpt.feature.feature.group" version="" />
- <iu id="org.eclipse.wst.common.fproj.feature.group" version="" />
- <iu id="org.eclipse.jst.enterprise_ui.feature.feature.group"
- version="" />
- <iu id="org.eclipse.wst.web_ui.feature.feature.group" version="" />
- <iu id="org.eclipse.wst.xml_ui.feature.feature.group" version="" />
- <iu id="org.eclipse.wst.xsl.feature.feature.group" version="" />
- <iu id="org.eclipse.wst.jsdt.feature.feature.group" version="" />
- <iu id="org.eclipse.jsf.feature.feature.group" version="" />
- <iu id="org.eclipse.jst.ws.jaxws.dom.feature.feature.group"
- version="" />
- <iu id="org.eclipse.jst.ws.jaxws.feature.feature.group" version="" />
- <iu id="org.eclipse.jst.enterprise_core.feature.feature.group"
- version="" />
- <iu id="org.eclipse.jst.server_adapters.ext.feature.feature.group"
- version="" />
- <iu id="org.eclipse.jst.server_adapters.feature.feature.group"
- version="" />
- <iu id="org.eclipse.jst.server_core.feature.feature.group"
- version="" />
- <iu id="org.eclipse.jst.server_ui.feature.feature.group" version="" />
- <iu id="org.eclipse.jst.web_ui.feature.feature.group" version="" />
- <iu id="org.eclipse.jsf.feature.source.feature.group" version="" />
- <iu id="org.eclipse.wst.xml.xpath2.processor.feature.feature.group"
- version="" />
- <iu id="org.eclipse.jst.webpageeditor.feature.feature.group"
- version="" />
- <iu id="org.eclipse.wst.ws_wsdl15.feature.feature.group" version="" />
- <iu id="org.eclipse.wst.common_core.feature.feature.group"
- version="" />
- <iu id="org.eclipse.wst.common_ui.feature.feature.group" version="" />
- <iu id="org.eclipse.wst.server_adapters.feature.feature.group"
- version="" />
- <iu id="org.eclipse.wst.server_core.feature.feature.group"
- version="" />
- <iu id="org.eclipse.wst.server_ui.feature.feature.group" version="" />
- <iu id="org.eclipse.wst.web_core.feature.feature.group" version="" />
- <iu id="org.eclipse.wst.ws_ui.feature.feature.group" version="" />
- <iu id="org.eclipse.wst.xml_core.feature.feature.group" version="" />
- <iu id="com.google.gdt.eclipse.suite.e36.feature.feature.group"
- version="" />
- <iu id="org.drools.eclipse.feature.feature.group" version="" />
- <iu id="org.drools.eclipse.task.feature.feature.group" version="" />
- <iu id="org.guvnor.tools.feature.feature.group" version="" />
- <iu id="org.mozilla.xulrunner.feature.feature.group" version="" />
- <iu id="org.mozilla.xpcom.feature.feature.group" version="" />
- </p2.mirror>
- </target>
+</target>
+<target unless="repo.dir" name="init">
+<fail>Must set -Drepo.dir=/abs/path/to/download/artifacts/</fail>
+</target>
+<target if="repo.dir" description="Download from target platform definition" depends="init" name="download.target.platform">
+<property value="false" name="verbose"/>
+<property value="false" name="followStrict"/>
+<echo level="info">Download features/plugins into ${repo.dir}</echo>
+<p2.mirror verbose="${verbose}" destination="file:${repo.dir}">
+<slicingOptions followStrict="${followStrict}" includeFeatures="true"/>
+<source>
+<repository location="http://m2eclipse.sonatype.org/sites/m2e/"/>
+<repository location="http://m2eclipse.sonatype.org/sites/m2e-extras/"/>
+<repository location="http://eclipse.svnkit.com/1.3.x/"/>
+<repository location="http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-s..."/>
+<repository location="http://download.eclipse.org/technology/subversive/0.7/weekly-site/"/>
+<repository location="http://download.jboss.org/jbosstools/updates/requirements/orbit/R20100519..."/>
+<repository location="http://download.jboss.org/jbosstools/updates/requirements/thirdparty/"/>
+<repository location="http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.1.2/"/>
+<repository location="http://download.eclipse.org/rt/ecf/3.2/3.6/site.p2"/>
+<repository location="http://download.eclipse.org/tptp/updates/"/>
+<repository location="http://download.eclipse.org/modeling/emf/emf/updates/2.6/R201009141218/"/>
+<repository location="http://download.jboss.org/jbosstools/updates/requirements/swtbot-helios/"/>
+<repository location="http://download.eclipse.org/birt/update-site/2.6/"/>
+<repository location="http://download.eclipse.org/eclipse/updates/3.6.x/"/>
+<repository location="http://download.jboss.org/jbosstools/updates/requirements/helios/"/>
+<repository location="http://download.eclipse.org/webtools/repository/helios/"/>
+<repository location="http://download.jboss.org/jbosstools/builds/staging/jbosstools-drools/all..."/>
+<repository location="http://dl.google.com/eclipse/plugin/3.6/"/>
+</source>
+<iu version="" id="org.maven.ide.eclipse.feature.feature.group"/>
+<iu version="" id="org.maven.ide.eclipse.wtp.feature.feature.group"/>
+<iu version="" id="javax.wsdl.feature.feature.group"/>
+<iu version="" id="org.apache.oro.feature.feature.group"/>
+<iu version="" id="org.jdom.feature.feature.group"/>
+<iu version="" id="org.mozilla.xulrunner.feature.feature.group"/>
+<iu version="" id="org.mozilla.xpcom.feature.feature.group"/>
+<iu version="" id="org.eclipse.emf.ecore.feature.group"/>
+<iu version="" id="org.eclipse.emf.feature.group"/>
+<iu version="" id="org.eclipse.emf.codegen.feature.group"/>
+<iu version="" id="org.eclipse.emf.common.feature.group"/>
+<iu version="" id="org.eclipse.emf.databinding.feature.group"/>
+<iu version="" id="org.eclipse.emf.codegen.ecore.feature.group"/>
+<iu version="" id="org.eclipse.emf.ecore.edit.feature.group"/>
+<iu version="" id="org.eclipse.emf.ecore.editor.feature.group"/>
+<iu version="" id="org.eclipse.emf.ecore.feature.group"/>
+<iu version="" id="org.eclipse.emf.edit.feature.group"/>
+<iu version="" id="org.eclipse.xsd.feature.group"/>
+<iu version="" id="org.eclipse.swtbot.eclipse.feature.group"/>
+<iu version="" id="org.eclipse.swtbot.eclipse.gef.feature.group"/>
+<iu version="" id="org.eclipse.swtbot.ide.feature.group"/>
+<iu version="" id="org.eclipse.swtbot.eclipse.test.junit4.feature.group"/>
+<iu version="" id="org.eclipse.swtbot.feature.group"/>
+<iu version="" id="org.eclipse.birt.osgi.runtime.sdk.feature.group"/>
+<iu version="" id="org.eclipse.birt.feature.group"/>
+<iu version="" id="org.eclipse.birt.integration.wtp.feature.group"/>
+<iu version="" id="com.ibm.icu.base.feature.group"/>
+<iu version="" id="org.eclipse.equinox.server.core.feature.group"/>
+<iu version="" id="org.eclipse.cvs.feature.group"/>
+<iu version="" id="org.eclipse.help.feature.group"/>
+<iu version="" id="org.eclipse.jdt.feature.group"/>
+<iu version="" id="org.eclipse.platform.feature.group"/>
+<iu version="" id="org.eclipse.platform.ide"/>
+<iu version="" id="org.eclipse.equinox.executable.feature.group"/>
+<iu version="" id="org.eclipse.equinox.executable"/>
+<iu version="" id="org.eclipse.platform.sdk"/>
+<iu version="" id="org.eclipse.pde.feature.group"/>
+<iu version="" id="org.eclipse.sdk.feature.group"/>
+<iu version="" id="org.eclipse.rcp.feature.group"/>
+<iu version="" id="org.eclipse.rcp.id"/>
+<iu version="" id="org.eclipse.rcp.sdk.id"/>
+<iu version="" id="org.eclipse.releng.tools.feature.group"/>
+<iu version="" id="org.eclipse.sdk.ide"/>
+<iu version="" id="org.eclipse.sdk.examples.feature.group"/>
+<iu version="" id="org.eclipse.sdk.examples.source.feature.group"/>
+<iu version="" id="org.eclipse.equinox.compendium.sdk.feature.group"/>
+<iu version="" id="org.eclipse.equinox.core.sdk.feature.group"/>
+<iu version="" id="org.eclipse.equinox.p2.discovery.feature.feature.group"/>
+<iu version="" id="org.eclipse.equinox.p2.user.ui.feature.group"/>
+<iu version="" id="org.eclipse.equinox.p2.sdk.feature.group"/>
+<iu version="" id="org.eclipse.equinox.serverside.sdk.feature.group"/>
+<iu version="" id="org.eclipse.equinox.sdk.feature.group"/>
+<iu version="" id="org.eclipse.equinox.weaving.sdk.feature.group"/>
+<iu version="" id="org.eclipse.equinox.server.jetty.feature.group"/>
+<iu version="" id="org.eclipse.equinox.server.p2.feature.group"/>
+<iu version="" id="org.eclipse.pde.api.tools.ee.fragments.feature.group"/>
+<iu version="" id="org.eclipse.equinox.p2.ui.admin.rcp.product"/>
+<iu version="" id="org.eclipse.equinox.server.servletbridge.feature.group"/>
+<iu version="" id="org.eclipse.equinox.server.simple.feature.group"/>
+<iu version="" id="org.eclipse.birt.feature.group"/>
+<iu version="" id="org.eclipse.datatools.connectivity.feature.feature.group"/>
+<iu version="" id="org.eclipse.datatools.enablement.feature.feature.group"/>
+<iu version="" id="org.eclipse.datatools.sdk.feature.feature.group"/>
+<iu version="" id="org.eclipse.datatools.enablement.jdt.feature.feature.group"/>
+<iu version="" id="org.eclipse.datatools.modelbase.feature.feature.group"/>
+<iu version="" id="org.eclipse.draw2d.feature.group"/>
+<iu version="" id="org.eclipse.gef.feature.group"/>
+<iu version="" id="org.eclipse.zest.feature.group"/>
+<iu version="" id="org.eclipse.uml2.feature.group"/>
+<iu version="" id="org.eclipse.jst.jee"/>
+<iu version="" id="org.eclipse.wst.common.frameworks"/>
+<iu version="" id="org.eclipse.wst.common.project.facet.ui"/>
+<iu version="" id="org.eclipse.jst.jee.web"/>
+<iu version="" id="org.eclipse.jst.common.fproj.enablement.jdt.feature.group"/>
+<iu version="" id="org.eclipse.jst.ws.axis2tools.feature.feature.group"/>
+<iu version="" id="org.eclipse.jst.ws.cxf.feature.feature.group"/>
+<iu version="" id="org.eclipse.jpt.feature.feature.group"/>
+<iu version="" id="org.eclipse.wst.common.fproj.feature.group"/>
+<iu version="" id="org.eclipse.jst.enterprise_ui.feature.feature.group"/>
+<iu version="" id="org.eclipse.wst.web_ui.feature.feature.group"/>
+<iu version="" id="org.eclipse.wst.xml_ui.feature.feature.group"/>
+<iu version="" id="org.eclipse.wst.xsl.feature.feature.group"/>
+<iu version="" id="org.eclipse.wst.jsdt.feature.feature.group"/>
+<iu version="" id="org.eclipse.jsf.feature.feature.group"/>
+<iu version="" id="org.eclipse.jst.ws.jaxws.dom.feature.feature.group"/>
+<iu version="" id="org.eclipse.jst.ws.jaxws.feature.feature.group"/>
+<iu version="" id="org.eclipse.jst.enterprise_core.feature.feature.group"/>
+<iu version="" id="org.eclipse.jst.server_adapters.ext.feature.feature.group"/>
+<iu version="" id="org.eclipse.jst.server_adapters.feature.feature.group"/>
+<iu version="" id="org.eclipse.jst.server_core.feature.feature.group"/>
+<iu version="" id="org.eclipse.jst.server_ui.feature.feature.group"/>
+<iu version="" id="org.eclipse.jst.web_ui.feature.feature.group"/>
+<iu version="" id="org.eclipse.jsf.feature.source.feature.group"/>
+<iu version="" id="org.eclipse.wst.xml.xpath2.processor.feature.feature.group"/>
+<iu version="" id="org.eclipse.jst.webpageeditor.feature.feature.group"/>
+<iu version="" id="org.eclipse.wst.ws_wsdl15.feature.feature.group"/>
+<iu version="" id="org.eclipse.wst.common_core.feature.feature.group"/>
+<iu version="" id="org.eclipse.wst.common_ui.feature.feature.group"/>
+<iu version="" id="org.eclipse.wst.server_adapters.feature.feature.group"/>
+<iu version="" id="org.eclipse.wst.server_core.feature.feature.group"/>
+<iu version="" id="org.eclipse.wst.server_ui.feature.feature.group"/>
+<iu version="" id="org.eclipse.wst.web_core.feature.feature.group"/>
+<iu version="" id="org.eclipse.wst.ws_ui.feature.feature.group"/>
+<iu version="" id="org.eclipse.wst.xml_core.feature.feature.group"/>
+<iu version="" id="com.google.gdt.eclipse.suite.e36.feature.feature.group"/>
+<iu version="" id="org.drools.eclipse.feature.feature.group"/>
+<iu version="" id="org.drools.eclipse.task.feature.feature.group"/>
+<iu version="" id="org.guvnor.tools.feature.feature.group"/>
+<iu version="" id="org.mozilla.xulrunner.feature.feature.group"/>
+<iu version="" id="org.mozilla.xpcom.feature.feature.group"/>
+</p2.mirror>
+</target>
</project>
14 years, 5 months
JBoss Tools SVN: r25360 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-09-30 17:35:19 -0400 (Thu, 30 Sep 2010)
New Revision: 25360
Modified:
trunk/build/target-platform/e361-wtp322.target
Log:
https://jira.jboss.org/browse/JBIDE-6756 update .target file to include newer IUs (Helios SR1)
Modified: trunk/build/target-platform/e361-wtp322.target
===================================================================
--- trunk/build/target-platform/e361-wtp322.target 2010-09-30 21:28:49 UTC (rev 25359)
+++ trunk/build/target-platform/e361-wtp322.target 2010-09-30 21:35:19 UTC (rev 25360)
@@ -1,21 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.6"?>
-
<target includeMode="feature" name="e36-wtp32">
<locations>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <unit id="org.maven.ide.eclipse.feature.feature.group" version="0.10.2.20100623-1649" />
- <repository location="http://m2eclipse.sonatype.org/sites/m2e/" />
+ <unit id="org.maven.ide.eclipse.feature.feature.group" version="0.10.2.20100623-1649"/>
+ <repository location="http://m2eclipse.sonatype.org/sites/m2e/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <unit id="org.maven.ide.eclipse.wtp.feature.feature.group" version="0.10.0.20100209-0800" />
- <repository location="http://m2eclipse.sonatype.org/sites/m2e-extras/" />
+ <unit id="org.maven.ide.eclipse.wtp.feature.feature.group" version="0.10.0.20100209-0800"/>
+ <repository location="http://m2eclipse.sonatype.org/sites/m2e-extras/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://eclipse.svnkit.com/1.3.x/" />
+ <repository location="http://eclipse.svnkit.com/1.3.x/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-s..." />
+ <repository location="http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-s..."/>
</location>
<!-- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
<repository location="http://download.eclipse.org/technology/subversive/0.7/update-site/"/>
@@ -24,16 +23,16 @@
<repository location="http://download.eclipse.org/technology/subversive/0.7/headless-update-site/"/>
</location> -->
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.eclipse.org/technology/subversive/0.7/weekly-site/" />
+ <repository location="http://download.eclipse.org/technology/subversive/0.7/weekly-site/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.jboss.org/jbosstools/updates/requirements/orbit/R20100519..." />
+ <repository location="http://download.jboss.org/jbosstools/updates/requirements/orbit/R20100519..."/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <unit id="javax.wsdl.feature.feature.group" version="1.6.2.v201005080631" />
- <unit id="org.apache.oro.feature.feature.group" version="2.0.8.v201005080400" />
- <unit id="org.jdom.feature.feature.group" version="1.0.0.v201005080400" />
- <repository location="http://download.jboss.org/jbosstools/updates/requirements/thirdparty/" />
+ <unit id="javax.wsdl.feature.feature.group" version="1.6.2.v201005080631"/>
+ <unit id="org.apache.oro.feature.feature.group" version="2.0.8.v201005080400"/>
+ <unit id="org.jdom.feature.feature.group" version="1.0.0.v201005080400"/>
+ <repository location="http://download.jboss.org/jbosstools/updates/requirements/thirdparty/"/>
</location>
<!-- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
<unit id="org.mozilla.xulrunner.feature.feature.group" version="1.9.2"/>
@@ -41,148 +40,148 @@
<repository location="http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.2/"/>
</location> -->
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <unit id="org.mozilla.xulrunner.feature.feature.group" version="1.9.12" />
- <unit id="org.mozilla.xpcom.feature.feature.group" version="1.9.12" />
- <repository location="http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.1.2/" />
+ <unit id="org.mozilla.xulrunner.feature.feature.group" version="1.9.12.v20100909-1551-H34-M2"/>
+ <unit id="org.mozilla.xpcom.feature.feature.group" version="1.9.12.v20100909-1551-H34-M2"/>
+ <repository location="http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.1.2/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.eclipse.org/rt/ecf/3.2/3.6/site.p2" />
+ <repository location="http://download.eclipse.org/rt/ecf/3.2/3.6/site.p2"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.eclipse.org/tptp/updates/" />
+ <repository location="http://download.eclipse.org/tptp/updates/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <unit id="org.eclipse.emf.ecore.feature.group" version="2.6.0.v20100614-1136" />
- <unit id="org.eclipse.emf.feature.group" version="2.6.0.v20100614-1136" />
- <unit id="org.eclipse.emf.codegen.feature.group" version="2.6.0.v20100614-1136" />
- <unit id="org.eclipse.emf.common.feature.group" version="2.6.0.v20100614-1136" />
- <unit id="org.eclipse.emf.databinding.feature.group" version="1.2.0.v20100614-1136" />
- <unit id="org.eclipse.emf.codegen.ecore.feature.group" version="2.6.0.v20100614-1136" />
- <unit id="org.eclipse.emf.ecore.edit.feature.group" version="2.6.0.v20100614-1136" />
- <unit id="org.eclipse.emf.ecore.editor.feature.group" version="2.6.0.v20100614-1136" />
- <unit id="org.eclipse.emf.ecore.feature.group" version="2.6.0.v20100614-1136" />
- <unit id="org.eclipse.emf.edit.feature.group" version="2.6.0.v20100614-1136" />
- <unit id="org.eclipse.xsd.feature.group" version="2.6.0.v20100614-1136" />
- <repository location="http://download.eclipse.org/modeling/emf/emf/updates/2.6/R201009141218/" />
+ <unit id="org.eclipse.emf.ecore.feature.group" version="2.6.1.v20100914-1218"/>
+ <unit id="org.eclipse.emf.feature.group" version="2.6.1.v20100914-1218"/>
+ <unit id="org.eclipse.emf.codegen.feature.group" version="2.6.0.v20100914-1218"/>
+ <unit id="org.eclipse.emf.common.feature.group" version="2.6.0.v20100914-1218"/>
+ <unit id="org.eclipse.emf.databinding.feature.group" version="1.2.0.v20100914-1218"/>
+ <unit id="org.eclipse.emf.codegen.ecore.feature.group" version="2.6.1.v20100914-1218"/>
+ <unit id="org.eclipse.emf.ecore.edit.feature.group" version="2.6.0.v20100914-1218"/>
+ <unit id="org.eclipse.emf.ecore.editor.feature.group" version="2.6.0.v20100914-1218"/>
+ <unit id="org.eclipse.emf.ecore.feature.group" version="2.6.1.v20100914-1218"/>
+ <unit id="org.eclipse.emf.edit.feature.group" version="2.6.0.v20100914-1218"/>
+ <unit id="org.eclipse.xsd.feature.group" version="2.6.0.v20100914-1218"/>
+ <repository location="http://download.eclipse.org/modeling/emf/emf/updates/2.6/R201009141218/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.0.0.595-dev-e36" />
- <unit id="org.eclipse.swtbot.eclipse.gef.feature.group" version="2.0.0.595-dev-e36" />
- <unit id="org.eclipse.swtbot.ide.feature.group" version="2.0.0.595-dev-e36" />
- <unit id="org.eclipse.swtbot.eclipse.test.junit4.feature.group" version="2.0.0.595-dev-e36" />
- <unit id="org.eclipse.swtbot.feature.group" version="2.0.0.595-dev-e36" />
- <repository location="http://download.jboss.org/jbosstools/updates/requirements/swtbot-helios/" />
+ <unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.0.0.595-dev-e36"/>
+ <unit id="org.eclipse.swtbot.eclipse.gef.feature.group" version="2.0.0.595-dev-e36"/>
+ <unit id="org.eclipse.swtbot.ide.feature.group" version="2.0.0.595-dev-e36"/>
+ <unit id="org.eclipse.swtbot.eclipse.test.junit4.feature.group" version="2.0.0.595-dev-e36"/>
+ <unit id="org.eclipse.swtbot.feature.group" version="2.0.0.595-dev-e36"/>
+ <repository location="http://download.jboss.org/jbosstools/updates/requirements/swtbot-helios/"/>
<!--repository location="http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/"/-->
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <unit id="org.eclipse.birt.osgi.runtime.sdk.feature.group" version="2.6.0.v20100617-57B-85wFdAHP-Cf8kRo1_ft1IUwD" />
- <unit id="org.eclipse.birt.feature.group" version="2.6.0.v20100617-9gF727DGKb0yl9AwWxpmbo35PwQ_" />
- <unit id="org.eclipse.birt.integration.wtp.feature.group" version="2.6.0.v20100617-1315-35-7w3121172802426" />
- <repository location="http://download.eclipse.org/birt/update-site/2.6/" />
+ <unit id="org.eclipse.birt.osgi.runtime.sdk.feature.group" version="2.6.1.v20100617a-57B185wFfAqPz0Ef8mBsMkG-0hfS"/>
+ <unit id="org.eclipse.birt.feature.group" version="2.6.1.v20100709a-9iF7A8FGLY4z0pxX3ORrsdrp6JXb"/>
+ <unit id="org.eclipse.birt.integration.wtp.feature.group" version="2.6.1.v20100915-1750-35-7w31211A2602861"/>
+ <repository location="http://download.eclipse.org/birt/update-site/2.6/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <unit id="com.ibm.icu.base.feature.group" version="1.1.0.v20090119-79318s73533B57" />
- <unit id="org.eclipse.equinox.server.core.feature.group" version="1.0.0.v20100510-7K7QEoF7RZHQHHz-Jr" />
- <unit id="org.eclipse.cvs.feature.group" version="1.2.0.v20100427-7B77FKs8sF7B77SDX4GW85" />
- <unit id="org.eclipse.help.feature.group" version="1.2.0.v20100427-7e7jEKFEx2XlnZinYPtgz03" />
- <unit id="org.eclipse.jdt.feature.group" version="3.6.0.v20100526-0800-7z8XFUJFMTfCWGoVuHImpms9H155" />
- <unit id="org.eclipse.platform.feature.group" version="3.6.0.v20100602-9gF78GpqFt6trOGhL60z0oEx3fz-JKNwxPY" />
- <unit id="org.eclipse.platform.ide" version="3.6.0.I20100608-0911" />
- <unit id="org.eclipse.equinox.executable.feature.group" version="3.4.0.v20100524-7M7K-FIhIez-egBko15H73" />
- <unit id="org.eclipse.equinox.executable" version="3.4.0.v20100524-7M7K-FIhIez-egBko15H73" />
- <unit id="org.eclipse.platform.sdk" version="3.6.0.I20100608-0911" />
- <unit id="org.eclipse.pde.feature.group" version="3.6.0.v20100525-7b7mFKtFEx2XmfZ4_B7NUJA" />
- <unit id="org.eclipse.sdk.feature.group" version="3.6.0.v20100427-7Q7m-DPY2dP0s7TnP1vxqsprbrvrHJwHMVz0mb8mhRXmu" />
- <unit id="org.eclipse.rcp.feature.group" version="3.6.0.v20100519-9OArFKvFtsd7WLUKh-DcYTS" />
- <unit id="org.eclipse.rcp.id" version="3.6.0.I20100608-0911" />
- <unit id="org.eclipse.rcp.sdk.id" version="3.6.0.I20100608-0911" />
- <unit id="org.eclipse.releng.tools.feature.group" version="3.3.0.v20100427-44A77w31211642" />
- <unit id="org.eclipse.sdk.ide" version="3.6.0.I20100608-0911" />
- <unit id="org.eclipse.sdk.examples.feature.group" version="3.3.0.v20100527-817fFcfFEdcVbpRlgyBRcVX" />
- <unit id="org.eclipse.sdk.examples.source.feature.group" version="3.3.0.v20100527" />
- <unit id="org.eclipse.equinox.compendium.sdk.feature.group" version="3.6.0.v20100421-7V7RFisFNObpCoqow" />
- <unit id="org.eclipse.equinox.core.sdk.feature.group" version="3.6.0.v20100603-7sF99FsFFUu63a35g6s" />
- <unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="1.0.0.v20100510-4--9oB5855K7P" />
- <unit id="org.eclipse.equinox.p2.user.ui.feature.group" version="2.0.0.v20100503-897HFZ-FdHjO2NQo0sD_Nt" />
- <unit id="org.eclipse.equinox.p2.sdk.feature.group" version="3.6.0.v20100503-9I7VGA7GJYarNd6yCqyUvA" />
- <unit id="org.eclipse.equinox.serverside.sdk.feature.group" version="3.6.0.v20100421-7u7NFVgFN5JdPKM_N9VZwrdLT4m2" />
- <unit id="org.eclipse.equinox.sdk.feature.group" version="3.6.0.v20100601-7H7R-7v8rtGVR34XkO3kfH3DUO07" />
- <unit id="org.eclipse.equinox.weaving.sdk.feature.group" version="1.0.0.v20100421-79--EVVFNFFsFc" />
- <unit id="org.eclipse.equinox.server.jetty.feature.group" version="1.0.0.v20100510-7I777iBgJ9DIARGH8IIQ" />
- <unit id="org.eclipse.equinox.server.p2.feature.group" version="1.0.0.v20100503-7x7IFGFFT0z0-V-1UUj-XDpu" />
- <unit id="org.eclipse.pde.api.tools.ee.fragments.feature.group" version="1.0.0.v20100427-7C-7BF9JgLWLMBMMAMsLL" />
- <unit id="org.eclipse.equinox.p2.ui.admin.rcp.product" version="1.1.0.I20100608-0911" />
- <unit id="org.eclipse.equinox.server.servletbridge.feature.group" version="1.0.0.v20100510-42A79oB5855K5E" />
- <unit id="org.eclipse.equinox.server.simple.feature.group" version="1.0.0.v20100510-44DF8s734C48662444" />
- <repository location="http://download.eclipse.org/eclipse/updates/3.6.x/" />
+ <unit id="com.ibm.icu.base.feature.group" version="1.1.0.v20090119-79318s73533B57"/>
+ <unit id="org.eclipse.equinox.server.core.feature.group" version="1.0.0.v20100510-7K7QErDzbb9z-yqHb55T7I"/>
+ <unit id="org.eclipse.cvs.feature.group" version="1.2.0.v20100427-7B77FKt90GE5h0SBT5FV9A01911"/>
+ <unit id="org.eclipse.help.feature.group" version="1.2.0.v20100427-7e7jEQFEp4jsWcboLU9l93"/>
+ <unit id="org.eclipse.jdt.feature.group" version="3.6.1.r361_v20100714-0800-7z8XFUSFLFlmgLc5z-Bvrt8-HVkH"/>
+ <unit id="org.eclipse.platform.feature.group" version="3.6.1.r361_v20100910-9gF78GroFrD9Uh-LhvxMFCV2hCz01p6896L"/>
+ <unit id="org.eclipse.platform.ide" version="3.6.1.M20100929-0800"/>
+ <unit id="org.eclipse.equinox.executable.feature.group" version="3.4.1.R36x_v20100823-7M7K7JF90dnJ-WLf3cf4yi"/>
+ <unit id="org.eclipse.equinox.executable" version="3.4.1.R36x_v20100823-7M7K7JF90dnJ-WLf3cf4yi"/>
+ <unit id="org.eclipse.platform.sdk" version="3.6.1.M20100909-0800"/>
+ <unit id="org.eclipse.pde.feature.group" version="3.6.1.r361_v20100727-7b7mFL-FET3dhESDgE5_bkJ"/>
+ <unit id="org.eclipse.sdk.feature.group" version="3.6.1.r361_v20100714-0800-7Q7m6DDaKf5o53L9dz-d8n-yz-tWdHTE5xVLpsrf4c764"/>
+ <unit id="org.eclipse.rcp.feature.group" version="3.6.1.r361_v20100827-9OArFLdFjY-ThSQXmKvKz0_T"/>
+ <unit id="org.eclipse.rcp.id" version="3.6.0.M20100909-0800"/>
+ <unit id="org.eclipse.rcp.sdk.id" version="3.6.0.M20100929-0800"/>
+ <unit id="org.eclipse.releng.tools.feature.group" version="3.3.0.v20100427-44A77w31211642"/>
+ <unit id="org.eclipse.sdk.ide" version="3.6.1.M20100929-0800"/>
+ <unit id="org.eclipse.sdk.examples.feature.group" version="3.3.0.v20100527-817fFcfFEdcVcRZlgyBRcVX"/>
+ <unit id="org.eclipse.sdk.examples.source.feature.group" version="3.3.0.v20100527"/>
+ <unit id="org.eclipse.equinox.compendium.sdk.feature.group" version="3.6.0.v20100421-7V7RFiwFLSgEt4Pctn77c7J"/>
+ <unit id="org.eclipse.equinox.core.sdk.feature.group" version="3.6.0.v20100603-7sF99FsHFTw8HQBta4g33J3F"/>
+ <unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="1.0.0.v20100510-4--9oB5855K7P"/>
+ <unit id="org.eclipse.equinox.p2.user.ui.feature.group" version="2.0.1.r361_v20100903-897HFZFFZRuSD2LMtVxyz0Vr"/>
+ <unit id="org.eclipse.equinox.p2.sdk.feature.group" version="3.6.0.v20100503-9I7VGAeG8tz-BY6jz0w2HLRYr"/>
+ <unit id="org.eclipse.equinox.serverside.sdk.feature.group" version="3.6.0.v20100421-7u7NFVgFN5JdPKPhDHd_6Yqc54uw"/>
+ <unit id="org.eclipse.equinox.sdk.feature.group" version="3.6.1.r361_v20100903-7H7R07v8rtOZyYbv1I6aZgou5z07"/>
+ <unit id="org.eclipse.equinox.weaving.sdk.feature.group" version="1.0.0.v20100421-79--EVVFNFFsFc"/>
+ <unit id="org.eclipse.equinox.server.jetty.feature.group" version="1.0.0.v20100510-7I777iBgJ9DIARGH8IIQ"/>
+ <unit id="org.eclipse.equinox.server.p2.feature.group" version="1.0.0.v20100503-7x7IFGOFQ74dz0POCNUBjA6L"/>
+ <unit id="org.eclipse.pde.api.tools.ee.fragments.feature.group" version="1.0.0.v20100427-7C-7BF9JgLWLMBMMAMsLL"/>
+ <unit id="org.eclipse.equinox.p2.ui.admin.rcp.product" version="1.1.0.M20100929-0800"/>
+ <unit id="org.eclipse.equinox.server.servletbridge.feature.group" version="1.0.0.v20100510-42A79oB5855K5E"/>
+ <unit id="org.eclipse.equinox.server.simple.feature.group" version="1.0.0.v20100510-44DF8s734C48662444"/>
+ <repository location="http://download.eclipse.org/eclipse/updates/3.6.x/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <unit id="org.eclipse.birt.feature.group" version="2.6.0.v20100617-9gF727DGKb0yl9AwWxpmbo35PwQ_" />
- <unit id="org.eclipse.datatools.connectivity.feature.feature.group" version="1.8.0.v201005280400-7C7b8cEt1ZvsifWcrT8a-F-sz05R" />
- <unit id="org.eclipse.datatools.enablement.feature.feature.group" version="1.8.0.v201005280400-7J8x0BWwUK6x2yoco_A-q71HMuLt" />
- <unit id="org.eclipse.datatools.sdk.feature.feature.group" version="1.8.0.v201005280400-7P9i0FDxNYrk4QYG-9qpz0N-vbEp" />
- <unit id="org.eclipse.datatools.enablement.jdt.feature.feature.group" version="1.8.0.v201005280400-2-07w31211518181A" />
- <unit id="org.eclipse.datatools.modelbase.feature.feature.group" version="1.8.0.v201005280400-77077CcNBGKBWJ_HWVi" />
- <unit id="org.eclipse.draw2d.feature.group" version="3.6.0.v20100519-2050-45-7w3121163602336" />
- <unit id="org.eclipse.gef.feature.group" version="3.6.0.v20100519-2050-777B-81A2Bz-69793A8B83447" />
- <unit id="org.eclipse.zest.feature.group" version="1.2.0.v20100519-2050-678-8yE4F-8HAH4DFEF3447" />
- <unit id="org.eclipse.uml2.feature.group" version="3.1.0.v201006071150" />
- <repository location="http://download.jboss.org/jbosstools/updates/requirements/helios/" />
+ <unit id="org.eclipse.birt.feature.group" version="2.6.1.v20100709a-9iF7A8FGLY4z0pxX3ORrsdrp6JXb"/>
+ <unit id="org.eclipse.datatools.connectivity.feature.feature.group" version="1.8.0.v201005280400-7C7b8cEt1ZvsifWcrT8a-F-sz05R"/>
+ <unit id="org.eclipse.datatools.enablement.feature.feature.group" version="1.8.0.v201005280400-7J8x0BWwUK6x2yoco_A-q71HMuLt"/>
+ <unit id="org.eclipse.datatools.sdk.feature.feature.group" version="1.8.0.v201005280400-7P9i0FDxNYrk4QYG-9qpz0N-vbEp"/>
+ <unit id="org.eclipse.datatools.enablement.jdt.feature.feature.group" version="1.8.0.v201005280400-2-07w31211518181A"/>
+ <unit id="org.eclipse.datatools.modelbase.feature.feature.group" version="1.8.0.v201005280400-77077CcNBGKBWJ_HWVi"/>
+ <unit id="org.eclipse.draw2d.feature.group" version="3.6.0.v20100519-2050-45-7w3121163602336"/>
+ <unit id="org.eclipse.gef.feature.group" version="3.6.0.v20100519-2050-777B-81A2Bz-69793A8B83447"/>
+ <unit id="org.eclipse.zest.feature.group" version="1.2.0.v20100519-2050-678-8yE4F-8HAH4DFEF3447"/>
+ <unit id="org.eclipse.uml2.feature.group" version="3.1.0.v201006071150"/>
+ <repository location="http://download.jboss.org/jbosstools/updates/requirements/helios/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <unit id="org.eclipse.jst.jee" version="1.0.300.v201005191301" />
- <unit id="org.eclipse.wst.common.frameworks" version="1.2.0.v201003040800" />
- <unit id="org.eclipse.wst.common.project.facet.ui" version="1.4.100.v201005190114" />
- <unit id="org.eclipse.jst.jee.web" version="1.0.300.v201004280739" />
- <unit id="org.eclipse.jst.common.fproj.enablement.jdt.feature.group" version="3.2.0.v201005241600-377A78s73533C6A6B39" />
+ <unit id="org.eclipse.jst.jee" version="1.0.301.v201007151900"/>
+ <unit id="org.eclipse.wst.common.frameworks" version="1.2.0.v201003040800"/>
+ <unit id="org.eclipse.wst.common.project.facet.ui" version="1.4.102.v201008170019"/>
+ <unit id="org.eclipse.jst.jee.web" version="1.0.301.v201007070907"/>
+ <unit id="org.eclipse.jst.common.fproj.enablement.jdt.feature.group" version="3.2.2.v201008170019-377AB8s73533J5J759F"/>
- <unit id="org.eclipse.jst.ws.axis2tools.feature.feature.group" version="1.1.100.v201005241530-78-FF0DZRDKDDePSKwHj" />
- <unit id="org.eclipse.jst.ws.cxf.feature.feature.group" version="1.0.0.v201005241530-7H777BFAKlOiOX8lGdLp-67BD" />
- <unit id="org.eclipse.jpt.feature.feature.group" version="2.3.0.v201005260000-7N7UEwFD3wTgbU_dxVnWV" />
- <unit id="org.eclipse.wst.common.fproj.feature.group" version="3.2.0.v201005290030-377A78s73533D5L355B" />
- <unit id="org.eclipse.jst.enterprise_ui.feature.feature.group" version="3.2.0.v201005241530-7b7GHTYFSK2W9kPaFClvz0O_NQmN" />
- <unit id="org.eclipse.wst.web_ui.feature.feature.group" version="3.2.0.v201005241510-7O7CFb3EMf84nP-FHuc10NTz--M3" />
- <unit id="org.eclipse.wst.xml_ui.feature.feature.group" version="3.2.0.v201005241510-7H7AFUIDxumQGOb7ocjUR2Pvz-28" />
- <unit id="org.eclipse.wst.xsl.feature.feature.group" version="1.1.0.v201005241600-7S7WFAKFIpS---NRIS1pbfYBUIQ" />
- <unit id="org.eclipse.wst.jsdt.feature.feature.group" version="1.2.0.v201005270528-7C78FGDF9JgLWLMBWz-Ose6" />
- <unit id="org.eclipse.jsf.feature.feature.group" version="3.2.0.v20100526-7E7I-F9JgLWLMBYy3114" />
- <unit id="org.eclipse.jst.ws.jaxws.dom.feature.feature.group" version="1.0.0.v201005241530-5--AkF7B77NBZBgBg" />
- <unit id="org.eclipse.jst.ws.jaxws.feature.feature.group" version="1.0.0.v201005241530-7E777BF8NcJSSJxUETx_l" />
- <unit id="org.eclipse.jst.enterprise_core.feature.feature.group" version="3.2.0.v201005241530-52FMRAkF7B77PDV8V97" />
- <unit id="org.eclipse.jst.server_adapters.ext.feature.feature.group" version="3.2.0.v201005241530-777HFGPCcNBDiBgIc4BA8" />
- <unit id="org.eclipse.jst.server_adapters.feature.feature.group" version="3.2.0.v201005241530-208Z7w31211419" />
- <unit id="org.eclipse.jst.server_core.feature.feature.group" version="3.2.0.v201005241530-31FA28s73533C66" />
- <unit id="org.eclipse.jst.server_ui.feature.feature.group" version="3.2.0.v201005241530-7A5FEh9xFc7RCGLRBAIOJC43A" />
- <unit id="org.eclipse.jst.web_ui.feature.feature.group" version="3.2.0.v201005250611-7F77FJJC25Skdw1pheuO_q6p-Idh" />
- <unit id="org.eclipse.jsf.feature.source.feature.group" version="3.2.0.v20100526-7E7I-F9JgLWLMBYy3114" />
- <unit id="org.eclipse.wst.xml.xpath2.processor.feature.feature.group" version="1.1.3.v201006151143-67K0BgJ9DIATEXATHP" />
- <unit id="org.eclipse.jst.webpageeditor.feature.feature.group" version="2.3.0.v20100526-46-9oB5855H7H" />
- <unit id="org.eclipse.wst.ws_wsdl15.feature.feature.group" version="1.5.300.v201005241450-2407w312116191741" />
- <unit id="org.eclipse.wst.common_core.feature.feature.group" version="3.2.0.v201005241600-7B7DFEdF7RZHOZIvUqM4NJ" />
- <unit id="org.eclipse.wst.common_ui.feature.feature.group" version="3.2.0.v201005241600-7C78FPcEdhO_mXOgHjYfp_JwVrN5" />
- <unit id="org.eclipse.wst.server_adapters.feature.feature.group" version="3.2.0.v201005241510-51EoAkF77g8HBSc" />
- <unit id="org.eclipse.wst.server_core.feature.feature.group" version="3.2.0.v201005241510-30F8T8s734C3E4K" />
- <unit id="org.eclipse.wst.server_ui.feature.feature.group" version="3.2.0.v201005241510-7B4FBmAtJb1lEOKcCJHLHQ347" />
- <unit id="org.eclipse.wst.web_core.feature.feature.group" version="3.2.0.v201005241510-7E7AFHkAJrn5NL_6wTQDqKL5RwiQ" />
- <unit id="org.eclipse.wst.ws_ui.feature.feature.group" version="3.2.0.v201005241510-7I78FXbEtEoKvbtBtJ4fGNrH2oBH" />
- <unit id="org.eclipse.wst.xml_core.feature.feature.group" version="3.2.0.v201005241510-7C7OFXTF7RZHQHHxO4IuKe" />
- <repository location="http://download.eclipse.org/webtools/repository/helios/" />
+ <unit id="org.eclipse.jst.ws.axis2tools.feature.feature.group" version="1.1.100.v201005241530-78-FF0DZRDKDDePSKwHj"/>
+ <unit id="org.eclipse.jst.ws.cxf.feature.feature.group" version="1.0.2.v201008232129-7H777DFAKlRiOX8lGdRoz0878J"/>
+ <unit id="org.eclipse.jpt.feature.feature.group" version="2.3.2.v201008242310-7N7UF75FD3wTgbUpoff0aT"/>
+ <unit id="org.eclipse.wst.common.fproj.feature.group" version="3.2.2.v201008170019-377AB8s73533J5H335L"/>
+ <unit id="org.eclipse.jst.enterprise_ui.feature.feature.group" version="3.2.2.v201008190400-7b7GHf2FSK2WBLQ2D-mrubYEOrRh"/>
+ <unit id="org.eclipse.wst.web_ui.feature.feature.group" version="3.2.2.v201008100100-7O7CFbKEMf84nUlEJyX7-SPQjhYZ"/>
+ <unit id="org.eclipse.wst.xml_ui.feature.feature.group" version="3.2.2.v201008170029-7H7AFUQDxumQGOpBqffOY2f1qxDZ"/>
+ <unit id="org.eclipse.wst.xsl.feature.feature.group" version="1.1.2.v201009091745-7S7WFAPFIpS-1-NbCE6tnacCXKP"/>
+ <unit id="org.eclipse.wst.jsdt.feature.feature.group" version="1.2.2.v201008170101-7C78FGMF9JgLWLMUUEMtXc"/>
+ <unit id="org.eclipse.jsf.feature.feature.group" version="3.2.2.v201008231400-7E7I6F9JgLWLMUW3"/>
+ <unit id="org.eclipse.jst.ws.jaxws.dom.feature.feature.group" version="1.0.0.v201005241530-5--AkF7B77NBZBgBg"/>
+ <unit id="org.eclipse.jst.ws.jaxws.feature.feature.group" version="1.0.1.v201008232129-7E777CF8NcJSSK-UBTwXn"/>
+ <unit id="org.eclipse.jst.enterprise_core.feature.feature.group" version="3.2.1.v201007070821-52FMTAkF7B77UBR7W98"/>
+ <unit id="org.eclipse.jst.server_adapters.ext.feature.feature.group" version="3.2.2.v20100818b-777HFGRCcNBDiBjIbhBA8"/>
+ <unit id="org.eclipse.jst.server_adapters.feature.feature.group" version="3.2.0.v201005241530-208Z7w31211419"/>
+ <unit id="org.eclipse.jst.server_core.feature.feature.group" version="3.2.0.v201005241530-31FA28s73533C66"/>
+ <unit id="org.eclipse.jst.server_ui.feature.feature.group" version="3.2.2.v20100908-7A5FEi9xFc7RCJMToAIOJC43A"/>
+ <unit id="org.eclipse.jst.web_ui.feature.feature.group" version="3.2.2.v201008170029-7F77FJSC25Tkdy1nqglPjqLAoDgh"/>
+ <unit id="org.eclipse.jsf.feature.source.feature.group" version="3.2.2.v201008231400-7E7I6F9JgLWLMUW3"/>
+ <unit id="org.eclipse.wst.xml.xpath2.processor.feature.feature.group" version="1.1.5.v201009091745-67K2BgJ9DIAXCbBWJO"/>
+ <unit id="org.eclipse.jst.webpageeditor.feature.feature.group" version="2.3.1.v20100906-4609oB5855L6N"/>
+ <unit id="org.eclipse.wst.ws_wsdl15.feature.feature.group" version="1.5.300.v201005241450-2407w312116191741"/>
+ <unit id="org.eclipse.wst.common_core.feature.feature.group" version="3.2.2.v201008091400-7B7DFElF7RZHOZJ6W0PsNJ"/>
+ <unit id="org.eclipse.wst.common_ui.feature.feature.group" version="3.2.2.v201008091400-7C78FPhEdhO_mXde7kbap_K7X1Qt"/>
+ <unit id="org.eclipse.wst.server_adapters.feature.feature.group" version="3.2.0.v201005241510-51EoAkF77g8HBSc"/>
+ <unit id="org.eclipse.wst.server_core.feature.feature.group" version="3.2.2.v20100908-30F8V8s734C3I3K"/>
+ <unit id="org.eclipse.wst.server_ui.feature.feature.group" version="3.2.2.v20100908-7B4FBrAtJb1nESKmCJHPGQ347"/>
+ <unit id="org.eclipse.wst.web_core.feature.feature.group" version="3.2.2.v201008100100-7E7AFHwAJrn5PM15pUYBwJLkSG8j"/>
+ <unit id="org.eclipse.wst.ws_ui.feature.feature.group" version="3.2.2.v201008211705-7I78FZFEtEoO2c5BlJ4jPNvNC-yS"/>
+ <unit id="org.eclipse.wst.xml_core.feature.feature.group" version="3.2.2.v201008170029-7C7OFXYF7RZHQHI5PyJwPT"/>
+ <repository location="http://download.eclipse.org/webtools/repository/helios/"/>
<!-- repository location="http://download.jboss.org/jbosstools/updates/requirements/webtools-3.2/"/ -->
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.jboss.org/jbosstools/builds/staging/jbosstools-drools/all..." />
+ <repository location="http://download.jboss.org/jbosstools/builds/staging/jbosstools-drools/all..."/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <unit id="com.google.gdt.eclipse.suite.e36.feature.feature.group" version="1.3.3.v201006111317" />
- <repository location="http://dl.google.com/eclipse/plugin/3.6/" />
+ <unit id="com.google.gdt.eclipse.suite.e36.feature.feature.group" version="1.3.3.v201006111317"/>
+ <repository location="http://dl.google.com/eclipse/plugin/3.6/"/>
</location>
</locations>
<includeBundles>
- <feature id="org.drools.eclipse.feature" />
- <feature id="org.drools.eclipse.task.feature" />
- <feature id="org.guvnor.tools.feature" />
- <feature id="org.mozilla.xulrunner.feature" />
- <feature id="org.mozilla.xpcom.feature" />
+ <feature id="org.drools.eclipse.feature"/>
+ <feature id="org.drools.eclipse.task.feature"/>
+ <feature id="org.guvnor.tools.feature"/>
+ <feature id="org.mozilla.xulrunner.feature"/>
+ <feature id="org.mozilla.xpcom.feature"/>
</includeBundles>
- <targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6" />
-</target>
+ <targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+</target>
\ No newline at end of file
14 years, 5 months
JBoss Tools SVN: r25359 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-09-30 17:28:49 -0400 (Thu, 30 Sep 2010)
New Revision: 25359
Added:
trunk/build/target-platform/contentXml2artifactVersions.xsl
trunk/build/target-platform/target2targetTemplate.xsl
trunk/build/target-platform/targetUpdateFromRepo.xml
Log:
https://jira.jboss.org/browse/JBIDE-6756 tooling to update a .target file to include newer IUs based on a local repo
Added: trunk/build/target-platform/contentXml2artifactVersions.xsl
===================================================================
--- trunk/build/target-platform/contentXml2artifactVersions.xsl (rev 0)
+++ trunk/build/target-platform/contentXml2artifactVersions.xsl 2010-09-30 21:28:49 UTC (rev 25359)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+<!--
+ This XSLT is used by targetUpdateFromRepo.xml to update the versions on IUs in a .target file
+ CAUTION: do not auto-format this file or line breaks will appear where they should not be!
+-->
+<xsl:output method="text" indent="no" encoding="UTF-8" version="1.0" />
+<xsl:template match="repository">
+<xsl:apply-templates select="//unit" />
+</xsl:template>
+<xsl:template match="//unit"><xsl:value-of select="@id" />.version=<xsl:value-of select="@version" />
+#
+</xsl:template>
+</xsl:stylesheet>
Property changes on: trunk/build/target-platform/contentXml2artifactVersions.xsl
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/build/target-platform/target2targetTemplate.xsl
===================================================================
--- trunk/build/target-platform/target2targetTemplate.xsl (rev 0)
+++ trunk/build/target-platform/target2targetTemplate.xsl 2010-09-30 21:28:49 UTC (rev 25359)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+<!--
+ This XSLT is used by targetUpdateFromRepo.xml to update the versions on IUs in a .target file
+ CAUTION: do not auto-format this file or line breaks will appear where they should not be!
+-->
+
+<!-- Copy unit nodes and templatize their version attributes -->
+<xsl:template match="unit">
+<unit id="{@id}" version="${{{(a)id}.version}}">
+<xsl:apply-templates/>
+</unit>
+</xsl:template>
+
+<!-- Copy everything else unchanged -->
+<xsl:template match="@*|node()">
+<xsl:copy>
+<xsl:apply-templates select="@*|node()"/>
+</xsl:copy>
+</xsl:template>
+
+</xsl:stylesheet>
\ No newline at end of file
Property changes on: trunk/build/target-platform/target2targetTemplate.xsl
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/build/target-platform/targetUpdateFromRepo.xml
===================================================================
--- trunk/build/target-platform/targetUpdateFromRepo.xml (rev 0)
+++ trunk/build/target-platform/targetUpdateFromRepo.xml 2010-09-30 21:28:49 UTC (rev 25359)
@@ -0,0 +1,49 @@
+<project default="custom.build" name="jbosstools target platform pom.xml + site.xml generator">
+ <property name="tmpDir" value="${java.io.tmpdir}/targetUpdateFromRepo" />
+ <property name="targetFile" value="e361-wtp322.target" />
+ <property name="repoDir" value="./REPO_SR1" />
+ <property name="outputDir" value="${basedir}" />
+ <!-- <property name="outputDir" value="${tmpDir}" /> -->
+
+ <target name="custom.build" depends="check.content.xml, get.content.xml, copy.content.xml, contentXml2artifactVersions.xsl, target2targetTemplate.xsl, updateTargetFile, cleanup" />
+
+ <target name="check.content.xml" description="if content.jar, unpack to get content.xml">
+ <condition property="content.xml.exists" value="true">
+ <available file="${repoDir}/content.xml" />
+ </condition>
+ </target>
+ <target name="get.content.xml" unless="content.xml.exists">
+ <echo level="verbose">Unzip ${tmpDir}/content.xml</echo>
+ <unzip src="${repoDir}/content.jar" dest="${tmpDir}" />
+ </target>
+ <target name="copy.content.xml" if="content.xml.exists">
+ <echo level="verbose">Copy ${tmpDir}/content.xml</echo>
+ <copy file="${repoDir}/content.xml" todir="${tmpDir}" />
+ </target>
+
+ <target name="contentXml2artifactVersions.xsl">
+ <echo level="verbose">Generate ${tmpDir}/artifactVersions.properties</echo>
+ <xslt style="contentXml2artifactVersions.xsl" in="${tmpDir}/content.xml" out="${tmpDir}/artifactVersions.properties" processor="trax" />
+ </target>
+
+ <target name="target2targetTemplate.xsl" description="run target2targetTemplate.xsl to templatize .target file">
+ <echo level="verbose">Generate ${tmpDir}/${targetFile}.template</echo>
+ <xslt style="target2targetTemplate.xsl" in="${targetFile}" out="${tmpDir}/${targetFile}.template" processor="trax" />
+ </target>
+
+ <target name="updateTargetFile">
+ <property file="${tmpDir}/artifactVersions.properties" />
+ <copy todir="${outputDir}" overwrite="true">
+ <fileset file="${tmpDir}/${targetFile}.template" />
+ <mapper type="merge" to="${targetFile}" />
+ <filterchain>
+ <expandproperties />
+ </filterchain>
+ </copy>
+ </target>
+
+ <target name="cleanup">
+ <delete dir="${tmpDir}" includeemptydirs="true" quiet="true" />
+ </target>
+
+</project>
Property changes on: trunk/build/target-platform/targetUpdateFromRepo.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
14 years, 5 months
JBoss Tools SVN: r25358 - trunk/deltacloud/features/org.jboss.tools.deltacloud.feature.
by jbosstools-commits@lists.jboss.org
Author: jjohnstn
Date: 2010-09-30 16:53:39 -0400 (Thu, 30 Sep 2010)
New Revision: 25358
Modified:
trunk/deltacloud/features/org.jboss.tools.deltacloud.feature/ChangeLog
trunk/deltacloud/features/org.jboss.tools.deltacloud.feature/feature.xml
Log:
2010-09-30 Jeff Johnston <jjohnstn(a)redhat.com>
* feature.xml: Bump up to 0.0.2 and add docs plug-in.
Modified: trunk/deltacloud/features/org.jboss.tools.deltacloud.feature/ChangeLog
===================================================================
--- trunk/deltacloud/features/org.jboss.tools.deltacloud.feature/ChangeLog 2010-09-30 20:52:21 UTC (rev 25357)
+++ trunk/deltacloud/features/org.jboss.tools.deltacloud.feature/ChangeLog 2010-09-30 20:53:39 UTC (rev 25358)
@@ -1,3 +1,7 @@
+2010-09-30 Jeff Johnston <jjohnstn(a)redhat.com>
+
+ * feature.xml: Bump up to 0.0.2 and add docs plug-in.
+
2010-07-23 Jeff Johnston <jjohnstn(a)redhat.com>
* .project: New file.
Modified: trunk/deltacloud/features/org.jboss.tools.deltacloud.feature/feature.xml
===================================================================
--- trunk/deltacloud/features/org.jboss.tools.deltacloud.feature/feature.xml 2010-09-30 20:52:21 UTC (rev 25357)
+++ trunk/deltacloud/features/org.jboss.tools.deltacloud.feature/feature.xml 2010-09-30 20:53:39 UTC (rev 25358)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.deltacloud.feature"
label="%featureName"
- version="0.0.1.qualifier"
+ version="0.0.2.qualifier"
provider-name="%providerName">
<description>
@@ -36,4 +36,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.jboss.tools.deltacloud_docs"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>
14 years, 5 months
JBoss Tools SVN: r25357 - in trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs: .settings and 12 other directories.
by jbosstools-commits@lists.jboss.org
Author: jjohnstn
Date: 2010-09-30 16:52:21 -0400 (Thu, 30 Sep 2010)
New Revision: 25357
Added:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/.classpath
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/.project
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/.settings/
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/.settings/org.eclipse.jdt.core.prefs
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/ChangeLog
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/META-INF/
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/META-INF/MANIFEST.MF
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/README.txt
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/about.html
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/build-helper.xml
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/build.properties
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/doc/
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/doc/notices.html
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/extract-markup.xsl
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/plugin.properties
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/plugin.xml
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/src/
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/src/org/
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/src/org/jboss/
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/src/org/jboss/tools/
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/src/org/jboss/tools/internal/
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/src/org/jboss/tools/internal/deltacloud/
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/src/org/jboss/tools/internal/deltacloud/doc/
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/src/org/jboss/tools/internal/deltacloud/doc/anttask/
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/src/org/jboss/tools/internal/deltacloud/doc/anttask/MediaWikiImageFetcher.java
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/src/org/jboss/tools/internal/deltacloud/doc/anttask/tasks.properties
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/tmp/
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/toc.xml
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/deltacloud.html
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/bgpreferences.png
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/cloudconnection.png
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/createInstance.png
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/createkey.png
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/imagesview.png
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/instancesview.png
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/managekeys.png
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/rsecloud.png
Log:
2010-09-30 Jeff Johnston <jjohnstn(a)redhat.com>
* Initial check-in.
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/.classpath
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/.classpath (rev 0)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/.classpath 2010-09-30 20:52:21 UTC (rev 25357)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/.project
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/.project (rev 0)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/.project 2010-09-30 20:52:21 UTC (rev 25357)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.deltacloud-docs</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/.settings/org.eclipse.jdt.core.prefs (rev 0)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/.settings/org.eclipse.jdt.core.prefs 2010-09-30 20:52:21 UTC (rev 25357)
@@ -0,0 +1,8 @@
+#Wed Sep 29 15:45:55 EDT 2010
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/ChangeLog
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/ChangeLog (rev 0)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/ChangeLog 2010-09-30 20:52:21 UTC (rev 25357)
@@ -0,0 +1,3 @@
+2010-09-30 Jeff Johnston <jjohnstn(a)redhat.com>
+
+ * Initial check-in.
\ No newline at end of file
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/META-INF/MANIFEST.MF
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/META-INF/MANIFEST.MF (rev 0)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/META-INF/MANIFEST.MF 2010-09-30 20:52:21 UTC (rev 25357)
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Deltacloud_docs
+Bundle-SymbolicName: org.jboss.tools.deltacloud_docs; singleton:=true
+Bundle-Version: 0.0.1.qualifier
+Bundle-Vendor: Red Hat Inc.
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Require-Bundle: org.apache.ant;bundle-version="1.7.1",
+ org.eclipse.help;bundle-version="3.4.1"
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/README.txt
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/README.txt (rev 0)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/README.txt 2010-09-30 20:52:21 UTC (rev 25357)
@@ -0,0 +1,20 @@
+This plug-in currently has a manually edited html file userguide/deltacloud.html
+initially based upon the Wiki documentation found at:
+
+http://community.jboss.org/wiki/DeltaCloudTools001UserGuide.
+
+Ideally, this plug-in should use the Wiki to create the help docs via the
+build-helper.xml file. The build-helper.xml file in this project is not
+correct for accessing the JBoss wiki, nor likely is the MediaWikiImageFetcher
+which is for accessing a mediaWiki page. JBoss Tools uses Confluence instead.
+The build-helper.xml file requires changes so it will work with JBoss Tools and
+should be modified to not refer to mediaWiki ant tasks.
+
+The mylyn wikitext confluence plug-ins would need to be checked out locally
+to make its ant tasks available and the build-helper.xml file would need to
+reference these tasks as appropriate. Apparently, there are tasks for mediaWiki
+that don't have corresponding tasks set up in the Confluence plug-ins.
+
+The rewrite to use mylyn wikitext is a future work item that will be done as
+time permits. For the time-being, edit the userguide/deltacloud.html file and
+change the toc.xml file as new headings are added or removed.
\ No newline at end of file
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/about.html
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/about.html (rev 0)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/about.html 2010-09-30 20:52:21 UTC (rev 25357)
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 5, 2006</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, "Program" will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party ("Redistributor") and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/build-helper.xml
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/build-helper.xml (rev 0)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/build-helper.xml 2010-09-30 20:52:21 UTC (rev 25357)
@@ -0,0 +1,136 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="org.jboss.tools.deltacloud.docs" default="all">
+ <description>
+ Generate Eclipse help content for the Linux Tools deltacloud user guide
+ </description>
+
+ <property name="deltacloud.help.doc.url.base" value="http://community.jboss.org"/>
+ <property name="deltacloud.wiki.url.base" value="${deltacloud.help.doc.url.base}/wiki"/>
+ <property name="imageFolder" value="images"/>
+
+ <path id="tasks.classpath" path="bin"/>
+ <path id="wikitext.tasks.classpath">
+ <pathelement location="../org.eclipse.mylyn.wikitext.core/@dot"/>
+ <pathelement location="../org.eclipse.mylyn.wikitext.core/bin"/>
+ <pathelement location="../org.eclipse.mylyn.wikitext.mediawiki.core/@dot"/>
+ <pathelement location="../org.eclipse.mylyn.wikitext.mediawiki.core/bin"/>
+ </path>
+
+ <taskdef classpathref="tasks.classpath" resource="org/jboss/tools/internal/deltacloud/doc/anttask/tasks.properties"/>
+ <taskdef classpathref="wikitext.tasks.classpath" resource="org/eclipse/mylyn/wikitext/core/util/anttask/tasks.properties"/>
+
+ <target name="init">
+ <mkdir dir="tmp"/>
+ </target>
+
+ <target name="clean" depends="init">
+ <delete includeemptydirs="true" failonerror="false">
+ <fileset dir="tmp"/>
+ </delete>
+ </target>
+
+ <target name="all" depends="init" description="Generate Eclipse help content for the Linux Tools deltacloud user guide">
+ <eclipse-wiki-to-help
+ help.doc.filenamenoextension="Deltacloud Plugins User Guide"
+ help.doc.url.base="${deltacloud.help.doc.url.base}"
+ help.doc.url.html="${deltacloud.wiki.url.base}/DeltaCloudTools001UserGuide"
+ help.doc.url.xml="${deltacloud.help.doc.url.base}/Special:Export/wiki/DeltaCloudTools001UserGuide"
+ help.imagefolder="${imageFolder}"
+ targetfolder="userguide"
+ wiki.url.base="${deltacloud.help.doc.url.base}/wiki"/>
+ </target>
+
+ <macrodef name="eclipse-wiki-to-help">
+ <attribute name="help.doc.url.base"/>
+ <attribute name="wiki.url.base"/>
+ <attribute name="help.doc.url.html"/>
+ <attribute name="help.doc.url.xml"/>
+ <attribute name="help.doc.filenameNoExtension"/>
+ <attribute name="help.imageFolder"/>
+ <attribute name="targetFolder"/>
+ <sequential>
+ <get dest="tmp/help.doc.xml" src="@{help.doc.url.xml}"/>
+ <get dest="tmp/help.doc.html" src="@{help.doc.url.html}"/>
+
+ <!--
+ <copy todir="tmp">
+ <fileset dir="images"/>
+ </copy>
+ -->
+ <mediawiki-fetch-images src="tmp/help.doc.html" dest="tmp" base="@{help.doc.url.base}"/>
+
+ <xslt style="extract-markup.xsl" in="tmp/help.doc.xml" out="tmp/(a){help.doc.filenameNoExtension}.mediawiki"/>
+ <echo append="true" file="tmp/(a){help.doc.filenameNoExtension}.mediawiki">
+
+= Updating This Document =
+
+This document is maintained in a collaborative wiki. If you wish to update or modify this document please visit
+(a){help.doc.url.html}
+ </echo>
+
+ <!-- Removing Phoenix extensions -->
+ <replaceregexp match="\{\{\#eclipseproject.*" replace="" flags="g" byline="true">
+ <fileset dir="tmp" includes="**/*.mediawiki"/>
+ </replaceregexp>
+
+ <wikitext-to-eclipse-help markupLanguage="org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage"
+ multipleOutputFiles="true"
+ navigationImages="true"
+ helpPrefix="@{targetFolder}"
+ internallinkpattern="@{wiki.url.base}/{0}"
+ validate="true"
+ failonvalidationerror="true"
+ prependImagePrefix="${imageFolder}"
+ formatoutput="true">
+ <fileset dir="tmp" includes="**/*.mediawiki"/>
+ <stylesheet url="book.css"/>
+ </wikitext-to-eclipse-help>
+
+ <mkdir dir="@{targetFolder}/${imageFolder}"/>
+ <copy todir="@{targetFolder}/${imageFolder}" overwrite="true">
+ <fileset dir="tmp">
+ <include name="*.gif"/>
+ <include name="*.png"/>
+ </fileset>
+ </copy>
+ <copy todir="@{targetFolder}" overwrite="true">
+ <fileset dir="tmp">
+ <include name="*.html"/>
+ <include name="*toc.xml"/>
+ <exclude name="help.doc.html"/>
+ </fileset>
+ </copy>
+ <antcall target="test"/>
+ </sequential>
+ </macrodef>
+
+
+ <target name="test" depends="init" description="verify that all of the HTML files are well-formed XML">
+ <echo level="info">
+Validating help content XML and HTML files: The Eclipse help system expects well-formed XML
+
+If validation fails it is because either:
+
+* the userguide source code is poorly formed, or
+* the WikiText MediaWiki parser has a bug
+
+Problems with userguide source are usually caused by improper use of HTML markup in the MediaWiki source,
+or inadvertently starting a line with a space character (in MediaWiki this starts a preformatted block)
+ </echo>
+
+ <!--
+ Don't bother with DTD validation: we only care if the files are well-formed.
+ We therefore provide an empty DTD
+ -->
+ <echo file="tmp/__empty.dtd" message=""/>
+ <xmlvalidate lenient="true">
+ <fileset dir="userguide">
+ <include name="**/*.xml"/>
+ </fileset>
+ <fileset dir="userguide">
+ <include name="**/*.html"/>
+ </fileset>
+ <dtd publicid="-//W3C//DTD XHTML 1.0 Transitional//EN" location="${basedir}/tmp/__empty.dtd"/>
+ </xmlvalidate>
+ </target>
+</project>
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/build.properties
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/build.properties (rev 0)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/build.properties 2010-09-30 20:52:21 UTC (rev 25357)
@@ -0,0 +1,8 @@
+source.. = src/
+output.. = bin/
+bin.includes = plugin.xml,\
+ META-INF/,\
+ .,\
+ toc.xml,\
+ userguide/,\
+ plugin.properties
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/doc/notices.html
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/doc/notices.html (rev 0)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/doc/notices.html 2010-09-30 20:52:21 UTC (rev 25357)
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+
+<meta name="copyright" content="© Copyright 2010 Eclipse Linux Tools project committers and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css">
+ <title>Legal Notices</title>
+</head>
+<body>
+
+<h3>
+<a NAME="Notices"></a>Notices</h3>
+<p>
+The material in this guide is © Copyright 2010 Eclipse Linux Tools project committers and others.
+</p>
+<p>
+<a href="../about.html">Terms and conditions regarding the use of this guide.</a>
+</p>
+</body>
+</html>
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/extract-markup.xsl
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/extract-markup.xsl (rev 0)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/extract-markup.xsl 2010-09-30 20:52:21 UTC (rev 25357)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:mw="http://www.mediawiki.org/xml/export-0.3/">
+ <xsl:output method="text"/>
+
+ <xsl:template match="/">
+ <xsl:value-of select="//mw:text"/>
+ </xsl:template>
+</xsl:stylesheet>
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/plugin.properties
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/plugin.properties (rev 0)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/plugin.properties 2010-09-30 20:52:21 UTC (rev 25357)
@@ -0,0 +1,2 @@
+Help.category=DeltaCloud Tools
+Help.userguide=User Guide
\ No newline at end of file
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/plugin.xml
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/plugin.xml (rev 0)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/plugin.xml 2010-09-30 20:52:21 UTC (rev 25357)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+
+ <extension
+ point="org.eclipse.help.toc">
+ <toc
+ file="toc.xml"
+ primary="true">
+ </toc>
+ </extension>
+
+</plugin>
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/src/org/jboss/tools/internal/deltacloud/doc/anttask/MediaWikiImageFetcher.java
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/src/org/jboss/tools/internal/deltacloud/doc/anttask/MediaWikiImageFetcher.java (rev 0)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/src/org/jboss/tools/internal/deltacloud/doc/anttask/MediaWikiImageFetcher.java 2010-09-30 20:52:21 UTC (rev 25357)
@@ -0,0 +1,150 @@
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 David Green and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * David Green - initial API and implementation
+ *
+ * Re-namespaced 2009-04-14 without changes from org.eclipse.mylyn.help.ui.
+ *******************************************************************************/
+
+package org.jboss.tools.internal.deltacloud.doc.anttask;
+
+import java.io.BufferedReader;
+import java.io.File;
+import java.io.FileReader;
+import java.io.IOException;
+import java.io.Reader;
+import java.net.MalformedURLException;
+import java.net.URL;
+import java.util.regex.Matcher;
+import java.util.regex.Pattern;
+
+import org.apache.tools.ant.BuildException;
+import org.apache.tools.ant.Project;
+import org.apache.tools.ant.Task;
+import org.apache.tools.ant.taskdefs.Get;
+
+
+/**
+ * Fetch images from a MediaWiki-generated HTML page source
+ *
+ * @author David Green
+ */
+public class MediaWikiImageFetcher extends Task {
+
+ private String base;
+
+ private File dest;
+
+ private File src;
+
+ @Override
+ public void execute() throws BuildException {
+ if (dest == null) {
+ throw new BuildException("Must specify @dest"); //$NON-NLS-1$
+ }
+ if (!dest.exists()) {
+ throw new BuildException("@dest does not exist: " + dest); //$NON-NLS-1$
+ }
+ if (!dest.isDirectory()) {
+ throw new BuildException("@dest is not a directory: " + dest); //$NON-NLS-1$
+ }
+ if (src == null) {
+ throw new BuildException("Must specify @src"); //$NON-NLS-1$
+ }
+ if (!src.exists()) {
+ throw new BuildException("@src does not exist: " + src); //$NON-NLS-1$
+ }
+ if (!src.isFile()) {
+ throw new BuildException("@src is not a file: " + src); //$NON-NLS-1$
+ }
+ if (base == null) {
+ throw new BuildException("Must specify @base"); //$NON-NLS-1$
+ }
+ if (base.endsWith("/")) { //$NON-NLS-1$
+ base = base.substring(0, base.length() - 1);
+ }
+ Pattern fragmentUrlPattern = Pattern.compile("src=\"([^\"]+)\""); //$NON-NLS-1$
+ Pattern imagePattern = Pattern.compile("alt=\"Image:([^\"]*)\"([^>]+)", Pattern.MULTILINE); //$NON-NLS-1$
+ String htmlSrc;
+ try {
+ htmlSrc = readSrc();
+ } catch (IOException e) {
+ throw new BuildException("Cannot read src: " + src + ": " + e.getMessage(), e); //$NON-NLS-1$ //$NON-NLS-2$
+ }
+ log("Parsing " + src, Project.MSG_INFO); //$NON-NLS-1$
+ int fileCount = 0;
+ Matcher imagePatternMatcher = imagePattern.matcher(htmlSrc);
+ while (imagePatternMatcher.find()) {
+ String alt = imagePatternMatcher.group(1);
+ String imageFragment = imagePatternMatcher.group(2);
+ if (imageFragment != null) {
+ Matcher fragmentUrlMatcher = fragmentUrlPattern.matcher(imageFragment);
+ if (fragmentUrlMatcher.find()) {
+ String url = fragmentUrlMatcher.group(1);
+ String qualifiedUrl = base + url;
+ log("Fetching " + qualifiedUrl, Project.MSG_INFO); //$NON-NLS-1$
+ Get get = new Get();
+ get.setProject(getProject());
+ get.setLocation(getLocation());
+ try {
+ get.setSrc(new URL(qualifiedUrl));
+ } catch (MalformedURLException e) {
+ log("Skipping " + url + ": " + e.getMessage(), Project.MSG_WARN); //$NON-NLS-1$ //$NON-NLS-2$
+ continue;
+ }
+ // note: we use the alt text for the name since for some files there is a case-difference between
+ // the server URL and the text used in the image src of the markup
+ String name = alt == null ? url.substring(url.lastIndexOf('/')) : alt;
+ get.setDest(new File(dest, name));
+ get.execute();
+ ++fileCount;
+ }
+ }
+ }
+ log("Fetched " + fileCount + " image files for " + src, Project.MSG_INFO); //$NON-NLS-1$ //$NON-NLS-2$
+ }
+
+ public String getBase() {
+ return base;
+ }
+
+ public File getDest() {
+ return dest;
+ }
+
+ public File getSrc() {
+ return src;
+ }
+
+ private String readSrc() throws IOException {
+ StringBuilder buf = new StringBuilder((int) src.length());
+ Reader reader = new BufferedReader(new FileReader(src));
+ try {
+ int i;
+ while ((i = reader.read()) != -1) {
+ buf.append((char) i);
+ }
+ } finally {
+ reader.close();
+ }
+ return buf.toString();
+ }
+
+ public void setBase(String base) {
+ this.base = base;
+ }
+
+ public void setDest(File dest) {
+ this.dest = dest;
+ }
+
+ public void setSrc(File src) {
+ this.src = src;
+ }
+
+}
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/src/org/jboss/tools/internal/deltacloud/doc/anttask/tasks.properties
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/src/org/jboss/tools/internal/deltacloud/doc/anttask/tasks.properties (rev 0)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/src/org/jboss/tools/internal/deltacloud/doc/anttask/tasks.properties 2010-09-30 20:52:21 UTC (rev 25357)
@@ -0,0 +1 @@
+mediawiki-fetch-images=org.jboss.tools.internal.deltacloud.doc.anttask.MediaWikiImageFetcher
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/toc.xml
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/toc.xml (rev 0)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/toc.xml 2010-09-30 20:52:21 UTC (rev 25357)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
+
+<toc label="DeltaCloud Tools User-Guide" topic="userguide/deltacloud.html">
+ <topic label="Introduction" href="userguide/deltacloud.html#Introduction">
+ </topic>
+ <topic href="userguide/deltacloud.html#Connecting" label="Connecting to a DeltaCloud Server">
+ </topic>
+ <topic href="userguide/deltacloud.html#CloudViewer" label="Cloud Viewer">
+ </topic>
+ <topic href="userguide/deltacloud.html#CreateInstance" label="Creating an Instance">
+ </topic>
+ <topic href="userguide/deltacloud.html#InstancesView" label="Instances View">
+ </topic>
+ <topic href="userguide/deltacloud.html#RSEPerspective" label="RSE Perspective">
+ </topic>
+ <topic href="userguide/deltacloud.html#ImagesView" label="Images View">
+ </topic>
+ <topic href="userguide/deltacloud.html#ManageKeys" label="Manage Keys">
+ </topic>
+</toc>
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/deltacloud.html
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/deltacloud.html (rev 0)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/deltacloud.html 2010-09-30 20:52:21 UTC (rev 25357)
@@ -0,0 +1,190 @@
+<?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <title>DeltaCloud Tools User Guide</title>
+ <link type="text/css" rel="stylesheet" href="book.css"/>
+ </head>
+<body>
+<h1>DeltaCloud Tools User Guide</h1>
+<a name="Introduction"></a>
+<h2 id="Introduction">Introduction</h2>
+<p>
+The DeltaCloud Tools provides a set of Eclipse plug-ins to manage clouds via one or more DeltaCloud servers. The plug-ins use a REST interface to communicate with the DeltaCloud server which in turn communicates with a remote cloud.</p>
+<p>
+Each DeltaCloud server is started outside of Eclipse via the deltacloudd command and specifies the type of cloud it is accessing and the port one must communicate with. For example,
+</p>
+<example>
+deltacloudd -i ec2 -p 3002
+</example>
+<p>
+will start a server that will talk to an Amazon EC2 cloud and is accessed via port 3002 on the localhost. By default, the DeltaCloud server will listen on port 3001. It should be noted that the DeltaCloud server does not support ssh encryption so it is recommended that the server be run on the localhost or else behind a proxy such as is described
+<a href="http://httpd.apache.org/docs/2.0/mod/mod_proxy.html">here</a>. This is recommended due to the fact that a userid and password is communicated with the server for accessing the cloud.</p>
+<p>
+Under Eclipse, the DeltaCloud Tools has its own perspective which includes 4 views which will be discussed in more detail later:
+<ul>
+<li>Cloud View - tree view for displaying cloud connections to DeltaCloud servers</li>
+<li>Instances View - for displaying instances of a particular cloud connection</li>
+<li>Images View - for displaying images of a particular cloud connection</li>
+<li>Properties View - general Eclipse view which displays properties of selected items in Cloud View</li>
+</ul>
+</p>
+<p>
+Each view may be brought directly via <noformat>Windows->Show View</noformat> or the entire perspective may be brought up via <noformat>Windows->Show Perspective->Other...->Delta Cloud</noformat></p>
+
+<a name="Connecting"></a>
+<h2 id="Connecting to a DeltaCloud Server">Connecting to a DeltaCloud Server</h2>
+<p>
+To start accessing a cloud from Eclipse, select <noformat>File->New->Other...->Delta Cloud</noformat> and hit the Next button.</p>
+<p>
+This brings up the Cloud Connection dialog:</p>
+
+<img border="0" src="images/cloudconnection.png"/>
+
+<p>
+The following fields are described:
+<ul>
+<li>Name - the name you wish to assign the connection. This must be a unique name.</li>
+<li>URL - the URL of the deltacloud server to use. The server should already be started externally. If the URL is invalid or does not point to an existing server, this is noted by the dialog.</li>
+<li>Type - this field is filled in based upon the -i argument passed to the DeltaCloud server referenced.</li>
+<li>Username - the username used to access the cloud. For EC2, this is the Access Id. Details regarding the EC2 access id can be found at:
+<a href="https://console.aws.amazon.com/ec2/home">https://console.aws.amazon.com/ec2/home</a>.</li>
+<li>Password - the password used to access the cloud. For EC2, this is the Access Secret Key. Details regarding the EC2 access key can be found at:
+<a href="https://console.aws.amazon.com/ec2/home">https://console.aws.amazon.com/ec2/home</a>.</li>
+</ul>
+</p>
+<p>
+When the URL, username, and password fields are filled in appropriately, you may press the Test button to verify if the values are valid for accessing the cloud.</p>
+<p>
+After all fields are filled in and the URL is valid, the Finish button can be pressed to complete the creation process.</p>
+<p>
+The values can be edited in the future if necessary from the Cloud View and this described later in this document. Editing the connection is useful if the password was misentered or one wishes to use a different username/password combination or the server URL changes.
+The connection is stored securely across an Eclipse session so reentering the data is not required if using an equivalent server instantiation (i.e. cloud type and URL are the same).</p>
+
+<a name="CloudViewer"></a>
+<h2 id="Cloud Viewer">Cloud Viewer</h2>
+<p>
+The Cloud Viewer shows the various cloud connections created in a Tree view format. Cloud connections have Instances and Images as children. The following shows an example of the Cloud View with two connections:</p>
+
+
+<img border="0" src="images/cloudconnection.png"/>
+
+<p>
+This example also demonstrates the Properties View. The Properties viewer will show properties details for any object selected in the Cloud Viewer. In this particular instance, it is showing the properties of the cloud connection named "Red Hat Cloud". Note that the properties are read-only in the viewer. If instead an Instance or Image is selected in the tree view, appropriate details are provided for the Instance or Image specified.</p>
+<p>
+If a Cloud Connection is selected and right-clicked, a menu pops up that allows one to "Edit Connection" or to "Disconnect Cloud". Both actions are obvious. The Edit Connection menu-item brings up the Cloud Connection Dialog with all the current values filled in (including password hidden from view). When the edit is complete, selecting Finish changes the values. To abort, select Cancel.</p>
+
+
+<a name="CreateInstance"></a>
+<h2 id="Creating an Instance">Creating an Instance</h2>
+<p>
+An Instance is a running system based upon an Image. One way to think about this is that an Image is a template whereas an Instance is an instantiation of the template. To launch an Instance, open up the tree view such that the desired Image to base upon is shown. Select the Image and right-click on it. This will bring up a popup menu which includes "Launch Instance". Clicking on this menu item causes the Launch Instance dialog to appear.</p>
+
+
+
+<img border="0" src="images/createInstance.png"/>
+
+<p>
+The dialog contains a number of fields to fill in:
+<ul>
+<li>Name - name you wish to give the Instance. It should be noted that for Amazon EC2 clouds, this name is ignored and the name of the Image will be used instead. It is possible to have multiple Instances with the same name.* Image - filled in based on the Image you chose to invoke this dialog for</li>
+<li>Architecture - filled in with the architecture for the Image chosen</li>
+<li>Realm - a list of available realms (locations) to launch the Instance</li>
+<li>Key name - the name of an existing key file to use when creating the Instance. This is required to access the Instance remotely such as through Remote System Explorer in Eclilpse. Keys can be created or deleted via the Manage Keys dialog which is invoked by pressing the Manage button. A key may be reused and by default, the last key used will be filled in for the dialog so that you may set up one key and not have to do so again. Note that the key field will not appear for a mock cloud which doesn't use require or use keys.</li>
+<li>Hardware Profile - a set of available hardware profiles for the Image. When one is selected, this may bring up additional options such as the number of cpus, the amount of memory, or the disk storage available to the Instance. Some of these values may be preset or will restrict the setting to a limited set or a range.</li>
+</ul>
+</p>
+<p>
+Once the dialog is filled in, select Finish to complete the creation of the Instance. A confirmation dialog is brought up to ensure the user wants to launch the Instance and perhaps start paying money. This confirmation dialog has the option of never showing again and this can be modified later in the DeltaCloud preferences found via <noformat>Window-:>Preferences->Delta Cloud</noformat>.
+The Instance will appear in the Cloud Viewer for its parent Cloud Connection. It should be noted that an Instance begins its life in Pending state. This is due to the fact that starting of an Instance takes some time. The state of the Instance can be found in the Properties View. The Instance will also appear in the Instances View which we will discuss next.</p>
+
+<a name="InstancesView"></a>
+<h2 id="Instances">Instances View</h2>
+<p>
+The Instances View shows all Instances for a specified Cloud Connection in a Table view format. Each row has columns detailing a separate Instance for the Cloud. The following shows the view:</p>
+
+
+<img border="0" src="images/instancesview.png"/>
+
+<p>
+At the top of the Instances View is a selector for the Cloud Connection. This will contain the list of known Cloud connections shown in the Cloud Viewer.</p>
+<p>
+The Instances View table contains:
+<ul>
+<li>Name - name of the Instance (note for EC2, this is not the name chosen in the Launch Instance dialog)</li>
+<li>ID - the unique Instance id</li>
+<li>State - the state of the Instance which can be one of: (RUNNING, STOPPED, TERMINATED)</li>
+<li>Public Hostname - for a running Instance, this is a URL that is used to connect to the Instance and access it</li>
+</ul>
+</p>
+<p>
+For each Instance (row) selected, right-clicking brings up a set of available actions. Actions are available only if pertinent to the current state of the Instance. The actions include:
+<ul>
+<li>Start - start a stopped Instance (in some cases, such as EC2, stopping an Instance results in termination and it cannot be restarted)</li>
+<li>Stop - stop a running Instance</li>
+<li>Reboot - reboot an Instance</li>
+<li>Destroy - stop and destroy an Instance (this is not always enabled, such as in the case of EC2 where stopping terminates the Instance)</li>
+<li>Show in Remote System Explorer - this action creates an SSL connection to the Instance using the key specified earlier in the Launch Instance dialog. Note: the key name corresponds to a file on the local system and this file must be placed on the list of private SSH2 keys prior to trying to connect to the Instance, otherwise the connection will fail. To make the key file accessible, go to <noformat>Window->Preferences->General->Network Connections->SSH2</noformat> and select the "Add Private Key" button.</li>
+</ul>
+</p>
+<p>
+The Start, Stop, Reboot, and Destroy actions are also available directly from the tool-bar of the view. Actions that are not applicable for the currently selected
+Instance are likewise disabled as they are when right-clicking.</p>
+<p>
+Actions requiring time may bring up a Progress Dialog which can be moved to the Background. If the Progress Dialog is desired to be in the Foreground again, this can be achieved by accessing the preference found at: <noformat>Windows->Preferences</noformat> and selecting General.</p>
+
+<img border="0" src="images/bgpreferences.png"/>
+
+<a name="RSEPerspective"></a>
+<h2 id="RSE Perspective">RSE Perspective</h2>
+<p>
+The Remote System Explorer perspective can be accessed by going to <noformat>Windows->Show Perspectives</noformat></p>
+<p>
+The Eclipse RSE perspective allows one to access files on the remote Instance and to modify them, if desired. The following image shows a remote file being accessed:
+
+<img border="0" src="images/rsecloud.png"/>
+</p>
+<p>
+Note how the file system can be accessed via the Sftp Files node in the Remote Systems tree view. In this example, the remote fstab file has been selected and shows in the editor. It can be edited and saved just as if it was a local file.</p>
+<p>
+For more details on Remote System Explorer, see <a href="http://dsdp.eclipse.org/help/latest/index.jsp?topic=/org.eclipse.rse.doc....">here</a> or consult <noformat>Help->Help Contents</noformat> for your Eclipse session.</p>
+
+<a name="ImagesView"></a>
+<h2 id="Images View">Images View</h2>
+<p>
+The Images View is similiar to the Instances View in that it is a Table view of the Images of a particular Cloud connection. Each row details information about an Image in the Cloud. The following demonstrates:</p>
+
+<img border="0" src="images/imagesview.png"/>
+
+<p>
+Like the Instances View, the Cloud connection to use is specified by the Select Cloud drop-down. For a selected Image (row), right-clicking allows one to Launch Instance. This is identical to performing the action from the Cloud Viewer and this brings up the Launch Instance dialog.</p>
+<p>
+Each row contains details about the Images including:
+<ul>
+<li>Name - name of the Image</li>
+<li>ID - unique id of the Image</li>
+<li>Architecture - specified architecture for the Image</li>
+<li>Description - free form text that describes the Image</li>
+</ul>
+</p>
+
+<a name="ManageKeys"></a>
+<h2 id="Manage Keys">Manage Keys</h2>
+<p>
+The Manage Keys dialog is accessed via the Launch Instance dialog. This dialog allows one to Create and Delete key files as well as to select which key to use for the current Instance launch.</p>
+
+<img border="0" src="images/managekeys.png"/>
+
+<p>
+The Directory field is where key files are stored. To select a different directory, click on the Browse... button.</p>
+<p>
+To create a key, hit the "New..." button. This brings up a simple dialog:
+
+<img border="0" src="images/createkey.png"/>
+</p>
+<p>
+where the key name is entered. The name must be unique for the Cloud (i.e. not just the directory). When OK is pressed, the key file will be created in the specified directory chosen for the Manage Keys dialog.</p>
+<p>
+From there, a key file may be selected. If OK is pressed, the name of the file (minus the extension) is the key name used for the Launch Instance dialog. Alternatively, the selected key may be deleted by pressing the Delete button. A confirmation dialog will appear in this case to confirm or cancel the deletion. Deleting a key removes it from the Cloud and the name may be reused later.</p>
+</body>
+</html>
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/bgpreferences.png
===================================================================
(Binary files differ)
Property changes on: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/bgpreferences.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/cloudconnection.png
===================================================================
(Binary files differ)
Property changes on: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/cloudconnection.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/createInstance.png
===================================================================
(Binary files differ)
Property changes on: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/createInstance.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/createkey.png
===================================================================
(Binary files differ)
Property changes on: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/createkey.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/imagesview.png
===================================================================
(Binary files differ)
Property changes on: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/imagesview.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/instancesview.png
===================================================================
(Binary files differ)
Property changes on: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/instancesview.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/managekeys.png
===================================================================
(Binary files differ)
Property changes on: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/managekeys.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/rsecloud.png
===================================================================
(Binary files differ)
Property changes on: trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/userguide/images/rsecloud.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
14 years, 5 months
JBoss Tools SVN: r25356 - trunk/deltacloud/plugins.
by jbosstools-commits@lists.jboss.org
Author: jjohnstn
Date: 2010-09-30 16:50:48 -0400 (Thu, 30 Sep 2010)
New Revision: 25356
Added:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud-docs/
Log:
Initial import.
14 years, 5 months
JBoss Tools SVN: r25355 - in trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage: internal/preferences and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2010-09-30 15:47:05 -0400 (Thu, 30 Sep 2010)
New Revision: 25355
Modified:
trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/googleanalytics/IJBossToolsEclipseEnvironment.java
trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/preferences/PreferencesMessages.java
trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/preferences/UsageReportPreferencePage.java
trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/preferences/messages.properties
trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/reporting/JBossToolsEclipseEnvironment.java
Log:
[JBIDE-7229] linux distro info added to prefs page
Modified: trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/googleanalytics/IJBossToolsEclipseEnvironment.java
===================================================================
--- trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/googleanalytics/IJBossToolsEclipseEnvironment.java 2010-09-30 19:08:04 UTC (rev 25354)
+++ trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/googleanalytics/IJBossToolsEclipseEnvironment.java 2010-09-30 19:47:05 UTC (rev 25355)
@@ -19,4 +19,5 @@
public String getJBossToolsVersion();
+ public boolean isLinuxDistro();
}
Modified: trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/preferences/PreferencesMessages.java
===================================================================
--- trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/preferences/PreferencesMessages.java 2010-09-30 19:08:04 UTC (rev 25354)
+++ trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/preferences/PreferencesMessages.java 2010-09-30 19:47:05 UTC (rev 25355)
@@ -25,6 +25,7 @@
public static String UsageReportPreferencePage_NumberOfUsageHits;
public static String UsageReportPreferencePage_OperatingSystem;
public static String UsageReportPreferencePage_OperatingSystemVersion;
+ public static String UsageReportPreferencePage_LinuxDistro;
public static String UsageReportPreferencePage_ProductId;
public static String UsageReportPreferencePage_ProductOwner;
public static String UsageReportPreferencePage_ProductVersion;
Modified: trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/preferences/UsageReportPreferencePage.java
===================================================================
--- trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/preferences/UsageReportPreferencePage.java 2010-09-30 19:08:04 UTC (rev 25354)
+++ trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/preferences/UsageReportPreferencePage.java 2010-09-30 19:47:05 UTC (rev 25355)
@@ -87,6 +87,9 @@
appendLabeledValue(PreferencesMessages.UsageReportPreferencePage_OperatingSystem, eclipseUserAgent.getOS(), builder, styles);
appendLabeledValue(PreferencesMessages.UsageReportPreferencePage_OperatingSystemVersion, eclipseUserAgent.getOSVersion(), builder, styles);
+ if (eclipseEnvironment.isLinuxDistro()) {
+ appendLabeledValue(PreferencesMessages.UsageReportPreferencePage_LinuxDistro, eclipseEnvironment.getUserDefined(), builder, styles);
+ }
builder.append(StringUtils.getLineSeparator());
appendLabeledValue(PreferencesMessages.UsageReportPreferencePage_Locale, eclipseUserAgent.getBrowserLanguage(), builder, styles);
Modified: trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/preferences/messages.properties
===================================================================
--- trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/preferences/messages.properties 2010-09-30 19:08:04 UTC (rev 25354)
+++ trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/preferences/messages.properties 2010-09-30 19:47:05 UTC (rev 25355)
@@ -8,6 +8,7 @@
UsageReportPreferencePage_NumberOfUsageHits=Number of usage-hits\:
UsageReportPreferencePage_OperatingSystem=Operating system\:
UsageReportPreferencePage_OperatingSystemVersion=Operating system version\:
+UsageReportPreferencePage_LinuxDistro=Linux Distro\:
UsageReportPreferencePage_ProductId=Product id\:
UsageReportPreferencePage_ProductOwner=Product owner\:
UsageReportPreferencePage_ProductVersion=Product version\:
Modified: trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/reporting/JBossToolsEclipseEnvironment.java
===================================================================
--- trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/reporting/JBossToolsEclipseEnvironment.java 2010-09-30 19:08:04 UTC (rev 25354)
+++ trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/reporting/JBossToolsEclipseEnvironment.java 2010-09-30 19:47:05 UTC (rev 25355)
@@ -53,4 +53,8 @@
public String getJBossToolsVersion() {
return JBossToolsUsageActivator.getDefault().getBundle().getVersion().toString();
}
+
+ public boolean isLinuxDistro() {
+ return getLinuxDistroNameAndVersion() != null;
+ }
}
14 years, 5 months
JBoss Tools SVN: r25354 - trunk/download.jboss.org/jbosstools/examples.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-09-30 15:08:04 -0400 (Thu, 30 Sep 2010)
New Revision: 25354
Modified:
trunk/download.jboss.org/jbosstools/examples/project-examples-community-3...
Log:
./publishExample.sh https://anonsvn.jboss.org/repos/jbosstools/workspace/examples/project-exa...
Modified: trunk/download.jboss.org/jbosstools/examples/project-examples-community-3...
===================================================================
--- trunk/download.jboss.org/jbosstools/examples/project-examples-community-3... 2010-09-30 19:07:54 UTC (rev 25353)
+++ trunk/download.jboss.org/jbosstools/examples/project-examples-community-3... 2010-09-30 19:08:04 UTC (rev 25354)
@@ -162,6 +162,49 @@
<project>
<category>Seam</category>
+ <name>booking3-mavenized</name>
+ <included-projects>
+ booking,booking-ear,booking-ejb,booking-parent,booking-test
+ </included-projects>
+ <shortDescription>Seam Booking Example - EAR mavenized - Seam 2.1.1.GA</shortDescription>
+ <description>This example demonstrates the use of Seam in a Java EE 5 environment.
+Transaction and persistence context management is handled by the EJB container.
+It includes the booking, booking-ear, booking-ejb, booking-test and booking-parent projects.
+Requires JBoss EAP 4.3/JBoss AS 4.2.x, Seam 2.1, m2eclipse and testng plugins.
+</description>
+ <size>196608</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/seam-examples/...
+ </url>
+
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.43, org.jboss.ide.eclipse.as.runtime.42</property>
+ <property name="eclipse-projects">booking,booking-ejb,booking-ear</property>
+ <property name="description">This project example requires the JBoss EAP 4.3 or JBoss AS 4.2.x</property>
+ </fix>
+
+ <fix type="seam">
+ <property name="allowed-versions">2.1.0, 2.1.1, 2.1.2</property>
+ <property name="eclipse-projects">booking</property>
+ <property name="description">This project example requires Seam version 2.1</property>
+ </fix>
+ <fix type="plugin">
+ <property name="id">org.testng.eclipse</property>
+ <property name="versions">5.8.0, 5.9.0</property>
+ <property name="description">The TestNG plugin is required if you want to run Seam tests. You can install it using the following update site: http://beust.com/eclipse</property>
+ </fix>
+ <fix type="plugin">
+ <property name="id">org.maven.ide.eclipse.wtp</property>
+ <property name="versions">0.9.9, 0.10.0</property>
+ <property name="description">This project example requires m2eclipse. You can install it using the following update sites: http://m2eclipse.sonatype.org/sites/m2e and http://m2eclipse.sonatype.org/sites/m2e-extras</property>
+ </fix>
+
+ </fixes>
+ </project>
+
+ <project>
+ <category>Seam</category>
<name>booking3</name>
<included-projects>
booking,booking-ear,booking-ejb,booking-test
@@ -199,6 +242,51 @@
<project>
<category>Seam</category>
+
+ <name>booking2</name>
+ <included-projects>
+ booking,booking-ear,booking-ejb,booking-parent,booking-test
+ </included-projects>
+ <shortDescription>Seam Booking Example - EAR mavenized</shortDescription>
+ <description>This example demonstrates the use of Seam in a Java EE 5 environment.
+Transaction and persistence context management is handled by the EJB container.
+It includes the booking, booking-ear, booking-ejb,booking-test and booking-parent projects.
+Requires JBoss EAP 4.3/JBoss AS 4.2.x, Seam 2.0, m2eclipse and testng plugins.
+</description>
+ <size>203639</size>
+
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/seam-examples/...
+ </url>
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.43, org.jboss.ide.eclipse.as.runtime.42</property>
+ <property name="eclipse-projects">booking,booking-ejb,booking-ear</property>
+ <property name="description">This project example requires the JBoss EAP 4.3 or JBoss AS 4.2.x</property>
+ </fix>
+
+ <fix type="seam">
+ <property name="allowed-versions">2.0.0, 2.0.1, 2.0.2</property>
+ <property name="eclipse-projects">booking</property>
+ <property name="description">This project example requires Seam version 2.0</property>
+ </fix>
+ <fix type="plugin">
+ <property name="id">org.testng.eclipse</property>
+ <property name="versions">5.8.0, 5.9.0</property>
+ <property name="description">The TestNG plugin is required if you want to run Seam tests. You can install it using the following update site: http://beust.com/eclipse</property>
+ </fix>
+
+ <fix type="plugin">
+ <property name="id">org.maven.ide.eclipse.wtp</property>
+ <property name="versions">0.9.9, 0.10.0</property>
+ <property name="description">This project example requires m2eclipse. You can install it using the following update sites: http://m2eclipse.sonatype.org/sites/m2e and http://m2eclipse.sonatype.org/sites/m2e-extras</property>
+ </fix>
+
+ </fixes>
+ </project>
+
+ <project>
+ <category>Seam</category>
<name>booking22</name>
<included-projects>
booking22,booking22-ear,booking22-ejb,booking22-test
@@ -839,4 +927,33 @@
</fix>
</fixes>
</project>
+
+ <project>
+ <category>RESTEasy</category>
+ <name>simple</name>
+ <included-projects>
+ simple
+ </included-projects>
+
+ <shortDescription>RESTEasy Simple Example</shortDescription>
+ <description>This project is a simple example showing usage of @Path, @GET, PUT, POST, and @PathParam. It uses pure streaming output and includes the 'simple' project.
+Requires m2eclipse and JBoss EAP 4.3/JBoss EAP 5.0/JBoss AS 4.2.x/JBoss AS 5.x.
+ </description>
+ <size>16939</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/resteasy-examp...
+ </url>
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.50, org.jboss.ide.eclipse.as.runtime.eap.43, org.jboss.ide.eclipse.as.runtime.51, org.jboss.ide.eclipse.as.runtime.50, org.jboss.ide.eclipse.as.runtime.42</property>
+ <property name="eclipse-projects">photoalbum,photoalbum-ear,photoalbum-ejb</property>
+ <property name="description">This project example requires JBoss EAP 4.3/JBoss EAP 5.0/JBoss AS 4.2.x/JBoss AS 5.x</property>
+ </fix>
+ <fix type="plugin">
+ <property name="id">org.maven.ide.eclipse.wtp</property>
+ <property name="versions"> 0.10.0</property>
+ <property name="description">This project example requires m2eclipse. You can install it using the following update sites: http://m2eclipse.sonatype.org/sites/m2e and http://m2eclipse.sonatype.org/sites/m2e-extras</property>
+ </fix>
+ </fixes>
+ </project>
</projects>
14 years, 5 months
JBoss Tools SVN: r25353 - trunk/download.jboss.org/jbosstools/examples.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-09-30 15:07:54 -0400 (Thu, 30 Sep 2010)
New Revision: 25353
Modified:
trunk/download.jboss.org/jbosstools/examples/project-examples-jbds30.xml
Log:
./publishExample.sh https://anonsvn.jboss.org/repos/jbosstools/workspace/examples/project-exa...
Modified: trunk/download.jboss.org/jbosstools/examples/project-examples-jbds30.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/examples/project-examples-jbds30.xml 2010-09-30 18:05:43 UTC (rev 25352)
+++ trunk/download.jboss.org/jbosstools/examples/project-examples-jbds30.xml 2010-09-30 19:07:54 UTC (rev 25353)
@@ -316,33 +316,5 @@
</fixes>
</project>
- <project>
- <category>RESTEasy</category>
- <name>simple</name>
- <included-projects>
- simple
- </included-projects>
-
- <shortDescription>RESTEasy Simple Example</shortDescription>
- <description>This project is a simple example showing usage of @Path, @GET, PUT, POST, and @PathParam. It uses pure streaming output and includes the 'simple' project.
-Requires m2eclipse and JBoss EAP 4.3/JBoss EAP 5.0/JBoss AS 4.2.x/JBoss AS 5.x.
- </description>
- <size>16939</size>
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/resteasy-examp...
- </url>
- <fixes>
- <fix type="wtpruntime">
- <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.50, org.jboss.ide.eclipse.as.runtime.eap.43, org.jboss.ide.eclipse.as.runtime.51, org.jboss.ide.eclipse.as.runtime.50, org.jboss.ide.eclipse.as.runtime.42</property>
- <property name="eclipse-projects">photoalbum,photoalbum-ear,photoalbum-ejb</property>
- <property name="description">This project example requires JBoss EAP 4.3/JBoss EAP 5.0/JBoss AS 4.2.x/JBoss AS 5.x</property>
- </fix>
- <fix type="plugin">
- <property name="id">org.maven.ide.eclipse.wtp</property>
- <property name="versions"> 0.10.0</property>
- <property name="description">This project example requires m2eclipse. You can install it using the following update sites: http://m2eclipse.sonatype.org/sites/m2e and http://m2eclipse.sonatype.org/sites/m2e-extras</property>
- </fix>
- </fixes>
- </project>
</projects>
14 years, 5 months