Skip to content

Commit

Permalink
pull new mirrors of WTP and Neon M3
Browse files Browse the repository at this point in the history
  • Loading branch information
nickboldt committed Nov 16, 2015
1 parent cc3ae3c commit 50fad39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions jbosstools/updates/requirements/neon/build.xml
Expand Up @@ -10,9 +10,9 @@
<pathelement location="../ant-contrib.jar"/>
</classpath>
</taskdef>
<!-- http://download.eclipse.org/releases/neon/201510021100/ -->
<property name="version" value="201510021100"/>
<property name="versionLabel" value="M2"/>
<!-- http://download.eclipse.org/releases/neon/201511131000/ -->
<property name="version" value="201511131000"/>
<property name="versionLabel" value="M3"/>

<property name="destination" value="${basedir}"/>
<property name="workDir" value="${destination}/${version}-${versionLabel}"/>
Expand Down
4 changes: 2 additions & 2 deletions jbosstools/updates/requirements/webtools/build.xml
Expand Up @@ -5,9 +5,9 @@
org.eclipse.equinox.launcher.Main -consoleLog -nosplash -data /tmp \
-application org.eclipse.ant.core.antRunner -f build.xml
-->
<!-- webtools/downloads/drops/R3.8.0/I-3.8.0-20150915010029/repository/ -->
<!-- webtools/downloads/drops/R3.8.0/S-3.8.0M3-20151111010029/repository/ -->
<property name="releaseStream" value="R3.8.0"/>
<property name="version" value="I-3.8.0-20150915010029"/>
<property name="version" value="S-3.8.0M3-20151111010029"/>

<property name="destination" value="${basedir}"/>
<property name="workDir" value="${destination}/${version}"/>
Expand Down

0 comments on commit 50fad39

Please sign in to comment.