author | František Kučera <franta-hg@frantovo.cz> |
Fri, 15 Jul 2011 22:25:39 +0200 | |
changeset 186 | b0f7d9ab4a07 |
parent 143 | 91c4282ea15f |
permissions | -rw-r--r-- |
franta-hg@143 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
franta-hg@143 | 2 |
<!-- |
franta-hg@143 | 3 |
*** GENERATED FROM jax-ws.xml - DO NOT EDIT ! *** |
franta-hg@143 | 4 |
*** TO MODIFY wsimport options USE Web Service node -> Edit WS Attributes *** |
franta-hg@143 | 5 |
*** TO CHANGE TARGETS GENERATED TO jaxws-build.xml COPY THOSE *** |
franta-hg@143 | 6 |
*** TARGETS TO ../build.xml AND MODIFY THAT FILE INSTEAD *** |
franta-hg@143 | 7 |
|
franta-hg@143 | 8 |
--> |
franta-hg@143 | 9 |
<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"> |
franta-hg@143 | 10 |
<!-- |
franta-hg@143 | 11 |
=================== |
franta-hg@143 | 12 |
JAX-WS WSGEN SECTION |
franta-hg@143 | 13 |
=================== |
franta-hg@143 | 14 |
--> |
franta-hg@143 | 15 |
<target name="wsgen-init" depends="init, -do-compile"> |
franta-hg@143 | 16 |
<mkdir dir="${build.generated.sources.dir}/jax-ws/resources/"/> |
franta-hg@143 | 17 |
<mkdir dir="${build.classes.dir}"/> |
franta-hg@186 | 18 |
<mkdir dir="${build.classes.dir}/META-INF"/> |
franta-hg@186 | 19 |
<property name="j2ee.platform.wsgen.classpath" value="${libs.jaxws21.classpath}"/> |
franta-hg@143 | 20 |
<taskdef name="wsgen" classname="com.sun.tools.ws.ant.WsGen"> |
franta-hg@143 | 21 |
<classpath path="${java.home}/../lib/tools.jar:${build.classes.dir}:${j2ee.platform.wsgen.classpath}:${javac.classpath}"/> |
franta-hg@143 | 22 |
</taskdef> |
franta-hg@143 | 23 |
</target> |
franta-hg@143 | 24 |
<target name="wsgen-Podnik" depends="wsgen-init"> |
franta-hg@186 | 25 |
<copy todir="${build.classes.dir}/META-INF"> |
franta-hg@186 | 26 |
<fileset dir="${webinf.dir}" includes="wsit-cz.frantovo.nekurak.ws.Podnik.xml"/> |
franta-hg@186 | 27 |
</copy> |
franta-hg@143 | 28 |
<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="cz.frantovo.nekurak.ws.Podnik"> |
franta-hg@143 | 29 |
<classpath path="${java.home}/../lib/tools.jar:${build.classes.dir}:${j2ee.platform.wsgen.classpath}:${javac.classpath}"/> |
franta-hg@143 | 30 |
</wsgen> |
franta-hg@143 | 31 |
</target> |
franta-hg@143 | 32 |
<target name="wsgen-Pokus" depends="wsgen-init"> |
franta-hg@186 | 33 |
<copy todir="${build.classes.dir}/META-INF"> |
franta-hg@186 | 34 |
<fileset dir="${webinf.dir}" includes="wsit-cz.frantovo.nekurak.ws.Pokus.xml"/> |
franta-hg@186 | 35 |
</copy> |
franta-hg@143 | 36 |
<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="cz.frantovo.nekurak.ws.Pokus"> |
franta-hg@143 | 37 |
<classpath path="${java.home}/../lib/tools.jar:${build.classes.dir}:${j2ee.platform.wsgen.classpath}:${javac.classpath}"/> |
franta-hg@143 | 38 |
</wsgen> |
franta-hg@143 | 39 |
</target> |
franta-hg@143 | 40 |
<!-- |
franta-hg@143 | 41 |
=================== |
franta-hg@143 | 42 |
JAX-WS WSIMPORT SECTION |
franta-hg@143 | 43 |
=================== |
franta-hg@143 | 44 |
--> |
franta-hg@143 | 45 |
</project> |