Browse Source

FailOnError no longer needed.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270257 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
4182a29465
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      proposal/myrmidon/src/java/org/apache/antlib/cvslib/Cvs.java

+ 0
- 6
proposal/myrmidon/src/java/org/apache/antlib/cvslib/Cvs.java View File

@@ -54,12 +54,6 @@ public class Cvs
*/
private File m_passwordFile;

/**
* If true it will stop the build if cvs exits with error. Default is false.
* (Iulian)
*/
private boolean m_failOnError;

/**
* the CVSROOT variable.
*/


Loading…
Cancel
Save