Browse Source

Old entry point is deprecated

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275226 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 22 years ago
parent
commit
e525cc2182
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/main/org/apache/tools/ant/Main.java

+ 2
- 0
src/main/org/apache/tools/ant/Main.java View File

@@ -282,6 +282,8 @@ public class Main implements AntMain {
*
* @exception BuildException if the specified build file doesn't exist
* or is a directory.
*
* @deprecated
*/
protected Main(String[] args) throws BuildException {
processArgs(args);


Loading…
Cancel
Save