|
|
@@ -15,10 +15,8 @@ |
|
|
|
* limitations under the License. |
|
|
|
* |
|
|
|
*/ |
|
|
|
|
|
|
|
package org.apache.tools.ant; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* Base class for components of a project, including tasks and data types. |
|
|
|
* Provides common facilities. |
|
|
@@ -155,6 +153,7 @@ public abstract class ProjectComponent implements Cloneable { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @since Ant 1.7 |
|
|
|
* @return a shallow copy of this projectcomponent. |
|
|
|