Changeset 10731


Ignore:
Timestamp:
2005-10-18T13:19:31+13:00 (19 years ago)
Author:
kjdon
Message:

need to rename xalan and xerces jar files on install from distro if java 1.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10714 r10731  
    14971497
    14981498  <target name="install-for-dist" depends="accept-properties,init,configure-mysql,configure,configure-tomcat">
    1499    
     1499    <condition property="need.xml.jars">
     1500      <equals arg1="1.5" arg2="${ant.java.version}"/>
     1501    </condition>
     1502    <antcall target="rename-xml-jars"/>
    15001503  </target>
    15011504</project>
Note: See TracChangeset for help on using the changeset viewer.