Changeset 13816


Ignore:
Timestamp:
2007-01-26T11:44:38+13:00 (17 years ago)
Author:
kjdon
Message:

renamed update-java-version to configure-java-version, otherwise it will be deleted from the build.xml when creating a release (all the update* targets are removed)

Location:
trunk/gsdl3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r13814 r13816  
    412412  </target>
    413413 
    414   <target name="update-java-version" depends="init"
     414  <target name="configure-java-version" depends="init"
    415415    description="Run this target if you have changed the default version of java since installing greenstone3">
    416416    <condition property="need.xml.jars">
  • trunk/gsdl3/dist-resources/dist-build.xml

    r13815 r13816  
    347347    <antcall target="unzip-windows-packages"/>
    348348    <!-- do the java version dependent stuff -->
    349     <antcall target="update-java-version"/>
     349    <antcall target="configure-java-version"/>
    350350    <antcall target="install-macos-extra"/>
    351351    <!-- set gsdlhome in setup.bat -->
Note: See TracChangeset for help on using the changeset viewer.