author | František Kučera <franta-hg@frantovo.cz> |
Sun Jun 13 17:20:20 2010 +0200 (2010-06-13) | |
changeset 140 | 0f2df9746a2c |
parent 98 | 75dec396f0e3 |
permissions | -rw-r--r-- |
franta-hg@98 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
franta-hg@98 | 2 |
<!-- |
franta-hg@98 | 3 |
*** GENERATED FROM jax-ws.xml - DO NOT EDIT ! *** |
franta-hg@98 | 4 |
*** TO MODIFY wsimport options USE Web Service node -> Edit WS Attributes *** |
franta-hg@98 | 5 |
*** TO CHANGE TARGETS GENERATED TO jaxws-build.xml COPY THOSE *** |
franta-hg@98 | 6 |
*** TARGETS TO ../build.xml AND MODIFY THAT FILE INSTEAD *** |
franta-hg@98 | 7 |
|
franta-hg@98 | 8 |
--> |
franta-hg@98 | 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@98 | 10 |
<!-- |
franta-hg@98 | 11 |
=================== |
franta-hg@98 | 12 |
JAX-WS WSGEN SECTION |
franta-hg@98 | 13 |
=================== |
franta-hg@98 | 14 |
--> |
franta-hg@98 | 15 |
<target name="wsgen-init" depends="init, -do-compile"> |
franta-hg@98 | 16 |
<mkdir dir="${build.generated.sources.dir}/jax-ws/resources/"/> |
franta-hg@98 | 17 |
<mkdir dir="${build.classes.dir}"/> |
franta-hg@98 | 18 |
<taskdef name="wsgen" classname="com.sun.tools.ws.ant.WsGen"> |
franta-hg@98 | 19 |
<classpath path="${java.home}/../lib/tools.jar:${build.classes.dir}:${j2ee.platform.wsgen.classpath}:${javac.classpath}"/> |
franta-hg@98 | 20 |
</taskdef> |
franta-hg@98 | 21 |
</target> |
franta-hg@98 | 22 |
<target name="wsgen-Pokus" depends="wsgen-init"> |
franta-hg@98 | 23 |
<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@98 | 24 |
<classpath path="${java.home}/../lib/tools.jar:${build.classes.dir}:${j2ee.platform.wsgen.classpath}:${javac.classpath}"/> |
franta-hg@98 | 25 |
</wsgen> |
franta-hg@98 | 26 |
</target> |
franta-hg@100 | 27 |
<target name="wsgen-Podnik" depends="wsgen-init"> |
franta-hg@100 | 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@100 | 29 |
<classpath path="${java.home}/../lib/tools.jar:${build.classes.dir}:${j2ee.platform.wsgen.classpath}:${javac.classpath}"/> |
franta-hg@100 | 30 |
</wsgen> |
franta-hg@100 | 31 |
</target> |
franta-hg@98 | 32 |
<!-- |
franta-hg@98 | 33 |
=================== |
franta-hg@98 | 34 |
JAX-WS WSIMPORT SECTION |
franta-hg@98 | 35 |
=================== |
franta-hg@98 | 36 |
--> |
franta-hg@98 | 37 |
</project> |