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

prep for 3.0 patches

parent 212c7eac
No related branches found
No related tags found
No related merge requests found
......@@ -32,19 +32,6 @@
unless="buildDirectory"
message="buildDirectory must be set" />
<echo message="buildDirectory: ${buildDirectory}" />
<property
name="cvsProtocol"
value="${env.BUILD_CVS_WRITE_PROTOCOL}" />
<property
name="cvsUser"
value="${env.BUILD_CVS_WRITE_USER}" />
<property
name="cvsServer"
value="${env.BUILD_CVS_SERVER}" />
<property
name="cvsRoot"
value="${env.BUILD_CVS_ROOT}" />
<!--
Run a given ${target} on all elements being built
......
......@@ -29,20 +29,7 @@
<fail
unless="buildDirectory"
message="buildDirectory must be set"/>
<echo
message="buildDirectory: ${buildDirectory}"/>
<property
name="cvsProtocol"
value="${env.BUILD_CVS_WRITE_PROTOCOL}"/>
<property
name="cvsUser"
value="${env.BUILD_CVS_WRITE_USER}"/>
<property
name="cvsServer"
value="${env.BUILD_CVS_SERVER}"/>
<property
name="cvsRoot"
value="${env.BUILD_CVS_ROOT}"/>
<!--
Run a given ${target} on all elements being built Add on <ant>
task for each top level element being built.
......
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