java/nekurak.net-ws/nbproject/jaxws-build.xml
author František Kučera <franta-hg@frantovo.cz>
Wed Apr 14 00:12:32 2010 +0200 (2010-04-14)
changeset 100 01be78803f73
parent 98 75dec396f0e3
permissions -rw-r--r--
Webové služby, zjišťování souřadnic podniků.
     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:webproject2="http://www.netbeans.org/ns/web-project/2" xmlns:jaxws="http://www.netbeans.org/ns/jax-ws/1">
    10     <!--
    11                 ===================
    12                 JAX-WS WSGEN SECTION
    13                 ===================
    14             -->
    15     <target name="wsgen-init" depends="init, -do-compile">
    16         <mkdir dir="${build.generated.sources.dir}/jax-ws/resources/"/>
    17         <mkdir dir="${build.classes.dir}"/>
    18         <taskdef name="wsgen" classname="com.sun.tools.ws.ant.WsGen">
    19             <classpath path="${java.home}/../lib/tools.jar:${build.classes.dir}:${j2ee.platform.wsgen.classpath}:${javac.classpath}"/>
    20         </taskdef>
    21     </target>
    22     <target name="wsgen-Pokus" depends="wsgen-init">
    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">
    24             <classpath path="${java.home}/../lib/tools.jar:${build.classes.dir}:${j2ee.platform.wsgen.classpath}:${javac.classpath}"/>
    25         </wsgen>
    26     </target>
    27     <target name="wsgen-Podnik" depends="wsgen-init">
    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">
    29             <classpath path="${java.home}/../lib/tools.jar:${build.classes.dir}:${j2ee.platform.wsgen.classpath}:${javac.classpath}"/>
    30         </wsgen>
    31     </target>
    32     <!--
    33                 ===================
    34                 JAX-WS WSIMPORT SECTION
    35                 ===================
    36             -->
    37 </project>