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

fixing archiveDir name

parent 3926e9f6
No related branches found
No related tags found
No related merge requests found
......@@ -101,9 +101,8 @@
<!-- -->
<!-- ================================================================================== -->
<echo message="unzip normalized update jars to a holding place" />
<!-- previous 'normalize' step (in init) may have set archiveDir, but if not ... -->
<property name="archiveDir"
value="${buildDirectory}/${buildLabel}" />
<echo level="info"
message="archiveDir: ${archiveDir}" />
<unzip dest="${tmpsite}"
......@@ -229,6 +228,10 @@
value="${tmpsite}/normalized">
<istrue value="${doPack}" />
</condition>
<condition property="archiveDir"
value="${buildDirectory}/${buildLabel}">
<isfalse value="${doPack}" />
</condition>
</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