Browse Source

-remove imports

-change date

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@372160 13f79535-47bb-0310-9956-ffa450edef68
master
Kevin Jackson 19 years ago
parent
commit
cae1c86d75
1 changed files with 6 additions and 8 deletions
  1. +6
    -8
      src/main/org/apache/tools/ant/taskdefs/Input.java

+ 6
- 8
src/main/org/apache/tools/ant/taskdefs/Input.java View File

@@ -1,5 +1,5 @@
/* /*
* Copyright 2001-2005 The Apache Software Foundation
* Copyright 2001-2006 The Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -19,19 +19,17 @@ package org.apache.tools.ant.taskdefs;


import java.util.Vector; import java.util.Vector;


import org.apache.tools.ant.Task;
import org.apache.tools.ant.Project;
import org.apache.tools.ant.BuildException; import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.Task;
import org.apache.tools.ant.input.DefaultInputHandler;
import org.apache.tools.ant.input.GreedyInputHandler;
import org.apache.tools.ant.input.InputHandler; import org.apache.tools.ant.input.InputHandler;
import org.apache.tools.ant.input.InputRequest; import org.apache.tools.ant.input.InputRequest;
import org.apache.tools.ant.input.GreedyInputHandler;
import org.apache.tools.ant.input.DefaultInputHandler;
import org.apache.tools.ant.input.PropertyFileInputHandler;
import org.apache.tools.ant.input.MultipleChoiceInputRequest; import org.apache.tools.ant.input.MultipleChoiceInputRequest;
import org.apache.tools.ant.types.Path;
import org.apache.tools.ant.input.PropertyFileInputHandler;
import org.apache.tools.ant.types.EnumeratedAttribute; import org.apache.tools.ant.types.EnumeratedAttribute;
import org.apache.tools.ant.util.StringUtils;
import org.apache.tools.ant.util.ClasspathUtils; import org.apache.tools.ant.util.ClasspathUtils;
import org.apache.tools.ant.util.StringUtils;


/** /**
* Reads an input line from the console. * Reads an input line from the console.


Loading…
Cancel
Save