Author: fuzzylogic Date: Wed Apr 27 12:07:11 2005 New Revision: 165028 URL: http://svn.apache.org/viewcvs?rev=165028&view=rev Log: Fix typo in snapshotError
Modified: incubator/derby/code/branches/10.0/build.xml Modified: incubator/derby/code/branches/10.0/build.xml URL: http://svn.apache.org/viewcvs/incubator/derby/code/branches/10.0/build.xml?rev=165028&r1=165027&r2=165028&view=diff ============================================================================== --- incubator/derby/code/branches/10.0/build.xml (original) +++ incubator/derby/code/branches/10.0/build.xml Wed Apr 27 12:07:11 2005 @@ -1071,7 +1071,7 @@ </target> - <target name="snapshotError" if="sane" depends="init"> + <target name="snapshotError" if="is.sane"> <echo message="Please generate the snapshot using an insane build."/> <echo message="Either run "ant -Dsane=false snapshot", or run"/> <echo message="the insane target before running the snapshot target."/>