Project

General

Profile

« Previous | Next » 

Revision 1820

Added by Jing Tao about 21 years ago

Delete some duplicate lines.

View differences:

build.xml
104 104
      <property name="morphosourcedir" value="../morpho" />
105 105
      <property name="defaultcontenttype" value="application/octet-stream" />
106 106
      <property name="utilitiesdir" value="../utilities" />
107
      <property name="java2wsdl.tool" value="org.apache.axis.wsdl.Java2WSDL" />
108
      <property name="wsdldecorator.tool" value="org.globus.ogsa.tools.wsdl.DecorateWSDL" />
109
      <property name="wsdl.tool" value="org.globus.ogsa.tools.wsdl.GSDL2Java"/>
110
      <property environment="env"/>
111
      <property name="binding.file" value="${env.GLOBUS_LOCATION}/schema/ogsi/ogsi_bindings.wsdl"/>
112 107
    
113 108
      <!-- Make sure these paths match the location of the jar files
114 109
           on your system, the defaults should usually work -->
......
225 220
      <property name="ver.src" value="${ver.dir}/src"/>
226 221

  
227 222
      <property name="package.home" value="edu/ucsb/nceas/metacat" />
228
      <path id="webservicepath">
229
        <pathelement location="."/>
230
        <pathelement location="${env.JAVA_HOME}/../lib/tools.jar"/>
231
        <pathelement location="${build.dest}"/>
232
        <fileset dir="${env.GLOBUS_LOCATION}/lib">
233
           <include name="*.jar"/>
234
        </fileset>
235
      </path>
236 223
   </target>
237 224

  
238 225
   <target name="prepare" depends="init">
......
665 652
   <property name="wsdl.tool" value="org.globus.ogsa.tools.wsdl.GSDL2Java"/>
666 653
   <property environment="env"/>
667 654
   <property name="binding.file" value="${env.GLOBUS_LOCATION}/schema/ogsi/ogsi_bindings.wsdl"/>
655
    <path id="webservicepath">
656
        <pathelement location="."/>
657
        <pathelement location="${env.JAVA_HOME}/../lib/tools.jar"/>
658
        <pathelement location="${build.dest}"/>
659
        <fileset dir="${env.GLOBUS_LOCATION}/lib">
660
           <include name="*.jar"/>
661
        </fileset>
662
      </path>
668 663
</target>
669 664

  
670 665
 <target name="gridperpare" depends="gridinit, prepare">

Also available in: Unified diff