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

fix build upload

parent eef88a7e
No related branches found
No related tags found
No related merge requests found
......@@ -108,5 +108,3 @@ pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse
pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build/scripts
buildDirectory=${env.BUILD_HOME}/${build.current}-${build.distribution}-${buildBranch}-${buildType}/${build.directory}
pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse.builder}
#builder=${basedir}/components/${component}
builder=${buildDirectory}
......@@ -64,6 +64,8 @@
<echo message="wtp.builder.home: ${wtp.builder.home}" />
<ant antfile="build.xml" dir="${pde.build.scripts}">
<property name="builder"
value="${wtp.builder.home}/components/${component}" />
<property name="wtp.builder.home"
value="${wtp.builder.home}" />
<property name="buildBranch"
......
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