Changeset 10129


Ignore:
Timestamp:
2005-06-16T16:00:30+12:00 (19 years ago)
Author:
kjdon
Message:

fixed up a bug in prepare-axis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10127 r10129  
    694694    <!-- install axis into greenstone web app -->
    695695    <copy todir="${web.lib}">
    696       <fileset dir="${basedir}/comms/soap/axis/webapps/axis/WEB-INF/lib/*.jar"/>
     696      <fileset dir="${basedir}/comms/soap/axis/webapps/axis/WEB-INF/lib">
     697    <include name="*.jar"/>
     698      </fileset>
    697699    </copy>
    698700    <copy todir="${web.home}">
    699       <fileset dir="${basedir}/comms/soap/axis/webapps/axis/*.jsp"/>
    700       <fileset dir="${basedir}/comms/soap/axis/webapps/axis/*.jws"/>
     701      <fileset dir="${basedir}/comms/soap/axis/webapps/axis/">
     702    <include name="*.jsp"/>
     703    <include name="*.jws"/>
     704      </fileset>
    701705    </copy>
    702706    <copy tofile="${web.home}/axis.html" file="${basedir}/comms/soap/axis/webapps/axis/index.html"/>
    703707    <copy todir="${web.classes}">
    704       <fileset dir="${basedir}/comms/soap/axis/webapps/axis/WEB-INF/classes/*.properties"/>
     708      <fileset dir="${basedir}/comms/soap/axis/webapps/axis/WEB-INF/classes">
     709    <include name="*.properties"/>
     710      </fileset>
    705711    </copy>
    706712  </target>
Note: See TracChangeset for help on using the changeset viewer.