Ignore:
Timestamp:
08/28/12 14:20:38 (12 years ago)
Author:
mwindhouwer
Message:

D mod-ISOcat-access-system/info/revision.xml

  • generated by the ant build file

M mod-ISOcat-utils/build.xml

  • copy the correct JAR

M mod-ISOcat-site/module.xml

  • don't process the doc requests

M mod-ISOcat-access-data/dbms/ISOcat-schema-init.sql

  • fixed the owner references

M mod-ISOcat-access-data/dbms/ISOcat-schema-constraints.sql

  • commented out some grants

M mod-ISOcat-access-data/dbms/ISOcat-schema-empty.sql

  • pgsql is already loaded im/explicit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cats/ISOcat/trunk/mod-ISOcat-utils/build.xml

    r2029 r2159  
    1212        <target name="lib" depends="init" description="collect external libraries" >
    1313                <!-- Copy the Ostermiller libraries to the lib directory -->
    14                 <copy file="${ostermiller}/ostermillerutils.jar" todir="${libs}"/>
     14                <copy todir="${libs}">
     15                        <fileset dir="${ostermiller}" includes="ostermillerutils-*.jar" excludes="*-*-*.jar"/>
     16                </copy>
    1517        </target>
    1618
Note: See TracChangeset for help on using the changeset viewer.