Changeset 13926


Ignore:
Timestamp:
2007-02-16T12:02:04+13:00 (17 years ago)
Author:
kjdon
Message:

turns out we do need xercesImpl.jar and xml-apis.jar in the web/applet dir for the phind applet to work. we'll copy them in using ant, rather than having them in the CVS tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r13925 r13926  
    796796    <mkdir dir="${web.applet}"/>
    797797    <copy file="${build.home}/phind.jar" todir="${web.applet}"/>
     798    <!-- phind also needs xercesImpl.jar and xml-apis.jar to be in web/applet -->
     799    <copy file="${packages.home}/tomcat/common/endorsed/xercesImpl.jar" todir="${web.applet}"/>
     800    <copy file="${packages.home}/tomcat/common/endorsed/xml-apis.jar" todir="${web.applet}"/>
    798801    <jar destfile="${build.home}/anttasks.jar">
    799802      <fileset dir="${build.home}">
Note: See TracChangeset for help on using the changeset viewer.