Changeset 10916


Ignore:
Timestamp:
2005-11-17T14:42:42+13:00 (18 years ago)
Author:
kjdon
Message:

forgot a if=mysql.islocal condition on one of the maysl targets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10915 r10916  
    827827  </target>
    828828 
    829   <target name="stop-mysql-no-password-force" depends="init">
     829  <target name="stop-mysql-no-password-force" depends="init" if="mysql.islocal">
    830830    <exec executable="${mysql.home}/bin/mysqladmin" dir="${mysql.home}"
    831831      failonerror="true" os="${os.linux},${os.mac}">
Note: See TracChangeset for help on using the changeset viewer.