Skip to content
Snippets Groups Projects
Commit d90f9d80 authored by david_williams's avatar david_williams
Browse files

~ plus fix to pull wtpBuilder correctly (early)

parent 175c82bb
No related branches found
No related tags found
No related merge requests found
wtpBuildTools.url = http://download.eclipse.org/webtools/wtpBuildTools/drops/R2.0/T-T200704100508-200704100508/updateSite/plugins
wtpBuildTools.file = org.eclipse.wtp.releng.tools_1.0.0.v200704100230.jar
wtpBuildTools.name = wtp build tools
wtpBuildTools.description = wtp build tools
......@@ -101,8 +101,12 @@
</target>
<target name="checkBaseBuilder">
<!-- TODO: need to make more sophisicated to handle updates
in basebuilder, or wtpbasebuild
<available property="basebuilderLocal"
file="${pde.builder.path}" />
-->
</target>
<target name="getBaseBuilder"
......@@ -127,7 +131,7 @@
<fail unless="wtpBuildTools.url" />
<!-- now add our WTP base builder -->
<get dest="${basebuilder.path}/org.eclipse.releng.basebuilder/plugins/" src="${wtpBuildTools.url}/${wtpBuildTools.file}" usetimestamp="true"/>
<get dest="${basebuilder.path}/org.eclipse.releng.basebuilder/plugins/${wtpBuildTools.file}" src="${wtpBuildTools.url}/${wtpBuildTools.file}" usetimestamp="true"/>
</target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment