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

add jaxws to main wtp build

parent e04a7788
No related branches found
No related tags found
No related merge requests found
...@@ -138,12 +138,22 @@ ...@@ -138,12 +138,22 @@
name="mapTag" name="mapTag"
value="${mapVersionTag}"/> value="${mapVersionTag}"/>
</ant> </ant>
<ant <ant
antfile="${wtp.builder.home}/scripts/build/maptasks.xml"
target="maputil">
<property
name="mapcomponent"
value="${env.RELENGINCUBATORVEX}"/>
<property
name="mapTag"
value="${mapVersionTag}"/>
</ant>
<ant
antfile="${wtp.builder.home}/scripts/build/maptasks.xml" antfile="${wtp.builder.home}/scripts/build/maptasks.xml"
target="maputil"> target="maputil">
<property <property
name="mapcomponent" name="mapcomponent"
value="${env.RELENGINCUBATORVEX}"/> value="${env.RELENGJAXWS}"/>
<property <property
name="mapTag" name="mapTag"
value="${mapVersionTag}"/> value="${mapVersionTag}"/>
......
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