Changeset 3919 for trunk/build.xml
- Timestamp:
- Nov 6, 2007, 4:49:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r3914 r3919 145 145 <fileset dir="${dist}" defaultexcludes="no" /> 146 146 <fileset dir="bin/jar" defaultexcludes="no" /> 147 <fileset dir="misc/wsdl" defaultexcludes="no" /> 147 148 <fileset dir="www/WEB-INF/lib" defaultexcludes="no" /> 148 149 <fileset dir="www/WEB-INF/classes" defaultexcludes="no" /> … … 848 849 <property name="webservices.build" location="${build}/webservices" 849 850 description="Location of compiled files" /> 851 <property name="webservices.wsdlpath" location="misc/wsdl" 852 description="Location of created wsdl-files" /> 850 853 <path id="webservices.classpath" description="Class path for compiling webservices"> 851 854 <path refid="core.classpath"/> … … 904 907 classpath="${webservices.build};${core.build}" 905 908 className="net.sf.basedb.ws.server.@{serviceClassName}" 906 outputLocation="${webservices. build}/wsdl"909 outputLocation="${webservices.wsdlpath}" 907 910 serviceName="@{serviceClassName}" 908 911 outputFileName="@{serviceClassName}.wsdl"
Note: See TracChangeset
for help on using the changeset viewer.