43 lines
2.7 KiB
XML
43 lines
2.7 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!--
|
||
|
*** GENERATED FROM jax-ws.xml - DO NOT EDIT ! ***
|
||
|
*** TO MODIFY wsimport options USE Web Service node -> Edit WS Attributes ***
|
||
|
*** TO CHANGE TARGETS GENERATED TO jaxws-build.xml COPY THOSE ***
|
||
|
*** TARGETS TO ../build.xml AND MODIFY THAT FILE INSTEAD ***
|
||
|
|
||
|
-->
|
||
|
<project xmlns:xalan="http://xml.apache.org/xslt" xmlns:webproject2="http://www.netbeans.org/ns/web-project/2" xmlns:jaxws="http://www.netbeans.org/ns/jax-ws/1">
|
||
|
<!--
|
||
|
===================
|
||
|
JAX-WS WSGEN SECTION
|
||
|
===================
|
||
|
-->
|
||
|
<target name="wsgen-init" depends="init, -do-compile">
|
||
|
<mkdir dir="${build.generated.sources.dir}/jax-ws/resources/"/>
|
||
|
<mkdir dir="${build.classes.dir}"/>
|
||
|
<taskdef name="wsgen" classname="com.sun.tools.ws.ant.WsGen">
|
||
|
<classpath path="${java.home}/../lib/tools.jar:${build.classes.dir}:${j2ee.platform.wsgen.classpath}:${javac.classpath}"/>
|
||
|
</taskdef>
|
||
|
</target>
|
||
|
<target name="wsgen-ExecuteService" depends="wsgen-init">
|
||
|
<wsgen sourcedestdir="${build.generated.sources.dir}/jax-ws" resourcedestdir="${build.generated.sources.dir}/jax-ws/resources/" destdir="${build.generated.sources.dir}/jax-ws" verbose="true" xendorsed="true" keep="true" genwsdl="true" sei="net.brutex.xservices.ws.ExecuteService">
|
||
|
<classpath path="${java.home}/../lib/tools.jar:${build.classes.dir}:${j2ee.platform.wsgen.classpath}:${javac.classpath}"/>
|
||
|
</wsgen>
|
||
|
</target>
|
||
|
<target name="wsgen-ArchiveService" depends="wsgen-init">
|
||
|
<wsgen sourcedestdir="${build.generated.sources.dir}/jax-ws" resourcedestdir="${build.generated.sources.dir}/jax-ws/resources/" destdir="${build.generated.sources.dir}/jax-ws" verbose="true" xendorsed="true" keep="true" genwsdl="true" sei="net.brutex.xservices.ws.ArchiveService">
|
||
|
<classpath path="${java.home}/../lib/tools.jar:${build.classes.dir}:${j2ee.platform.wsgen.classpath}:${javac.classpath}"/>
|
||
|
</wsgen>
|
||
|
</target>
|
||
|
<target name="wsgen-FileService" depends="wsgen-init">
|
||
|
<wsgen sourcedestdir="${build.generated.sources.dir}/jax-ws" resourcedestdir="${build.generated.sources.dir}/jax-ws/resources/" destdir="${build.generated.sources.dir}/jax-ws" verbose="true" xendorsed="true" keep="true" genwsdl="true" sei="net.brutex.xservices.ws.FileService">
|
||
|
<classpath path="${java.home}/../lib/tools.jar:${build.classes.dir}:${j2ee.platform.wsgen.classpath}:${javac.classpath}"/>
|
||
|
</wsgen>
|
||
|
</target>
|
||
|
<!--
|
||
|
===================
|
||
|
JAX-WS WSIMPORT SECTION
|
||
|
===================
|
||
|
-->
|
||
|
</project>
|