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

fix jaxws wtp dependency

parent 490c2e91
No related branches found
No related tags found
No related merge requests found
......@@ -219,6 +219,16 @@
<include
name="**/about.mappings"/>
</replace>
<delete>
<fileset dir="${buildDirectory}">
<include name="**/org.eclipse.jst.ws.cxf*/**" />
<include name="**/org.eclipse.jst.ws.jaxws*/**" />
<include name="**/org.eclipse.jst.ws.jaxb*/**" />
</fileset>
</delete>
</target>
<!--
Steps to do after running the build.xmls for the elements being
......
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