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

~ plus fix to pull wtpBuilder correctly (early)

parent c78935a2
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@
<property file="runBuild.properties" />
<fail unless="wtpBuildTools.url" />
<!-- now add our WTP base builder -->
<get dest="${basebuilder.path}/org.eclipse.releng.basebuilder/plugins/" src="${wtpBuilderTools.url}/${wtpBuilder.file}"/>
<get dest="${basebuilder.path}/org.eclipse.releng.basebuilder/plugins/" src="${wtpBuildTools.url}/${wtpBuildTools.file}"/>
</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