git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271878 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -274,6 +274,7 @@ Legal: | |||||
| </patternset> | </patternset> | ||||
| <property name="ant.package" value="org/apache/tools/todo"/> | <property name="ant.package" value="org/apache/tools/todo"/> | ||||
| <property name="taskdef.package" value="${ant.package}/taskdefs"/> | |||||
| <property name="antlib.package" value="org/apache/antlib"/> | <property name="antlib.package" value="org/apache/antlib"/> | ||||
| <property name="optional.package" value="org/apache/tools/ant/taskdefs/optional"/> | <property name="optional.package" value="org/apache/tools/ant/taskdefs/optional"/> | ||||
| <property name="optional.type.package" value="${ant.package}/types/optional"/> | <property name="optional.type.package" value="${ant.package}/types/optional"/> | ||||
| @@ -305,65 +306,43 @@ Legal: | |||||
| unless="trax.present" /> | unless="trax.present" /> | ||||
| <exclude name="${antlib.package}/xml/XalanLiaison.java" | <exclude name="${antlib.package}/xml/XalanLiaison.java" | ||||
| unless="xalan.present" /> | unless="xalan.present" /> | ||||
| <exclude name="${optional.package}/ejb/Ejbc*.java" | |||||
| unless="ejb.ejbc.present" /> | |||||
| <exclude name="${optional.package}/ejb/DDCreator*.java" | |||||
| unless="ejb.DDCreator.present" /> | |||||
| <exclude name="${optional.package}/ejb/WLRun.java" | |||||
| unless="ejb.wls.present" /> | |||||
| <exclude name="${optional.package}/ejb/WLStop.java" | |||||
| unless="ejb.wls.present" /> | |||||
| <exclude name="${optional.package}/ejb/EjbJar.java" | |||||
| unless="ejbjar.support" /> | |||||
| <exclude name="${optional.package}/ejb/*DeploymentTool.java" | |||||
| unless="ejbjar.support" /> | |||||
| <exclude name="${optional.package}/ejb/IPlanet*.java" | |||||
| unless="ejbjar.support" /> | |||||
| <exclude name="${optional.package}/Javah.java" | <exclude name="${optional.package}/Javah.java" | ||||
| unless="jdk1.2+" /> | unless="jdk1.2+" /> | ||||
| <exclude name="${optional.package}/junit/*" | |||||
| <exclude name="${taskdef.package}/junit/*" | |||||
| unless="junit.present" /> | unless="junit.present" /> | ||||
| <exclude name="${optional.package}/net/**.java" | |||||
| <exclude name="${taskdef.package}/net/**.java" | |||||
| unless="netcomp.present" /> | unless="netcomp.present" /> | ||||
| <exclude name="${optional.package}/net/MimeMail.java" | |||||
| <exclude name="${taskdef.package}/net/MimeMail.java" | |||||
| unless="javamail.complete" /> | unless="javamail.complete" /> | ||||
| <exclude name="${optional.package}/scm/AntStarTeam*.java" | |||||
| <exclude name="${taskdef.package}/scm/AntStarTeam*.java" | |||||
| unless="starteam.present" /> | unless="starteam.present" /> | ||||
| <exclude name="${optional.package}/ANTLR.java" | <exclude name="${optional.package}/ANTLR.java" | ||||
| unless="antlr.present" /> | unless="antlr.present" /> | ||||
| <exclude name="${optional.package}/ide/VAJ*.java" | |||||
| unless="vaj.present" /> | |||||
| <exclude name="${optional.package}/ide/VAJ*Servlet.java" | |||||
| unless="servlet.present" /> | |||||
| <exclude name="${optional.package}/perforce/*.java" | |||||
| <exclude name="${taskdef.package}/perforce/*.java" | |||||
| unless="jakarta.oro.present" /> | unless="jakarta.oro.present" /> | ||||
| <exclude name="${optional.package}/sound/*.java" | |||||
| unless="jmf.present" /> | |||||
| <exclude name="${optional.package}/junit/XMLResultAggregator.java" | |||||
| <exclude name="${taskdef.package}/junit/XMLResultAggregator.java" | |||||
| unless="trax.present" /> | unless="trax.present" /> | ||||
| <exclude name="${optional.package}/junit/AggregateTransformer.java" | |||||
| <exclude name="${taskdef.package}/junit/AggregateTransformer.java" | |||||
| unless="trax.present" /> | unless="trax.present" /> | ||||
| <exclude name="${optional.package}/junit/XMLResultAggregator.java" | |||||
| <exclude name="${taskdef.package}/junit/XMLResultAggregator.java" | |||||
| unless="xalan2.present" /> | unless="xalan2.present" /> | ||||
| <exclude name="${optional.package}/junit/AggregateTransformer.java" | |||||
| <exclude name="${taskdef.package}/junit/AggregateTransformer.java" | |||||
| unless="xalan2.present" /> | unless="xalan2.present" /> | ||||
| <exclude name="${optional.package}/junit/XalanExecutor.java" | |||||
| <exclude name="${taskdef.package}/junit/XalanExecutor.java" | |||||
| unless="xalan2.present" /> | unless="xalan2.present" /> | ||||
| <exclude name="${optional.package}/junit/Xalan2Executor.java" | |||||
| <exclude name="${taskdef.package}/junit/Xalan2Executor.java" | |||||
| unless="xalan2.present" /> | unless="xalan2.present" /> | ||||
| <exclude name="${optional.package}/junit/Xalan1Executor.java" | |||||
| <exclude name="${taskdef.package}/junit/Xalan1Executor.java" | |||||
| unless="xalan.present" /> | unless="xalan.present" /> | ||||
| <exclude name="${optional.package}/jdepend/*" | |||||
| <exclude name="${taskdef.package}/jdepend/*" | |||||
| unless="jdepend.present" /> | unless="jdepend.present" /> | ||||
| <exclude name="${optional.package}/sitraka/**" | |||||
| <exclude name="${taskdef.package}/sitraka/**" | |||||
| unless="some.regexp.support"/> | unless="some.regexp.support"/> | ||||
| <exclude name="${optional.package}/metamata/MAudit*" | |||||
| <exclude name="${taskdef.package}/metamata/MAudit*" | |||||
| unless="jakarta.oro.present"/> | unless="jakarta.oro.present"/> | ||||
| <exclude name="${optional.package}/metamata/MMetrics*" | |||||
| <exclude name="${taskdef.package}/metamata/MMetrics*" | |||||
| unless="trax.present"/> | unless="trax.present"/> | ||||
| <exclude name="${optional.package}/metamata/**" | |||||
| unless="jdk1.2+" /> | |||||
| <exclude name="${optional.package}/ManifestFile.java" | |||||
| <exclude name="${taskdef.package}/metamata/**" | |||||
| unless="jdk1.2+" /> | unless="jdk1.2+" /> | ||||
| <exclude name="${optional.type.package}/depend/*.java" | <exclude name="${optional.type.package}/depend/*.java" | ||||
| unless="bcel.present" /> | unless="bcel.present" /> | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.ccm; | |||||
| package org.apache.tools.todo.taskdefs.ccm; | |||||
| import java.io.File; | import java.io.File; | ||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.ccm; | |||||
| package org.apache.tools.todo.taskdefs.ccm; | |||||
| import java.util.Date; | import java.util.Date; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.ccm; | |||||
| package org.apache.tools.todo.taskdefs.ccm; | |||||
| /** | /** | ||||
| * Task to perform Checkin Default task command to Continuus | * Task to perform Checkin Default task command to Continuus | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.ccm; | |||||
| package org.apache.tools.todo.taskdefs.ccm; | |||||
| /** | /** | ||||
| * Task to perform Checkout command to Continuus | * Task to perform Checkout command to Continuus | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.ccm; | |||||
| package org.apache.tools.todo.taskdefs.ccm; | |||||
| import org.apache.aut.nativelib.ExecOutputHandler; | import org.apache.aut.nativelib.ExecOutputHandler; | ||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.ccm; | |||||
| package org.apache.tools.todo.taskdefs.ccm; | |||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| import org.apache.tools.todo.types.Commandline; | import org.apache.tools.todo.types.Commandline; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.ccm; | |||||
| package org.apache.tools.todo.taskdefs.ccm; | |||||
| import java.io.File; | import java.io.File; | ||||
| import org.apache.aut.nativelib.ExecManager; | import org.apache.aut.nativelib.ExecManager; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.clearcase; | |||||
| package org.apache.tools.todo.taskdefs.clearcase; | |||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| import org.apache.tools.todo.types.Commandline; | import org.apache.tools.todo.types.Commandline; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.clearcase; | |||||
| package org.apache.tools.todo.taskdefs.clearcase; | |||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| import org.apache.tools.todo.types.Commandline; | import org.apache.tools.todo.types.Commandline; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.clearcase; | |||||
| package org.apache.tools.todo.taskdefs.clearcase; | |||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| import org.apache.tools.todo.types.Commandline; | import org.apache.tools.todo.types.Commandline; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.clearcase; | |||||
| package org.apache.tools.todo.taskdefs.clearcase; | |||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| import org.apache.tools.todo.types.Commandline; | import org.apache.tools.todo.types.Commandline; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.clearcase; | |||||
| package org.apache.tools.todo.taskdefs.clearcase; | |||||
| import java.io.File; | import java.io.File; | ||||
| import org.apache.aut.nativelib.ExecManager; | import org.apache.aut.nativelib.ExecManager; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.i18n; | |||||
| package org.apache.tools.todo.taskdefs.i18n; | |||||
| import java.io.BufferedReader; | import java.io.BufferedReader; | ||||
| import java.io.BufferedWriter; | import java.io.BufferedWriter; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.javacc; | |||||
| package org.apache.tools.todo.taskdefs.javacc; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.util.Enumeration; | import java.util.Enumeration; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.javacc; | |||||
| package org.apache.tools.todo.taskdefs.javacc; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.util.Enumeration; | import java.util.Enumeration; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.jdepend; | |||||
| package org.apache.tools.todo.taskdefs.jdepend; | |||||
| import org.apache.tools.todo.types.EnumeratedAttribute; | import org.apache.tools.todo.types.EnumeratedAttribute; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.jdepend; | |||||
| package org.apache.tools.todo.taskdefs.jdepend; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.io.FileWriter; | import java.io.FileWriter; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.jsp; | |||||
| package org.apache.tools.todo.taskdefs.jsp; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.util.ArrayList; | import java.util.ArrayList; | ||||
| @@ -14,8 +14,8 @@ import org.apache.myrmidon.api.TaskException; | |||||
| import org.apache.myrmidon.api.AbstractTask; | import org.apache.myrmidon.api.AbstractTask; | ||||
| import org.apache.myrmidon.api.TaskContext; | import org.apache.myrmidon.api.TaskContext; | ||||
| import org.apache.tools.todo.taskdefs.MatchingTask; | import org.apache.tools.todo.taskdefs.MatchingTask; | ||||
| import org.apache.tools.ant.taskdefs.optional.jsp.compilers.CompilerAdapter; | |||||
| import org.apache.tools.ant.taskdefs.optional.jsp.compilers.CompilerAdapterFactory; | |||||
| import org.apache.tools.todo.taskdefs.jsp.compilers.CompilerAdapter; | |||||
| import org.apache.tools.todo.taskdefs.jsp.compilers.CompilerAdapterFactory; | |||||
| import org.apache.tools.todo.types.DirectoryScanner; | import org.apache.tools.todo.types.DirectoryScanner; | ||||
| import org.apache.tools.todo.types.Path; | import org.apache.tools.todo.types.Path; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.jsp;//java imports | |||||
| package org.apache.tools.todo.taskdefs.jsp;//java imports | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.util.ArrayList; | import java.util.ArrayList; | ||||
| @@ -5,11 +5,11 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.jsp.compilers; | |||||
| package org.apache.tools.todo.taskdefs.jsp.compilers; | |||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| import org.apache.myrmidon.api.TaskContext; | import org.apache.myrmidon.api.TaskContext; | ||||
| import org.apache.tools.ant.taskdefs.optional.jsp.JspC; | |||||
| import org.apache.tools.todo.taskdefs.jsp.JspC; | |||||
| /** | /** | ||||
| * The interface that all jsp compiler adapters must adher to. <p> | * The interface that all jsp compiler adapters must adher to. <p> | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.jsp.compilers; | |||||
| package org.apache.tools.todo.taskdefs.jsp.compilers; | |||||
| import org.apache.myrmidon.api.AbstractTask; | import org.apache.myrmidon.api.AbstractTask; | ||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| @@ -5,13 +5,13 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.jsp.compilers; | |||||
| package org.apache.tools.todo.taskdefs.jsp.compilers; | |||||
| import java.util.ArrayList; | import java.util.ArrayList; | ||||
| import java.util.Iterator; | import java.util.Iterator; | ||||
| import org.apache.avalon.excalibur.util.StringUtil; | import org.apache.avalon.excalibur.util.StringUtil; | ||||
| import org.apache.myrmidon.api.TaskContext; | import org.apache.myrmidon.api.TaskContext; | ||||
| import org.apache.tools.ant.taskdefs.optional.jsp.JspC; | |||||
| import org.apache.tools.todo.taskdefs.jsp.JspC; | |||||
| import org.apache.tools.todo.types.Commandline; | import org.apache.tools.todo.types.Commandline; | ||||
| /** | /** | ||||
| @@ -5,12 +5,12 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.jsp.compilers; | |||||
| package org.apache.tools.todo.taskdefs.jsp.compilers; | |||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| import org.apache.myrmidon.api.TaskContext; | import org.apache.myrmidon.api.TaskContext; | ||||
| import org.apache.tools.todo.taskdefs.Java; | import org.apache.tools.todo.taskdefs.Java; | ||||
| import org.apache.tools.ant.taskdefs.optional.jsp.JspC; | |||||
| import org.apache.tools.todo.taskdefs.jsp.JspC; | |||||
| import org.apache.tools.todo.types.Argument; | import org.apache.tools.todo.types.Argument; | ||||
| import org.apache.tools.todo.types.Commandline; | import org.apache.tools.todo.types.Commandline; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.io.FileInputStream; | import java.io.FileInputStream; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.util.ArrayList; | import java.util.ArrayList; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.util.ArrayList; | import java.util.ArrayList; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| import junit.framework.AssertionFailedError; | import junit.framework.AssertionFailedError; | ||||
| import junit.framework.Test; | import junit.framework.Test; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| import java.util.Iterator; | import java.util.Iterator; | ||||
| import java.util.NoSuchElementException; | import java.util.NoSuchElementException; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| import java.io.IOException; | import java.io.IOException; | ||||
| import java.io.Writer; | import java.io.Writer; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| import org.w3c.dom.Attr; | import org.w3c.dom.Attr; | ||||
| import org.w3c.dom.CDATASection; | import org.w3c.dom.CDATASection; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.io.FileOutputStream; | import java.io.FileOutputStream; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| import java.io.OutputStream; | import java.io.OutputStream; | ||||
| import junit.framework.TestListener; | import junit.framework.TestListener; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.io.FileOutputStream; | import java.io.FileOutputStream; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| import java.util.ArrayList; | import java.util.ArrayList; | ||||
| import java.util.Iterator; | import java.util.Iterator; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| import java.io.BufferedReader; | import java.io.BufferedReader; | ||||
| import java.io.ByteArrayOutputStream; | import java.io.ByteArrayOutputStream; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| import java.lang.reflect.Method; | import java.lang.reflect.Method; | ||||
| import junit.framework.Test; | import junit.framework.Test; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| import java.util.ArrayList; | import java.util.ArrayList; | ||||
| import org.w3c.dom.Node; | import org.w3c.dom.Node; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| import java.io.IOException; | import java.io.IOException; | ||||
| import java.io.OutputStream; | import java.io.OutputStream; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| import java.io.IOException; | import java.io.IOException; | ||||
| import java.io.OutputStream; | import java.io.OutputStream; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| /** | /** | ||||
| * <p> | * <p> | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| import java.io.IOException; | import java.io.IOException; | ||||
| import java.io.OutputStream; | import java.io.OutputStream; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.io.FileOutputStream; | import java.io.FileOutputStream; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| import java.io.OutputStream; | import java.io.OutputStream; | ||||
| import org.apache.xalan.xslt.XSLTInputSource; | import org.apache.xalan.xslt.XSLTInputSource; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| import java.io.OutputStream; | import java.io.OutputStream; | ||||
| import javax.xml.transform.Result; | import javax.xml.transform.Result; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.junit; | |||||
| package org.apache.tools.todo.taskdefs.junit; | |||||
| import java.io.ByteArrayOutputStream; | import java.io.ByteArrayOutputStream; | ||||
| import java.io.File; | import java.io.File; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.metamata; | |||||
| package org.apache.tools.todo.taskdefs.metamata; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.io.FileWriter; | import java.io.FileWriter; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.metamata; | |||||
| package org.apache.tools.todo.taskdefs.metamata; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.util.ArrayList; | import java.util.ArrayList; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.metamata; | |||||
| package org.apache.tools.todo.taskdefs.metamata; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.io.FileInputStream; | import java.io.FileInputStream; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.metamata; | |||||
| package org.apache.tools.todo.taskdefs.metamata; | |||||
| import java.io.BufferedReader; | import java.io.BufferedReader; | ||||
| import java.io.IOException; | import java.io.IOException; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.metamata; | |||||
| package org.apache.tools.todo.taskdefs.metamata; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.io.FileWriter; | import java.io.FileWriter; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.metamata; | |||||
| package org.apache.tools.todo.taskdefs.metamata; | |||||
| /** | /** | ||||
| * the class used to report violation information | * the class used to report violation information | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.net; | |||||
| package org.apache.tools.todo.taskdefs.net; | |||||
| import java.util.Locale; | import java.util.Locale; | ||||
| import org.apache.tools.todo.types.EnumeratedAttribute; | import org.apache.tools.todo.types.EnumeratedAttribute; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.net; | |||||
| package org.apache.tools.todo.taskdefs.net; | |||||
| import com.oroinc.net.telnet.TelnetClient; | import com.oroinc.net.telnet.TelnetClient; | ||||
| import java.io.InputStream; | import java.io.InputStream; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.net; | |||||
| package org.apache.tools.todo.taskdefs.net; | |||||
| import com.oroinc.net.ftp.FTPClient; | import com.oroinc.net.ftp.FTPClient; | ||||
| import com.oroinc.net.ftp.FTPFile; | import com.oroinc.net.ftp.FTPFile; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.net; | |||||
| package org.apache.tools.todo.taskdefs.net; | |||||
| import com.oroinc.net.ftp.FTPClient; | import com.oroinc.net.ftp.FTPClient; | ||||
| import com.oroinc.net.ftp.FTPFile; | import com.oroinc.net.ftp.FTPFile; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.net; | |||||
| package org.apache.tools.todo.taskdefs.net; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.io.FileInputStream; | import java.io.FileInputStream; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.net; | |||||
| package org.apache.tools.todo.taskdefs.net; | |||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.net; | |||||
| package org.apache.tools.todo.taskdefs.net; | |||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.net; | |||||
| package org.apache.tools.todo.taskdefs.net; | |||||
| import java.io.IOException; | import java.io.IOException; | ||||
| import java.io.InputStream; | import java.io.InputStream; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.net; | |||||
| package org.apache.tools.todo.taskdefs.net; | |||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.perforce; | |||||
| package org.apache.tools.todo.taskdefs.perforce; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.util.ArrayList; | import java.util.ArrayList; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.perforce; | |||||
| package org.apache.tools.todo.taskdefs.perforce; | |||||
| import org.apache.aut.nativelib.ExecManager; | import org.apache.aut.nativelib.ExecManager; | ||||
| import org.apache.aut.nativelib.ExecOutputHandler; | import org.apache.aut.nativelib.ExecOutputHandler; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.perforce; | |||||
| package org.apache.tools.todo.taskdefs.perforce; | |||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| import org.apache.myrmidon.api.AbstractTask; | import org.apache.myrmidon.api.AbstractTask; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.perforce; | |||||
| package org.apache.tools.todo.taskdefs.perforce; | |||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| import org.apache.myrmidon.api.AbstractTask; | import org.apache.myrmidon.api.AbstractTask; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.perforce; | |||||
| package org.apache.tools.todo.taskdefs.perforce; | |||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.perforce; | |||||
| package org.apache.tools.todo.taskdefs.perforce; | |||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.perforce; | |||||
| package org.apache.tools.todo.taskdefs.perforce; | |||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.perforce; | |||||
| package org.apache.tools.todo.taskdefs.perforce; | |||||
| import java.text.SimpleDateFormat; | import java.text.SimpleDateFormat; | ||||
| import java.util.Date; | import java.util.Date; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.perforce; | |||||
| package org.apache.tools.todo.taskdefs.perforce; | |||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.perforce; | |||||
| package org.apache.tools.todo.taskdefs.perforce; | |||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.perforce; | |||||
| package org.apache.tools.todo.taskdefs.perforce; | |||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| import org.apache.myrmidon.api.AbstractTask; | import org.apache.myrmidon.api.AbstractTask; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.perforce; | |||||
| package org.apache.tools.todo.taskdefs.perforce; | |||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| import org.apache.myrmidon.api.AbstractTask; | import org.apache.myrmidon.api.AbstractTask; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.pvcs; | |||||
| package org.apache.tools.todo.taskdefs.pvcs; | |||||
| import java.io.BufferedReader; | import java.io.BufferedReader; | ||||
| import java.io.BufferedWriter; | import java.io.BufferedWriter; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.pvcs; | |||||
| package org.apache.tools.todo.taskdefs.pvcs; | |||||
| /** | /** | ||||
| * class to handle <pvcsprojec> elements | * class to handle <pvcsprojec> elements | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.scm; | |||||
| package org.apache.tools.todo.taskdefs.scm; | |||||
| import com.starbase.starteam.Folder; | import com.starbase.starteam.Folder; | ||||
| import com.starbase.starteam.Item; | import com.starbase.starteam.Item; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.sitraka; | |||||
| package org.apache.tools.todo.taskdefs.sitraka; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.io.FileWriter; | import java.io.FileWriter; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.sitraka; | |||||
| package org.apache.tools.todo.taskdefs.sitraka; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.io.IOException; | import java.io.IOException; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.sitraka; | |||||
| package org.apache.tools.todo.taskdefs.sitraka; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.io.FileWriter; | import java.io.FileWriter; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.sitraka; | |||||
| package org.apache.tools.todo.taskdefs.sitraka; | |||||
| /** | /** | ||||
| * concrete exclude class | * concrete exclude class | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.sitraka; | |||||
| package org.apache.tools.todo.taskdefs.sitraka; | |||||
| /** | /** | ||||
| * default abstract filter element class | * default abstract filter element class | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.sitraka; | |||||
| package org.apache.tools.todo.taskdefs.sitraka; | |||||
| import java.util.ArrayList; | import java.util.ArrayList; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.sitraka; | |||||
| package org.apache.tools.todo.taskdefs.sitraka; | |||||
| import org.apache.tools.todo.types.EnumeratedAttribute; | import org.apache.tools.todo.types.EnumeratedAttribute; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.sitraka; | |||||
| package org.apache.tools.todo.taskdefs.sitraka; | |||||
| /** | /** | ||||
| * concrete include class | * concrete include class | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.sitraka; | |||||
| package org.apache.tools.todo.taskdefs.sitraka; | |||||
| import org.apache.tools.todo.types.EnumeratedAttribute; | import org.apache.tools.todo.types.EnumeratedAttribute; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.sitraka; | |||||
| package org.apache.tools.todo.taskdefs.sitraka; | |||||
| import org.apache.tools.todo.types.EnumeratedAttribute; | import org.apache.tools.todo.types.EnumeratedAttribute; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.sitraka; | |||||
| package org.apache.tools.todo.taskdefs.sitraka; | |||||
| import java.util.ArrayList; | import java.util.ArrayList; | ||||
| import org.apache.tools.todo.util.regexp.RegexpMatcher; | import org.apache.tools.todo.util.regexp.RegexpMatcher; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.sitraka; | |||||
| package org.apache.tools.todo.taskdefs.sitraka; | |||||
| /** | /** | ||||
| * Socket element for connection. <tt><socket/></tt> defaults to host | * Socket element for connection. <tt><socket/></tt> defaults to host | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.sitraka; | |||||
| package org.apache.tools.todo.taskdefs.sitraka; | |||||
| import java.util.ArrayList; | import java.util.ArrayList; | ||||
| import java.util.Hashtable; | import java.util.Hashtable; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.sitraka; | |||||
| package org.apache.tools.todo.taskdefs.sitraka; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.io.FileInputStream; | import java.io.FileInputStream; | ||||
| @@ -17,10 +17,10 @@ import javax.xml.parsers.DocumentBuilder; | |||||
| import javax.xml.parsers.DocumentBuilderFactory; | import javax.xml.parsers.DocumentBuilderFactory; | ||||
| import org.apache.myrmidon.api.AbstractTask; | import org.apache.myrmidon.api.AbstractTask; | ||||
| import org.apache.myrmidon.api.TaskContext; | import org.apache.myrmidon.api.TaskContext; | ||||
| import org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.ClassFile; | |||||
| import org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.ClassPathLoader; | |||||
| import org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.MethodInfo; | |||||
| import org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.Utils; | |||||
| import org.apache.tools.todo.taskdefs.sitraka.bytecode.ClassFile; | |||||
| import org.apache.tools.todo.taskdefs.sitraka.bytecode.ClassPathLoader; | |||||
| import org.apache.tools.todo.taskdefs.sitraka.bytecode.MethodInfo; | |||||
| import org.apache.tools.todo.taskdefs.sitraka.bytecode.Utils; | |||||
| import org.w3c.dom.Document; | import org.w3c.dom.Document; | ||||
| import org.w3c.dom.Element; | import org.w3c.dom.Element; | ||||
| import org.w3c.dom.Node; | import org.w3c.dom.Node; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.sitraka.bytecode; | |||||
| package org.apache.tools.todo.taskdefs.sitraka.bytecode; | |||||
| import java.io.DataInputStream; | import java.io.DataInputStream; | ||||
| import java.io.IOException; | import java.io.IOException; | ||||
| @@ -13,7 +13,7 @@ import java.io.InputStream; | |||||
| import org.apache.tools.ant.taskdefs.optional.depend.constantpool.ClassCPInfo; | import org.apache.tools.ant.taskdefs.optional.depend.constantpool.ClassCPInfo; | ||||
| import org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPool; | import org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPool; | ||||
| import org.apache.tools.ant.taskdefs.optional.depend.constantpool.Utf8CPInfo; | import org.apache.tools.ant.taskdefs.optional.depend.constantpool.Utf8CPInfo; | ||||
| import org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.attributes.AttributeInfo; | |||||
| import org.apache.tools.todo.taskdefs.sitraka.bytecode.attributes.AttributeInfo; | |||||
| /** | /** | ||||
| * Object representing a class. Information are kept to the strict minimum for | * Object representing a class. Information are kept to the strict minimum for | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.sitraka.bytecode; | |||||
| package org.apache.tools.todo.taskdefs.sitraka.bytecode; | |||||
| import java.io.BufferedInputStream; | import java.io.BufferedInputStream; | ||||
| import java.io.ByteArrayInputStream; | import java.io.ByteArrayInputStream; | ||||
| @@ -5,12 +5,12 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.sitraka.bytecode; | |||||
| package org.apache.tools.todo.taskdefs.sitraka.bytecode; | |||||
| import java.io.DataInputStream; | import java.io.DataInputStream; | ||||
| import java.io.IOException; | import java.io.IOException; | ||||
| import org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPool; | import org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPool; | ||||
| import org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.attributes.AttributeInfo; | |||||
| import org.apache.tools.todo.taskdefs.sitraka.bytecode.attributes.AttributeInfo; | |||||
| /** | /** | ||||
| * Method info structure. | * Method info structure. | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.sitraka.bytecode; | |||||
| package org.apache.tools.todo.taskdefs.sitraka.bytecode; | |||||
| import java.util.ArrayList; | import java.util.ArrayList; | ||||
| import org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPool; | import org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPool; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.attributes; | |||||
| package org.apache.tools.todo.taskdefs.sitraka.bytecode.attributes; | |||||
| /** | /** | ||||
| * Attribute info structure that provides base methods | * Attribute info structure that provides base methods | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.vss; | |||||
| package org.apache.tools.todo.taskdefs.vss; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.util.Properties; | import java.util.Properties; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.vss; | |||||
| package org.apache.tools.todo.taskdefs.vss; | |||||
| import java.io.File; | import java.io.File; | ||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.vss; | |||||
| package org.apache.tools.todo.taskdefs.vss; | |||||
| import java.io.File; | import java.io.File; | ||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| @@ -5,7 +5,7 @@ | |||||
| * version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
| * the LICENSE.txt file. | * the LICENSE.txt file. | ||||
| */ | */ | ||||
| package org.apache.tools.ant.taskdefs.optional.vss; | |||||
| package org.apache.tools.todo.taskdefs.vss; | |||||
| import java.io.File; | import java.io.File; | ||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||