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

streamline build scripts

parent fe884090
No related branches found
No related tags found
No related merge requests found
...@@ -68,9 +68,8 @@ ...@@ -68,9 +68,8 @@
antscript="${env.RELENG_CONTROL}/ant.sh" antscript="${env.RELENG_CONTROL}/ant.sh"
buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml" buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml"
target="copyArtifacts" target="copyArtifacts"
useQuiet="false" useQuiet="true"
useLogger="true" useLogger="false" >
savelogdir="${env.LOG_DIR}/${project.name}" >
<property <property
name="localArtifactsDirectory" name="localArtifactsDirectory"
value="${env.PROJECT_ARTIFACTS}/${project.name}" /> value="${env.PROJECT_ARTIFACTS}/${project.name}" />
......
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