Get rid of v_hmem settings
[jabaws.git] / wsbuild.xml
index 03a238f..a3f90e8 100644 (file)
@@ -25,6 +25,7 @@
        <property name="aacon.wsdl" location="${wsdl.dir}/AAConWS.wsdl" />\r
        <property name="disembl.wsdl" location="${wsdl.dir}/DisemblWS.wsdl" />\r
        <property name="globplot.wsdl" location="${wsdl.dir}/GlobPlotWS.wsdl" />\r
+       <property name="iupred.wsdl" location="${wsdl.dir}/IUPredWS.wsdl" />\r
        <property name="jronn.wsdl" location="${wsdl.dir}/JronnWS.wsdl" />\r
        <property name="registry.wsdl" location="${wsdl.dir}/RegistryWS.wsdl" />\r
        \r
                                                <classpath refid="classes.path" />\r
                                                <classpath refid="project.classpath" />\r
                </wsgen>\r
+               <wsgen sei="compbio.ws.server.IUPredWS" \r
+                                                               sourcedestdir="${basedir}/webservices" \r
+                                                               destdir="${classes}" \r
+                                                               resourcedestdir="${wsdl.dir}" \r
+                                                               keep="true" genwsdl="true" \r
+                                                               extension="false" \r
+                                                               xendorsed="true"                        \r
+                                                               verbose="true">\r
+                                                               <classpath refid="classes.path" />\r
+                                                               <classpath refid="project.classpath" />\r
+               </wsgen>\r
                <wsgen sei="compbio.ws.server.RegistryWS" \r
                                                sourcedestdir="${basedir}/webservices" \r
                                                destdir="${classes}" \r
                                package="compbio.ws.client.stub" \r
                                quiet="false">\r
                        </wsimport>\r
+                       <wsimport wsdl="${iupred.wsdl}" \r
+                                               sourcedestdir="${basedir}/webservices/" \r
+                                               keep="true" extension="false" \r
+                                               verbose="true" xnocompile="true" \r
+                                               package="compbio.ws.client.stub" \r
+                                               quiet="false">\r
+                       </wsimport>\r
                    <wsimport wsdl="${registry.wsdl}" \r
                                                sourcedestdir="${basedir}/webservices/" \r
                                                keep="true" extension="false" \r