Ignore:
Timestamp:
2007-01-17T15:15:38+13:00 (17 years ago)
Author:
shaoqun
Message:

make the get-perl-for-windows target depend on the init target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/dist-resources/dist-build.xml

    r13504 r13667  
    288288  </target>
    289289
    290   <target name="get-perl-for-windows" if="current.os.iswindows">
     290  <target name="get-perl-for-windows" depends="init" if="current.os.iswindows">
    291291    <get src="http://www.greenstone.org/gs3files/perl-for-windows.zip"
    292292      dest="${gs2build.home}/bin/windows/perl-for-windows.zip"
Note: See TracChangeset for help on using the changeset viewer.