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

prep for 3.0.1 patches

parent eb5e7f63
No related branches found
No related tags found
No related merge requests found
...@@ -114,27 +114,12 @@ ...@@ -114,27 +114,12 @@
<target <target
name="getMapFiles"> name="getMapFiles">
<!-- fetch only those related to 300 patches --> <!-- for now, get all, at once. May componetize later. -->
<ant
antfile="${wtp.builder.home}/scripts/build/maptasks.xml"
target="maputil">
<property
name="mapcomponent"
value="${env.RELENG}"/>
<property
name="mapTag"
value="${mapVersionTag}"/>
</ant>
<ant <ant
antfile="${wtp.builder.home}/scripts/build/maptasks.xml" antfile="${wtp.builder.home}/scripts/build/maptasks.xml"
target="maputil"> target="fetchAllMaps" />
<property
name="mapcomponent"
value="${env.RELENGSOURCEEDITING}"/>
<property
name="mapTag"
value="${mapVersionTag}"/>
</ant>
</target> </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