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

~ plus fix to pull wtpBuilder correctly (early)

parent ad323fe7
No related branches found
No related tags found
No related merge requests found
......@@ -123,14 +123,8 @@
tag="${eclipse.builder.version}" />
<!-- now add our WTP base builder -->
<get dest="${basebuilder.path}/plugins" src="${wtpBuilderTools.url}/${wtpBuilder.file}"/>
<get dest="${basebuilder.path}/plugins/" src="${wtpBuilderTools.url}/${wtpBuilder.file}"/>
<antcall target="getAndInstall">
<param name="groupId" value="wtpBuildTools" />
<param name="base.install.dir" value="${pde.builder.path}/plugins/" />
</antcall>
</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