[6064] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
| 2 | <!-- |
---|
| 3 | *** GENERATED FROM jax-ws.xml - DO NOT EDIT ! *** |
---|
| 4 | *** TO MODIFY wsimport options USE Web Service node -> Edit WS Attributes *** |
---|
| 5 | *** TO CHANGE TARGETS GENERATED TO jaxws-build.xml COPY THOSE *** |
---|
| 6 | *** TARGETS TO ../build.xml AND MODIFY THAT FILE INSTEAD *** |
---|
| 7 | |
---|
| 8 | -->
|
---|
| 9 | <project xmlns:xalan="http://xml.apache.org/xslt" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxws="http://www.netbeans.org/ns/jax-ws/1">
|
---|
| 10 | <!-- |
---|
| 11 | =================== |
---|
| 12 | JAX-WS WSIMPORT SECTION |
---|
| 13 | =================== |
---|
| 14 | -->
|
---|
| 15 | <target name="wsimport-init" depends="init">
|
---|
| 16 | <mkdir dir="${build.generated.sources.dir}/jax-ws"/>
|
---|
| 17 | <taskdef name="wsimport" classname="com.sun.tools.ws.ant.WsImport">
|
---|
| 18 | <classpath path="${libs.jaxws21.classpath}"/>
|
---|
| 19 | </taskdef>
|
---|
| 20 | </target>
|
---|
[6147] | 21 | <target name="wsimport-client-AuthenticationService.svc" depends="wsimport-init">
|
---|
| 22 | <mkdir dir="${build.generated.dir}/jax-wsCache/AuthenticationService.svc"/>
|
---|
| 23 | <property name="wsdl-AuthenticationService.svc" location="xml-resources/web-service-references/AuthenticationService.svc/wsdl/AuthenticationService.svc.wsdl"/>
|
---|
| 24 | <wsimport sourcedestdir="${build.generated.dir}/jax-wsCache/AuthenticationService.svc" destdir="${build.generated.dir}/jax-wsCache/AuthenticationService.svc" wsdl="${wsdl-AuthenticationService.svc}" catalog="catalog.xml" extension="true" verbose="true" wsdlLocation="file:/C:/Users/MartinH/Documents/NetBeansProjects/AuthenticationService/src/META-INF/wsdl/services.heuristiclab.com/OKB.SPR.Java-3.3/AuthenticationService.svc.wsdl" xnocompile="true" xendorsed="true" package="com.heuristiclab.services.authentication">
|
---|
| 25 | <depends file="${wsdl-AuthenticationService.svc}"/>
|
---|
| 26 | <produces dir="${build.generated.dir}/jax-wsCache/AuthenticationService.svc"/>
|
---|
[6064] | 27 | </wsimport>
|
---|
| 28 | <copy todir="${build.generated.sources.dir}/jax-ws">
|
---|
[6147] | 29 | <fileset dir="${build.generated.dir}/jax-wsCache/AuthenticationService.svc">
|
---|
[6064] | 30 | <include name="**/*.java"/>
|
---|
| 31 | </fileset>
|
---|
| 32 | </copy>
|
---|
| 33 | </target>
|
---|
[6147] | 34 | <target name="wsimport-client-clean-AuthenticationService.svc" depends="-init-project">
|
---|
| 35 | <delete dir="${build.generated.dir}/jax-wsCache/AuthenticationService.svc"/>
|
---|
| 36 | <delete dir="${build.generated.sources.dir}/jax-ws/com/heuristiclab/services/authentication"/>
|
---|
[6064] | 37 | </target>
|
---|
[6147] | 38 | <target name="wsimport-client-generate" depends="wsimport-client-AuthenticationService.svc"/>
|
---|
[6064] | 39 | </project>
|
---|