Project

General

Profile

« Previous | Next » 

Revision 1930

Added by brooke over 20 years ago

added line to installCommon target that copies the metacat-client.jar to the WEB-INF/lib directory

View differences:

build.xml
438 438
          src="${build.src}/upgrade-db-to-1.3.sql" />
439 439
   </target>
440 440

  
441
   <target name="installCommon" depends="jar">
441
   <target name="installCommon" depends="jar,clientjar">
442 442
       <mkdir dir="${datafilepath}" />
443 443
       <mkdir dir="${inlinedatafilepath}" />
444 444
       <chmod dir="${datafilepath}" perm="ug+w" />
......
447 447
       <mkdir dir="${installdir}/WEB-INF/lib" />
448 448
       <copy file="${build.dir}/${name}.jar"
449 449
             tofile="${installdir}/WEB-INF/lib/${name}.jar" />
450
       <copy file="${build.dir}/${name}-client.jar"
451
             tofile="${installdir}/WEB-INF/lib/${name}-client.jar" />
450 452
       <copy todir="${installdir}/WEB-INF/lib" filtering="no">
451 453
         <fileset dir="lib">
452 454
           <include name="*.jar"/>

Also available in: Unified diff