Changeset 9571


Ignore:
Timestamp:
2005-04-07T11:55:50+12:00 (19 years ago)
Author:
kjdon
Message:

needs some greenstone jar files to compile

Location:
branches/ant-install-branch
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/ant-install-branch/greenstone3-extensions/gsdl-as/build.xml

    r9556 r9571  
    224224        <include name="*.jar"/>
    225225    </fileset>
     226    <!-- include greenstone files -->
     227    <fileset dir="../../lib/java">
     228      <include name="*.jar"/>
     229    </fileset>
    226230    <!-- Include all elements that Tomcat exposes to applications -->
    227231    <pathelement location="${catalina.home}/common/classes"/>
  • branches/ant-install-branch/gsdl3/extensions/gsdl-as/build.xml

    r9556 r9571  
    224224        <include name="*.jar"/>
    225225    </fileset>
     226    <!-- include greenstone files -->
     227    <fileset dir="../../lib/java">
     228      <include name="*.jar"/>
     229    </fileset>
    226230    <!-- Include all elements that Tomcat exposes to applications -->
    227231    <pathelement location="${catalina.home}/common/classes"/>
  • branches/ant-install-branch/gsdl3/packages/gsdl-as/build.xml

    r9556 r9571  
    224224        <include name="*.jar"/>
    225225    </fileset>
     226    <!-- include greenstone files -->
     227    <fileset dir="../../lib/java">
     228      <include name="*.jar"/>
     229    </fileset>
    226230    <!-- Include all elements that Tomcat exposes to applications -->
    227231    <pathelement location="${catalina.home}/common/classes"/>
Note: See TracChangeset for help on using the changeset viewer.