git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277845 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -13,7 +13,6 @@ | |||||
| <li>Klaus Hartlage | <li>Klaus Hartlage | ||||
| (<a href="mailto:KHartlage@t-online.de">KHartlage@t-online.de</a>)</li> | (<a href="mailto:KHartlage@t-online.de">KHartlage@t-online.de</a>)</li> | ||||
| </ul> | </ul> | ||||
| <p>Version $Revision$ - $Date$</p> | |||||
| <hr> | <hr> | ||||
| <p>You can download the plugin at: <a | <p>You can download the plugin at: <a | ||||
| @@ -40,4 +39,4 @@ in the specified java text file.</p> | |||||
| <hr> | <hr> | ||||
| <p align="center">Copyright © 2001-2002,2004-2005 The Apache Software Foundation. All rights | <p align="center">Copyright © 2001-2002,2004-2005 The Apache Software Foundation. All rights | ||||
| Reserved.</p> | Reserved.</p> | ||||
| </body></html> | |||||
| </body></html> | |||||
| @@ -24,7 +24,6 @@ import java.util.ArrayList; | |||||
| /** | /** | ||||
| * A class used to parse the output of the svn log command. | * A class used to parse the output of the svn log command. | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| */ | */ | ||||
| class SvnChangeLogParser extends LineOrientedOutputStream { | class SvnChangeLogParser extends LineOrientedOutputStream { | ||||
| @@ -21,7 +21,6 @@ import java.io.File; | |||||
| import org.apache.tools.ant.BuildFileTest; | import org.apache.tools.ant.BuildFileTest; | ||||
| /** | /** | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class AbstractSvnTaskTest extends BuildFileTest { | public class AbstractSvnTaskTest extends BuildFileTest { | ||||
| @@ -1,55 +1,18 @@ | |||||
| /* | |||||
| * The Apache Software License, Version 1.1 | |||||
| /* | |||||
| * Copyright 2003, 2005 The Apache Software Foundation | |||||
| * | * | ||||
| * Copyright (c) 2003 The Apache Software Foundation. All rights | |||||
| * reserved. | |||||
| * Licensed under the Apache License, Version 2.0 (the "License"); | |||||
| * you may not use this file except in compliance with the License. | |||||
| * You may obtain a copy of the License at | |||||
| * | * | ||||
| * Redistribution and use in source and binary forms, with or without | |||||
| * modification, are permitted provided that the following conditions | |||||
| * are met: | |||||
| * http://www.apache.org/licenses/LICENSE-2.0 | |||||
| * | * | ||||
| * 1. Redistributions of source code must retain the above copyright | |||||
| * notice, this list of conditions and the following disclaimer. | |||||
| * Unless required by applicable law or agreed to in writing, software | |||||
| * distributed under the License is distributed on an "AS IS" BASIS, | |||||
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||||
| * See the License for the specific language governing permissions and | |||||
| * limitations under the License. | |||||
| * | * | ||||
| * 2. Redistributions in binary form must reproduce the above copyright | |||||
| * notice, this list of conditions and the following disclaimer in | |||||
| * the documentation and/or other materials provided with the | |||||
| * distribution. | |||||
| * | |||||
| * 3. The end-user documentation included with the redistribution, if | |||||
| * any, must include the following acknowlegement: | |||||
| * "This product includes software developed by the | |||||
| * Apache Software Foundation (http://www.apache.org/)." | |||||
| * Alternately, this acknowlegement may appear in the software itself, | |||||
| * if and wherever such third-party acknowlegements normally appear. | |||||
| * | |||||
| * 4. The names "The Jakarta Project", "Ant", and "Apache Software | |||||
| * Foundation" must not be used to endorse or promote products derived | |||||
| * from this software without prior written permission. For written | |||||
| * permission, please contact apache@apache.org. | |||||
| * | |||||
| * 5. Products derived from this software may not be called "Apache" | |||||
| * nor may "Apache" appear in their names without prior written | |||||
| * permission of the Apache Group. | |||||
| * | |||||
| * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED | |||||
| * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | |||||
| * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |||||
| * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR | |||||
| * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | |||||
| * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | |||||
| * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF | |||||
| * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | |||||
| * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |||||
| * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | |||||
| * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | |||||
| * SUCH DAMAGE. | |||||
| * ==================================================================== | |||||
| * | |||||
| * This software consists of voluntary contributions made by many | |||||
| * individuals on behalf of the Apache Software Foundation. For more | |||||
| * information on the Apache Software Foundation, please see | |||||
| * <http://www.apache.org/>. | |||||
| */ | */ | ||||
| package org.apache.ant.xdoclet; | package org.apache.ant.xdoclet; | ||||
| @@ -63,7 +26,6 @@ import xdoclet.TemplateSubTask; | |||||
| * @ant.element display-name="taskdefproperties" name="taskdefproperties" | * @ant.element display-name="taskdefproperties" name="taskdefproperties" | ||||
| * parent="org.apache.ant.xdoclet.AntDocletTask" | * parent="org.apache.ant.xdoclet.AntDocletTask" | ||||
| * @ant.task ignore="true" | * @ant.task ignore="true" | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class TaskDefPropertiesSubTask extends AntSubTask | public class TaskDefPropertiesSubTask extends AntSubTask | ||||
| { | { | ||||
| @@ -1,56 +1,19 @@ | |||||
| /* | |||||
| * The Apache Software License, Version 1.1 | |||||
| * | |||||
| * Copyright (c) 2003 The Apache Software Foundation. All rights | |||||
| * reserved. | |||||
| * | |||||
| * Redistribution and use in source and binary forms, with or without | |||||
| * modification, are permitted provided that the following conditions | |||||
| * are met: | |||||
| * | |||||
| * 1. Redistributions of source code must retain the above copyright | |||||
| * notice, this list of conditions and the following disclaimer. | |||||
| * | |||||
| * 2. Redistributions in binary form must reproduce the above copyright | |||||
| * notice, this list of conditions and the following disclaimer in | |||||
| * the documentation and/or other materials provided with the | |||||
| * distribution. | |||||
| * | |||||
| * 3. The end-user documentation included with the redistribution, if | |||||
| * any, must include the following acknowlegement: | |||||
| * "This product includes software developed by the | |||||
| * Apache Software Foundation (http://www.apache.org/)." | |||||
| * Alternately, this acknowlegement may appear in the software itself, | |||||
| * if and wherever such third-party acknowlegements normally appear. | |||||
| * | |||||
| * 4. The names "The Jakarta Project", "Ant", and "Apache Software | |||||
| * Foundation" must not be used to endorse or promote products derived | |||||
| * from this software without prior written permission. For written | |||||
| * permission, please contact apache@apache.org. | |||||
| * | |||||
| * 5. Products derived from this software may not be called "Apache" | |||||
| * nor may "Apache" appear in their names without prior written | |||||
| * permission of the Apache Group. | |||||
| * | |||||
| * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED | |||||
| * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | |||||
| * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |||||
| * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR | |||||
| * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | |||||
| * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | |||||
| * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF | |||||
| * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | |||||
| * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |||||
| * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | |||||
| * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | |||||
| * SUCH DAMAGE. | |||||
| * ==================================================================== | |||||
| * | |||||
| * This software consists of voluntary contributions made by many | |||||
| * individuals on behalf of the Apache Software Foundation. For more | |||||
| * information on the Apache Software Foundation, please see | |||||
| * <http://www.apache.org/>. | |||||
| */ | |||||
| /* | |||||
| * Copyright 2003, 2005 The Apache Software Foundation | |||||
| * | |||||
| * Licensed under the Apache License, Version 2.0 (the "License"); | |||||
| * you may not use this file except in compliance with the License. | |||||
| * You may obtain a copy of the License at | |||||
| * | |||||
| * http://www.apache.org/licenses/LICENSE-2.0 | |||||
| * | |||||
| * Unless required by applicable law or agreed to in writing, software | |||||
| * distributed under the License is distributed on an "AS IS" BASIS, | |||||
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||||
| * See the License for the specific language governing permissions and | |||||
| * limitations under the License. | |||||
| * | |||||
| */ | |||||
| package org.apache.ant.xdoclet; | package org.apache.ant.xdoclet; | ||||
| @@ -66,7 +29,6 @@ import xjavadoc.XClass; | |||||
| * @ant.element display-name="taskdescriptor" name="taskdescriptor" | * @ant.element display-name="taskdescriptor" name="taskdescriptor" | ||||
| * parent="xdoclet.modules.apache.ant.org.apache.ant.xdoclet.AntDocletTask" | * parent="xdoclet.modules.apache.ant.org.apache.ant.xdoclet.AntDocletTask" | ||||
| * @ant.task ignore="true" | * @ant.task ignore="true" | ||||
| * @version $Revision$ | |||||
| * @xdoclet.merge-file file="{0}.xml" relates-to="{0}.xml" description="Used for code examples. An example merge file | * @xdoclet.merge-file file="{0}.xml" relates-to="{0}.xml" description="Used for code examples. An example merge file | ||||
| * may be found in Ant's proposal/xdocs/src directory." | * may be found in Ant's proposal/xdocs/src directory." | ||||
| */ | */ | ||||
| @@ -55,7 +55,6 @@ import org.apache.tools.ant.util.StringUtils; | |||||
| * to using abstract path names which are translated to native system | * to using abstract path names which are translated to native system | ||||
| * file paths at runtime. | * file paths at runtime. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class Project { | public class Project { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002-2004 The Apache Software Foundation | |||||
| * Copyright 2002-2005 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. | ||||
| @@ -27,7 +27,6 @@ import org.apache.tools.ant.util.KeepAliveInputStream; | |||||
| /** | /** | ||||
| * Prompts on System.err, reads input from System.in | * Prompts on System.err, reads input from System.in | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * @since Ant 1.5 | * @since Ant 1.5 | ||||
| */ | */ | ||||
| public class DefaultInputHandler implements InputHandler { | public class DefaultInputHandler implements InputHandler { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002,2004 The Apache Software Foundation | |||||
| * Copyright 2002,2004-2005 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. | ||||
| @@ -20,7 +20,6 @@ package org.apache.tools.ant.input; | |||||
| /** | /** | ||||
| * Plugin to Ant to handle requests for user input. | * Plugin to Ant to handle requests for user input. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * @since Ant 1.5 | * @since Ant 1.5 | ||||
| */ | */ | ||||
| public interface InputHandler { | public interface InputHandler { | ||||
| @@ -20,7 +20,6 @@ package org.apache.tools.ant.input; | |||||
| /** | /** | ||||
| * Encapsulates an input request. | * Encapsulates an input request. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * @since Ant 1.5 | * @since Ant 1.5 | ||||
| */ | */ | ||||
| public class InputRequest { | public class InputRequest { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002,2004 The Apache Software Foundation | |||||
| * Copyright 2002,2004-2005 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. | ||||
| @@ -22,7 +22,6 @@ import java.util.Vector; | |||||
| /** | /** | ||||
| * Encapsulates an input request. | * Encapsulates an input request. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * @since Ant 1.5 | * @since Ant 1.5 | ||||
| */ | */ | ||||
| public class MultipleChoiceInputRequest extends InputRequest { | public class MultipleChoiceInputRequest extends InputRequest { | ||||
| @@ -26,7 +26,6 @@ import org.apache.tools.ant.BuildException; | |||||
| * Reads input from a property file, the file name is read from the | * Reads input from a property file, the file name is read from the | ||||
| * system property ant.input.properties, the prompt is the key for input. | * system property ant.input.properties, the prompt is the key for input. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * @since Ant 1.5 | * @since Ant 1.5 | ||||
| */ | */ | ||||
| public class PropertyFileInputHandler implements InputHandler { | public class PropertyFileInputHandler implements InputHandler { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2000-2004 The Apache Software Foundation | |||||
| * Copyright 2000-2005 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. | ||||
| @@ -37,7 +37,6 @@ import org.apache.tools.ant.types.Reference; | |||||
| /** | /** | ||||
| * Creates a partial DTD for Ant from the currently known tasks. | * Creates a partial DTD for Ant from the currently known tasks. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * | * | ||||
| * @since Ant 1.1 | * @since Ant 1.1 | ||||
| * | * | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002,2004 The Apache Software Foundation | |||||
| * Copyright 2002,2004-2005 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. | ||||
| @@ -43,7 +43,6 @@ import org.apache.tools.ant.Task; | |||||
| * If a suffix is specified, and the specified file ends in that suffix, | * If a suffix is specified, and the specified file ends in that suffix, | ||||
| * the basename will be the simple file name without the suffix. | * the basename will be the simple file name without the suffix. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * | * | ||||
| * @since Ant 1.5 | * @since Ant 1.5 | ||||
| * | * | ||||
| @@ -34,7 +34,6 @@ import org.apache.tools.ant.util.FileUtils; | |||||
| * it will increment the build number by one and write it back out into the | * it will increment the build number by one and write it back out into the | ||||
| * file. | * file. | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| * @since Ant 1.5 | * @since Ant 1.5 | ||||
| * @ant.task name="buildnumber" | * @ant.task name="buildnumber" | ||||
| */ | */ | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2001-2004 The Apache Software Foundation | |||||
| * Copyright 2001-2005 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. | ||||
| @@ -31,7 +31,6 @@ import org.apache.tools.ant.util.StringUtils; | |||||
| /** | /** | ||||
| * Adds an new entry to a CVS password file. | * Adds an new entry to a CVS password file. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * | * | ||||
| * @since Ant 1.4 | * @since Ant 1.4 | ||||
| * | * | ||||
| @@ -32,7 +32,6 @@ import org.apache.tools.ant.taskdefs.condition.ConditionBase; | |||||
| * <p>This task does not extend Task to take advantage of | * <p>This task does not extend Task to take advantage of | ||||
| * ConditionBase.</p> | * ConditionBase.</p> | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * | * | ||||
| * @since Ant 1.4 | * @since Ant 1.4 | ||||
| * | * | ||||
| @@ -47,7 +47,6 @@ import org.apache.tools.ant.util.SourceFileScanner; | |||||
| * document, the following mailing list discussions, and the | * document, the following mailing list discussions, and the | ||||
| * copyfile/copydir tasks.</p> | * copyfile/copydir tasks.</p> | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * | * | ||||
| * @since Ant 1.2 | * @since Ant 1.2 | ||||
| * | * | ||||
| @@ -72,7 +72,6 @@ import org.apache.tools.ant.util.FileUtils; | |||||
| * </li></ul> | * </li></ul> | ||||
| * | * | ||||
| * @ant.task category="filesystem" | * @ant.task category="filesystem" | ||||
| * @version $Revision$ $Date$ | |||||
| * @since Ant 1.4 | * @since Ant 1.4 | ||||
| */ | */ | ||||
| public class DependSet extends MatchingTask { | public class DependSet extends MatchingTask { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002,2004 The Apache Software Foundation | |||||
| * Copyright 2002,2004-2005 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. | ||||
| @@ -36,7 +36,6 @@ import org.apache.tools.ant.Task; | |||||
| * element. If file is a file, the directory will be the current | * element. If file is a file, the directory will be the current | ||||
| * directory. | * directory. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * | * | ||||
| * @since Ant 1.5 | * @since Ant 1.5 | ||||
| * | * | ||||
| @@ -42,7 +42,6 @@ import org.apache.tools.ant.types.Commandline; | |||||
| * | * | ||||
| * @since Ant 1.2 | * @since Ant 1.2 | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class Execute { | public class Execute { | ||||
| @@ -74,7 +74,6 @@ import org.apache.tools.ant.util.FileUtils; | |||||
| * CRCRLF is regarded as a single EOL to handle cases where other | * CRCRLF is regarded as a single EOL to handle cases where other | ||||
| * programs have converted CRLF into CRCRLF. | * programs have converted CRLF into CRCRLF. | ||||
| * | * | ||||
| * @version $Revision$ $Name$ | |||||
| * @since Ant 1.1 | * @since Ant 1.1 | ||||
| * | * | ||||
| * @ant.task category="filesystem" | * @ant.task category="filesystem" | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2000-2004 The Apache Software Foundation | |||||
| * Copyright 2000-2005 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. | ||||
| @@ -58,7 +58,6 @@ import org.apache.tools.ant.util.facade.FacadeTaskHelper; | |||||
| * destdir looking for Java source files to compile. This task makes its | * destdir looking for Java source files to compile. This task makes its | ||||
| * compile decision based on timestamp. | * compile decision based on timestamp. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * | * | ||||
| * @since Ant 1.1 | * @since Ant 1.1 | ||||
| * | * | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2000-2004 The Apache Software Foundation | |||||
| * Copyright 2000-2005 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. | ||||
| @@ -44,7 +44,6 @@ import org.apache.tools.ant.types.FilterSetCollection; | |||||
| * document, the following mailing list discussions, and the | * document, the following mailing list discussions, and the | ||||
| * copyfile/copydir tasks.</p> | * copyfile/copydir tasks.</p> | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * | * | ||||
| * @since Ant 1.2 | * @since Ant 1.2 | ||||
| * | * | ||||
| @@ -46,7 +46,6 @@ import org.apache.tools.ant.types.selectors.NoneSelector; | |||||
| * mappers and filter chains. Files of the destination directory not | * mappers and filter chains. Files of the destination directory not | ||||
| * present in any of the source fileset are removed.</p> | * present in any of the source fileset are removed.</p> | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * @since Ant 1.6 | * @since Ant 1.6 | ||||
| * | * | ||||
| * revised by <a href="mailto:daniel.armbrust@mayo.edu">Dan Armbrust</a> | * revised by <a href="mailto:daniel.armbrust@mayo.edu">Dan Armbrust</a> | ||||
| @@ -36,7 +36,6 @@ import org.apache.tools.ant.util.FileUtils; | |||||
| * Processes a set of XML documents via XSLT. This is | * Processes a set of XML documents via XSLT. This is | ||||
| * useful for building views of XML based documentation. | * useful for building views of XML based documentation. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * | * | ||||
| * @since Ant 1.1 | * @since Ant 1.1 | ||||
| * | * | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2001-2004 The Apache Software Foundation | |||||
| * Copyright 2001-2005 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. | ||||
| @@ -27,7 +27,6 @@ import org.apache.tools.ant.BuildException; | |||||
| * evaluates to false.</p> | * evaluates to false.</p> | ||||
| * | * | ||||
| * @since Ant 1.4 | * @since Ant 1.4 | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class And extends ConditionBase implements Condition { | public class And extends ConditionBase implements Condition { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2001,2003-2004 The Apache Software Foundation | |||||
| * Copyright 2001,2003-2005 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. | ||||
| @@ -22,7 +22,6 @@ import org.apache.tools.ant.BuildException; | |||||
| /** | /** | ||||
| * Interface for conditions to use inside the <condition> task. | * Interface for conditions to use inside the <condition> task. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public interface Condition { | public interface Condition { | ||||
| /** | /** | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2001-2004 The Apache Software Foundation | |||||
| * Copyright 2001-2005 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. | ||||
| @@ -30,7 +30,6 @@ import org.apache.tools.ant.taskdefs.UpToDate; | |||||
| * and the "container" conditions are in sync. | * and the "container" conditions are in sync. | ||||
| * | * | ||||
| * @since Ant 1.4 | * @since Ant 1.4 | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public abstract class ConditionBase extends ProjectComponent { | public abstract class ConditionBase extends ProjectComponent { | ||||
| private Vector conditions = new Vector(); | private Vector conditions = new Vector(); | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002-2004 The Apache Software Foundation | |||||
| * Copyright 2002-2005 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. | ||||
| @@ -22,7 +22,6 @@ import org.apache.tools.ant.BuildException; | |||||
| /** | /** | ||||
| * Is one string part of another string? | * Is one string part of another string? | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * | * | ||||
| * @since Ant 1.5 | * @since Ant 1.5 | ||||
| */ | */ | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2001-2004 The Apache Software Foundation | |||||
| * Copyright 2001-2005 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. | ||||
| @@ -23,7 +23,6 @@ import org.apache.tools.ant.BuildException; | |||||
| * Simple String comparison condition. | * Simple String comparison condition. | ||||
| * | * | ||||
| * @since Ant 1.4 | * @since Ant 1.4 | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class Equals implements Condition { | public class Equals implements Condition { | ||||
| @@ -25,7 +25,6 @@ import org.apache.tools.ant.util.FileUtils; | |||||
| * Compares two files for bitwise equality based on size and | * Compares two files for bitwise equality based on size and | ||||
| * content. Timestamps are not at all looked at. | * content. Timestamps are not at all looked at. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * @since Ant 1.5 | * @since Ant 1.5 | ||||
| */ | */ | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002-2004 The Apache Software Foundation | |||||
| * Copyright 2002-2005 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. | ||||
| @@ -27,7 +27,6 @@ import org.apache.tools.ant.types.Reference; | |||||
| * <p>Optionally tests whether it is of a given type/class.</p> | * <p>Optionally tests whether it is of a given type/class.</p> | ||||
| * | * | ||||
| * @since Ant 1.6 | * @since Ant 1.6 | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class IsReference extends ProjectComponent implements Condition { | public class IsReference extends ProjectComponent implements Condition { | ||||
| private Reference ref; | private Reference ref; | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2001-2004 The Apache Software Foundation | |||||
| * Copyright 2001-2005 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. | ||||
| @@ -24,7 +24,6 @@ import org.apache.tools.ant.ProjectComponent; | |||||
| * Condition that tests whether a given property has been set. | * Condition that tests whether a given property has been set. | ||||
| * | * | ||||
| * @since Ant 1.5 | * @since Ant 1.5 | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class IsSet extends ProjectComponent implements Condition { | public class IsSet extends ProjectComponent implements Condition { | ||||
| private String property; | private String property; | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2001-2002,2004 The Apache Software Foundation | |||||
| * Copyright 2001-2002,2004-2005 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. | ||||
| @@ -26,7 +26,6 @@ import org.apache.tools.ant.BuildException; | |||||
| * and vice versa. | * and vice versa. | ||||
| * | * | ||||
| * @since Ant 1.4 | * @since Ant 1.4 | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class Not extends ConditionBase implements Condition { | public class Not extends ConditionBase implements Condition { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2001-2004 The Apache Software Foundation | |||||
| * Copyright 2001-2005 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. | ||||
| @@ -27,7 +27,6 @@ import org.apache.tools.ant.BuildException; | |||||
| * evaluates to true.</p> | * evaluates to true.</p> | ||||
| * | * | ||||
| * @since Ant 1.4 | * @since Ant 1.4 | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class Or extends ConditionBase implements Condition { | public class Or extends ConditionBase implements Condition { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2001-2004 The Apache Software Foundation | |||||
| * Copyright 2001-2005 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. | ||||
| @@ -24,7 +24,6 @@ import org.apache.tools.ant.BuildException; | |||||
| * Condition that tests the OS type. | * Condition that tests the OS type. | ||||
| * | * | ||||
| * @since Ant 1.4 | * @since Ant 1.4 | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class Os implements Condition { | public class Os implements Condition { | ||||
| private static final String OS_NAME = | private static final String OS_NAME = | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002,2004 The Apache Software Foundation | |||||
| * Copyright 2002,2004-2005 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. | ||||
| @@ -22,7 +22,6 @@ import java.util.Vector; | |||||
| /** | /** | ||||
| * CVS Entry. | * CVS Entry. | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| */ | */ | ||||
| public class CVSEntry { | public class CVSEntry { | ||||
| private Date date; | private Date date; | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002-2004 The Apache Software Foundation | |||||
| * Copyright 2002-2005 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. | ||||
| @@ -26,7 +26,6 @@ import java.util.TimeZone; | |||||
| /** | /** | ||||
| * A class used to parse the output of the CVS log command. | * A class used to parse the output of the CVS log command. | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| */ | */ | ||||
| class ChangeLogParser { | class ChangeLogParser { | ||||
| //private static final int GET_ENTRY = 0; | //private static final int GET_ENTRY = 0; | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002-2004 The Apache Software Foundation | |||||
| * Copyright 2002-2005 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. | ||||
| @@ -60,7 +60,6 @@ import org.apache.tools.ant.util.FileUtils; | |||||
| * <font color=#6a5acd><!ELEMENT</font> prevrevision <font color=#ff00ff>(#PCDATA)</font><font color=#6a5acd>></font> | * <font color=#6a5acd><!ELEMENT</font> prevrevision <font color=#ff00ff>(#PCDATA)</font><font color=#6a5acd>></font> | ||||
| * </pre> | * </pre> | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| * @since Ant 1.5 | * @since Ant 1.5 | ||||
| * @ant.task name="cvschangelog" category="scm" | * @ant.task name="cvschangelog" category="scm" | ||||
| */ | */ | ||||
| @@ -24,7 +24,6 @@ import java.util.TimeZone; | |||||
| /** | /** | ||||
| * Class used to generate an XML changelog. | * Class used to generate an XML changelog. | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| */ | */ | ||||
| public class ChangeLogWriter { | public class ChangeLogWriter { | ||||
| /** output format for dates written to xml file */ | /** output format for dates written to xml file */ | ||||
| @@ -60,7 +60,6 @@ import org.apache.tools.ant.util.FileUtils; | |||||
| * <!ELEMENT prevrevision ( #PCDATA ) > | * <!ELEMENT prevrevision ( #PCDATA ) > | ||||
| * </PRE> | * </PRE> | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| * @since Ant 1.5 | * @since Ant 1.5 | ||||
| * @ant.task name="cvstagdiff" | * @ant.task name="cvstagdiff" | ||||
| */ | */ | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002-2004 The Apache Software Foundation | |||||
| * Copyright 2002-2005 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. | ||||
| @@ -21,7 +21,6 @@ import org.apache.tools.ant.BuildException; | |||||
| /** | /** | ||||
| * Represents a CVS user with a userID and a full name. | * Represents a CVS user with a userID and a full name. | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| */ | */ | ||||
| public class CvsUser { | public class CvsUser { | ||||
| /** The user's Id */ | /** The user's Id */ | ||||
| @@ -19,7 +19,6 @@ package org.apache.tools.ant.taskdefs.cvslib; | |||||
| /** | /** | ||||
| * Represents a RCS File change. | * Represents a RCS File change. | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| */ | */ | ||||
| class RCSFile { | class RCSFile { | ||||
| private String name; | private String name; | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002,2004 The Apache Software Foundation | |||||
| * Copyright 2002,2004-2005 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. | ||||
| @@ -24,7 +24,6 @@ import org.apache.tools.ant.taskdefs.PumpStreamHandler; | |||||
| /** | /** | ||||
| * A dummy stream handler that just passes stuff to the parser. | * A dummy stream handler that just passes stuff to the parser. | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| */ | */ | ||||
| class RedirectingStreamHandler | class RedirectingStreamHandler | ||||
| extends PumpStreamHandler { | extends PumpStreamHandler { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002,2004 The Apache Software Foundation | |||||
| * Copyright 2002,2004-2005 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. | ||||
| @@ -28,7 +28,6 @@ package org.apache.tools.ant.taskdefs.optional.extension; | |||||
| * ants file. | * ants file. | ||||
| * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING | * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| * @see Extension | * @see Extension | ||||
| */ | */ | ||||
| public final class Compatability { | public final class Compatability { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002,2004 The Apache Software Foundation | |||||
| * Copyright 2002,2004-2005 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. | ||||
| @@ -28,7 +28,6 @@ package org.apache.tools.ant.taskdefs.optional.extension; | |||||
| * ants file. | * ants file. | ||||
| * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING | * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| * @see Extension | * @see Extension | ||||
| */ | */ | ||||
| public final class Compatibility { | public final class Compatibility { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002,2004 The Apache Software Foundation | |||||
| * Copyright 2002,2004-2005 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. | ||||
| @@ -26,7 +26,6 @@ import java.util.StringTokenizer; | |||||
| * represent major, minor, micro, etc versions. The version number | * represent major, minor, micro, etc versions. The version number | ||||
| * must begin with a number. | * must begin with a number. | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| */ | */ | ||||
| public final class DeweyDecimal { | public final class DeweyDecimal { | ||||
| /** Array of components that make up DeweyDecimal */ | /** Array of components that make up DeweyDecimal */ | ||||
| @@ -35,7 +35,6 @@ import org.apache.tools.ant.util.StringUtils; | |||||
| * Java2 Standard Edition package, in file | * Java2 Standard Edition package, in file | ||||
| * <code>guide/extensions/versioning.html</code>.</p> | * <code>guide/extensions/versioning.html</code>.</p> | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| */ | */ | ||||
| public final class Extension { | public final class Extension { | ||||
| /** | /** | ||||
| @@ -686,4 +685,4 @@ public final class Extension { | |||||
| private static String getTrimmedString(final String value) { | private static String getTrimmedString(final String value) { | ||||
| return null == value ? null : value.trim(); | return null == value ? null : value.trim(); | ||||
| } | } | ||||
| } | |||||
| } | |||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002-2004 The Apache Software Foundation | |||||
| * Copyright 2002-2005 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. | ||||
| @@ -24,7 +24,6 @@ import org.apache.tools.ant.types.Reference; | |||||
| * Simple class that represents an Extension and conforms to Ants | * Simple class that represents an Extension and conforms to Ants | ||||
| * patterns. | * patterns. | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| * @ant.data-type name="extension" | * @ant.data-type name="extension" | ||||
| */ | */ | ||||
| public class ExtensionAdapter extends DataType { | public class ExtensionAdapter extends DataType { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002,2004 The Apache Software Foundation | |||||
| * Copyright 2002,2004-2005 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. | ||||
| @@ -23,7 +23,6 @@ import org.apache.tools.ant.Project; | |||||
| /** | /** | ||||
| * Interface to locate a File that satisfies extension. | * Interface to locate a File that satisfies extension. | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| */ | */ | ||||
| public interface ExtensionResolver { | public interface ExtensionResolver { | ||||
| /** | /** | ||||
| @@ -28,7 +28,6 @@ import org.apache.tools.ant.types.Reference; | |||||
| * The Extension set lists a set of "Optional Packages" / | * The Extension set lists a set of "Optional Packages" / | ||||
| * "Extensions". | * "Extensions". | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| * @ant.data-type name="extension-set" | * @ant.data-type name="extension-set" | ||||
| */ | */ | ||||
| public class ExtensionSet | public class ExtensionSet | ||||
| @@ -32,7 +32,6 @@ import org.apache.tools.ant.types.FileSet; | |||||
| /** | /** | ||||
| * A set of useful methods relating to extensions. | * A set of useful methods relating to extensions. | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| */ | */ | ||||
| public class ExtensionUtil { | public class ExtensionUtil { | ||||
| /** | /** | ||||
| @@ -212,4 +211,4 @@ public class ExtensionUtil { | |||||
| throw new BuildException(ioe.getMessage(), ioe); | throw new BuildException(ioe.getMessage(), ioe); | ||||
| } | } | ||||
| } | } | ||||
| } | |||||
| } | |||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002,2004 The Apache Software Foundation | |||||
| * Copyright 2002,2004-2005 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. | ||||
| @@ -21,7 +21,6 @@ import org.apache.tools.ant.BuildException; | |||||
| /** | /** | ||||
| * Simple holder for extra attributes in main section of manifest. | * Simple holder for extra attributes in main section of manifest. | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| * @todo Refactor this and all the other parameter, sysproperty, | * @todo Refactor this and all the other parameter, sysproperty, | ||||
| * property etc into a single class in framework | * property etc into a single class in framework | ||||
| */ | */ | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002,2004 The Apache Software Foundation | |||||
| * Copyright 2002,2004-2005 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. | ||||
| @@ -23,7 +23,6 @@ import org.apache.tools.ant.types.FileSet; | |||||
| * Asociated with the libraries is data pertaining to | * Asociated with the libraries is data pertaining to | ||||
| * how they are to be handled when building manifests. | * how they are to be handled when building manifests. | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| */ | */ | ||||
| public class LibFileSet | public class LibFileSet | ||||
| extends FileSet { | extends FileSet { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002,2004 The Apache Software Foundation | |||||
| * Copyright 2002,2004-2005 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. | ||||
| @@ -26,7 +26,6 @@ import org.apache.tools.ant.BuildException; | |||||
| * to "Optional Packages" (formely known as "Extensions") | * to "Optional Packages" (formely known as "Extensions") | ||||
| * and Package Specifications. | * and Package Specifications. | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| */ | */ | ||||
| class LibraryDisplayer { | class LibraryDisplayer { | ||||
| /** | /** | ||||
| @@ -36,7 +36,6 @@ import org.apache.tools.ant.util.StringUtils; | |||||
| * Java2 Standard Edition package, in file | * Java2 Standard Edition package, in file | ||||
| * <code>guide/extensions/versioning.html</code>.</p> | * <code>guide/extensions/versioning.html</code>.</p> | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| */ | */ | ||||
| public final class Specification { | public final class Specification { | ||||
| @@ -601,4 +600,4 @@ public final class Specification { | |||||
| impTitle, impVersion, impVendor, | impTitle, impVersion, impVendor, | ||||
| new String[]{section}); | new String[]{section}); | ||||
| } | } | ||||
| } | |||||
| } | |||||
| @@ -27,7 +27,6 @@ import org.apache.tools.ant.taskdefs.optional.extension.ExtensionResolver; | |||||
| /** | /** | ||||
| * Resolver that just returns s specified location. | * Resolver that just returns s specified location. | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| */ | */ | ||||
| public class AntResolver implements ExtensionResolver { | public class AntResolver implements ExtensionResolver { | ||||
| private File antfile; | private File antfile; | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002,2004 The Apache Software Foundation | |||||
| * Copyright 2002,2004-2005 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. | ||||
| @@ -25,7 +25,6 @@ import org.apache.tools.ant.taskdefs.optional.extension.ExtensionResolver; | |||||
| /** | /** | ||||
| * Resolver that just returns s specified location. | * Resolver that just returns s specified location. | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| */ | */ | ||||
| public class LocationResolver implements ExtensionResolver { | public class LocationResolver implements ExtensionResolver { | ||||
| private String location; | private String location; | ||||
| @@ -27,7 +27,6 @@ import org.apache.tools.ant.taskdefs.optional.extension.ExtensionResolver; | |||||
| /** | /** | ||||
| * Resolver that just returns s specified location. | * Resolver that just returns s specified location. | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| */ | */ | ||||
| public class URLResolver implements ExtensionResolver { | public class URLResolver implements ExtensionResolver { | ||||
| private File destfile; | private File destfile; | ||||
| @@ -116,7 +116,6 @@ import junit.framework.TestResult; | |||||
| * number of attributes and elements allow you to set up how this JVM | * number of attributes and elements allow you to set up how this JVM | ||||
| * runs. | * runs. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * | * | ||||
| * @since Ant 1.2 | * @since Ant 1.2 | ||||
| * | * | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2001-2002,2004 The Apache Software Foundation | |||||
| * Copyright 2001-2002,2004-2005 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. | ||||
| @@ -25,7 +25,6 @@ import junit.framework.TestCase; | |||||
| * Work around for some changes to the public JUnit API between | * Work around for some changes to the public JUnit API between | ||||
| * different JUnit releases. | * different JUnit releases. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class JUnitVersionHelper { | public class JUnitVersionHelper { | ||||
| @@ -31,7 +31,6 @@ import org.apache.tools.ant.Task; | |||||
| /** | /** | ||||
| * Automates the telnet protocol. | * Automates the telnet protocol. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class TelnetTask extends Task { | public class TelnetTask extends Task { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2000-2002,2004 The Apache Software Foundation | |||||
| * Copyright 2000-2002,2004-2005 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. | ||||
| @@ -44,7 +44,6 @@ import org.apache.tools.ant.Project; | |||||
| * | * | ||||
| * I have only tested this with .WAV and .AIFF sound file formats. Both seem to work fine. | * I have only tested this with .WAV and .AIFF sound file formats. Both seem to work fine. | ||||
| * | * | ||||
| * @version $Revision$, $Date$ | |||||
| */ | */ | ||||
| public class AntSoundPlayer implements LineListener, BuildListener { | public class AntSoundPlayer implements LineListener, BuildListener { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2000-2002,2004 The Apache Software Foundation | |||||
| * Copyright 2000-2002,2004-2005 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. | ||||
| @@ -40,7 +40,6 @@ import org.apache.tools.ant.Task; | |||||
| * - use the midi api to define sounds (or drum beat etc) in xml and have | * - use the midi api to define sounds (or drum beat etc) in xml and have | ||||
| * Ant play them back | * Ant play them back | ||||
| * | * | ||||
| * @version $Revision$, $Date$ | |||||
| */ | */ | ||||
| public class SoundTask extends Task { | public class SoundTask extends Task { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2003-2004 The Apache Software Foundation | |||||
| * Copyright 2003-2005 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. | ||||
| @@ -34,7 +34,6 @@ import com.jcraft.jsch.Session; | |||||
| /** | /** | ||||
| * Executes a command on a remote machine via ssh. | * Executes a command on a remote machine via ssh. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * @created February 2, 2003 | * @created February 2, 2003 | ||||
| * @since Ant 1.6 | * @since Ant 1.6 | ||||
| */ | */ | ||||
| @@ -111,7 +111,6 @@ import org.apache.tools.ant.util.FileUtils; | |||||
| * recorded as <code>link=subdir/foo.bar</code> and restored as | * recorded as <code>link=subdir/foo.bar</code> and restored as | ||||
| * <code>link --> subdir/foo.bar</code>. | * <code>link --> subdir/foo.bar</code>. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class Symlink extends DispatchTask { | public class Symlink extends DispatchTask { | ||||
| private static final FileUtils FILE_UTILS = FileUtils.getFileUtils(); | private static final FileUtils FILE_UTILS = FileUtils.getFileUtils(); | ||||
| @@ -37,7 +37,6 @@ import java.util.Vector; | |||||
| * project description per project. A second description element will | * project description per project. A second description element will | ||||
| * overwrite the first. | * overwrite the first. | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| * | * | ||||
| * @ant.datatype ignore="true" | * @ant.datatype ignore="true" | ||||
| */ | */ | ||||
| @@ -33,7 +33,6 @@ import java.util.TimeZone; | |||||
| * | * | ||||
| * @since Ant 1.5 | * @since Ant 1.5 | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public final class DateUtils { | public final class DateUtils { | ||||
| @@ -54,7 +54,6 @@ import org.apache.tools.ant.launch.Locator; | |||||
| * system file paths at runtime as well as copying files or setting | * system file paths at runtime as well as copying files or setting | ||||
| * their last modification time. | * their last modification time. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class FileUtils { | public class FileUtils { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002,2004 The Apache Software Foundation | |||||
| * Copyright 2002,2004-2005 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. | ||||
| @@ -21,7 +21,6 @@ import org.apache.tools.ant.Task; | |||||
| /** | /** | ||||
| * A facade that makes logging nicer to use. | * A facade that makes logging nicer to use. | ||||
| * @version $Revision$ $Date$ | |||||
| */ | */ | ||||
| public final class TaskLogger { | public final class TaskLogger { | ||||
| /** | /** | ||||
| @@ -25,7 +25,6 @@ import java.util.Vector; | |||||
| * explicit implementation choices, magic properties and | * explicit implementation choices, magic properties and | ||||
| * implementation specific command line arguments. | * implementation specific command line arguments. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * | * | ||||
| * @since Ant 1.5 | * @since Ant 1.5 | ||||
| */ | */ | ||||
| @@ -23,7 +23,6 @@ import org.apache.tools.ant.types.Commandline; | |||||
| * Extension of Commandline.Argument with a new attribute that choses | * Extension of Commandline.Argument with a new attribute that choses | ||||
| * a specific implementation of the facade. | * a specific implementation of the facade. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * | * | ||||
| * @since Ant 1.5 | * @since Ant 1.5 | ||||
| */ | */ | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2001-2004 The Apache Software Foundation | |||||
| * Copyright 2001-2005 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. | ||||
| @@ -24,7 +24,6 @@ import org.apache.tools.ant.Project; | |||||
| * actual implementation class depends on the System or Ant Property: | * actual implementation class depends on the System or Ant Property: | ||||
| * <code>ant.regexp.regexpimpl</code>. | * <code>ant.regexp.regexpimpl</code>. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class RegexpFactory extends RegexpMatcherFactory { | public class RegexpFactory extends RegexpMatcherFactory { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002,2004 The Apache Software Foundation | |||||
| * Copyright 2002,2004-2005 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. | ||||
| @@ -27,7 +27,6 @@ import java.io.IOException; | |||||
| * href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5273">Bug | * href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5273">Bug | ||||
| * report 5273</a>.</p> | * report 5273</a>.</p> | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class ErrorInQuitException extends IOException { | public class ErrorInQuitException extends IOException { | ||||
| @@ -44,7 +44,6 @@ import java.util.zip.ZipException; | |||||
| * <p>Short is two bytes and Long is four bytes in big endian byte and | * <p>Short is two bytes and Long is four bytes in big endian byte and | ||||
| * word order, device numbers are currently not supported.</p> | * word order, device numbers are currently not supported.</p> | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class AsiExtraField implements ZipExtraField, UnixStat, Cloneable { | public class AsiExtraField implements ZipExtraField, UnixStat, Cloneable { | ||||
| @@ -24,7 +24,6 @@ import java.util.zip.ZipException; | |||||
| /** | /** | ||||
| * ZipExtraField related methods | * ZipExtraField related methods | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class ExtraFieldUtils { | public class ExtraFieldUtils { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2001,2004 The Apache Software Foundation | |||||
| * Copyright 2001,2004-2005 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. | ||||
| @@ -20,7 +20,6 @@ package org.apache.tools.zip; | |||||
| /** | /** | ||||
| * Constants from stat.h on Unix systems. | * Constants from stat.h on Unix systems. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public interface UnixStat { | public interface UnixStat { | ||||
| @@ -24,7 +24,6 @@ package org.apache.tools.zip; | |||||
| * <p>Assumes local file data and central directory entries are | * <p>Assumes local file data and central directory entries are | ||||
| * identical - unless told the opposite.</p> | * identical - unless told the opposite.</p> | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class UnrecognizedExtraField implements ZipExtraField { | public class UnrecognizedExtraField implements ZipExtraField { | ||||
| @@ -26,7 +26,6 @@ import java.util.zip.ZipException; | |||||
| * Extension that adds better handling of extra fields and provides | * Extension that adds better handling of extra fields and provides | ||||
| * access to the internal and external file attributes. | * access to the internal and external file attributes. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class ZipEntry extends java.util.zip.ZipEntry implements Cloneable { | public class ZipEntry extends java.util.zip.ZipEntry implements Cloneable { | ||||
| @@ -28,7 +28,6 @@ import java.util.zip.ZipException; | |||||
| * java.util.zip.ZipOutputStream java.util.zip.ZipOutputStream} will | * java.util.zip.ZipOutputStream java.util.zip.ZipOutputStream} will | ||||
| * only use the local file data in both places.</p> | * only use the local file data in both places.</p> | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public interface ZipExtraField { | public interface ZipExtraField { | ||||
| @@ -56,7 +56,6 @@ import java.util.zip.ZipException; | |||||
| * <li>close is allowed to throw IOException.</li> | * <li>close is allowed to throw IOException.</li> | ||||
| * </ul> | * </ul> | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class ZipFile { | public class ZipFile { | ||||
| @@ -21,7 +21,6 @@ package org.apache.tools.zip; | |||||
| * Utility class that represents a four byte integer with conversion | * Utility class that represents a four byte integer with conversion | ||||
| * rules for the big endian byte order of ZIP files. | * rules for the big endian byte order of ZIP files. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public final class ZipLong implements Cloneable { | public final class ZipLong implements Cloneable { | ||||
| @@ -50,7 +50,6 @@ import java.util.zip.ZipException; | |||||
| * uncompressed size information is required before {@link | * uncompressed size information is required before {@link | ||||
| * #putNextEntry putNextEntry} can be called.</p> | * #putNextEntry putNextEntry} can be called.</p> | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class ZipOutputStream extends FilterOutputStream { | public class ZipOutputStream extends FilterOutputStream { | ||||
| @@ -21,7 +21,6 @@ package org.apache.tools.zip; | |||||
| * Utility class that represents a two byte integer with conversion | * Utility class that represents a two byte integer with conversion | ||||
| * rules for the big endian byte order of ZIP files. | * rules for the big endian byte order of ZIP files. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public final class ZipShort implements Cloneable { | public final class ZipShort implements Cloneable { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002-2004 The Apache Software Foundation | |||||
| * Copyright 2002-2005 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. | ||||
| @@ -21,7 +21,6 @@ import java.io.File; | |||||
| import org.apache.tools.ant.BuildFileTest; | import org.apache.tools.ant.BuildFileTest; | ||||
| /** | /** | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class AbstractCvsTaskTest extends BuildFileTest { | public class AbstractCvsTaskTest extends BuildFileTest { | ||||
| @@ -29,7 +29,6 @@ import org.apache.tools.ant.input.PropertyFileInputHandler; | |||||
| import org.apache.tools.ant.types.Path; | import org.apache.tools.ant.types.Path; | ||||
| /** | /** | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class AntTest extends BuildFileTest { | public class AntTest extends BuildFileTest { | ||||
| @@ -23,7 +23,6 @@ import org.apache.tools.ant.util.FileUtils; | |||||
| import java.io.IOException; | import java.io.IOException; | ||||
| /** | /** | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class BUnzip2Test extends BuildFileTest { | public class BUnzip2Test extends BuildFileTest { | ||||
| @@ -23,7 +23,6 @@ import org.apache.tools.ant.util.FileUtils; | |||||
| import java.io.IOException; | import java.io.IOException; | ||||
| /** | /** | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class BZip2Test extends BuildFileTest { | public class BZip2Test extends BuildFileTest { | ||||
| @@ -23,7 +23,6 @@ import java.io.IOException; | |||||
| import java.io.File; | import java.io.File; | ||||
| /** | /** | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class ChecksumTest extends BuildFileTest { | public class ChecksumTest extends BuildFileTest { | ||||
| @@ -20,7 +20,6 @@ import org.apache.tools.ant.BuildFileTest; | |||||
| import org.apache.tools.ant.util.FileUtils; | import org.apache.tools.ant.util.FileUtils; | ||||
| /** | /** | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class GUnzipTest extends BuildFileTest { | public class GUnzipTest extends BuildFileTest { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2001-2002,2004 The Apache Software Foundation | |||||
| * Copyright 2001-2002,2004-2005 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. | ||||
| @@ -31,7 +31,6 @@ import junit.framework.TestCase; | |||||
| /** | /** | ||||
| * Testcase for <javac>. | * Testcase for <javac>. | ||||
| * | * | ||||
| * @version $Revision$ $Date$ | |||||
| */ | */ | ||||
| public class JavacTest extends TestCase { | public class JavacTest extends TestCase { | ||||
| @@ -23,7 +23,6 @@ import org.apache.tools.ant.util.FileUtils; | |||||
| import java.io.IOException; | import java.io.IOException; | ||||
| /** | /** | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class RecorderTest extends BuildFileTest { | public class RecorderTest extends BuildFileTest { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002,2004 The Apache Software Foundation | |||||
| * Copyright 2002,2004-2005 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. | ||||
| @@ -24,7 +24,6 @@ import junit.framework.TestCase; | |||||
| /** | /** | ||||
| * Testcase for <rmic>. | * Testcase for <rmic>. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| * @since Ant 1.5 | * @since Ant 1.5 | ||||
| */ | */ | ||||
| public class RmicTest extends TestCase { | public class RmicTest extends TestCase { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2003-2004 The Apache Software Foundation | |||||
| * Copyright 2003-2005 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. | ||||
| @@ -28,7 +28,6 @@ import org.apache.tools.ant.input.InputHandler; | |||||
| import org.apache.tools.ant.types.Path; | import org.apache.tools.ant.types.Path; | ||||
| /** | /** | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class SubAntTest extends BuildFileTest { | public class SubAntTest extends BuildFileTest { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2001-2004 The Apache Software Foundation | |||||
| * Copyright 2001-2005 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. | ||||
| @@ -21,7 +21,6 @@ import org.apache.tools.ant.Project; | |||||
| import org.apache.tools.ant.BuildFileTest; | import org.apache.tools.ant.BuildFileTest; | ||||
| /** | /** | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class TypedefTest extends BuildFileTest { | public class TypedefTest extends BuildFileTest { | ||||
| @@ -20,7 +20,6 @@ import org.apache.tools.ant.BuildFileTest; | |||||
| import org.apache.tools.ant.util.FileUtils; | import org.apache.tools.ant.util.FileUtils; | ||||
| /** | /** | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class UntarTest extends BuildFileTest { | public class UntarTest extends BuildFileTest { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002,2004 The Apache Software Foundation | |||||
| * Copyright 2002,2004-2005 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. | ||||
| @@ -22,7 +22,6 @@ import junit.framework.TestCase; | |||||
| /** | /** | ||||
| * Testcase for the <contains> condition. | * Testcase for the <contains> condition. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class ContainsTest extends TestCase { | public class ContainsTest extends TestCase { | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002,2004 The Apache Software Foundation | |||||
| * Copyright 2002,2004-2005 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. | ||||
| @@ -22,7 +22,6 @@ import junit.framework.TestCase; | |||||
| /** | /** | ||||
| * Testcase for the <equals> condition. | * Testcase for the <equals> condition. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class EqualsTest extends TestCase { | public class EqualsTest extends TestCase { | ||||
| @@ -27,7 +27,6 @@ import java.io.IOException; | |||||
| /** | /** | ||||
| * JUnit Testcase for the optional replaceregexp task. | * JUnit Testcase for the optional replaceregexp task. | ||||
| * | * | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class ReplaceRegExpTest extends BuildFileTest { | public class ReplaceRegExpTest extends BuildFileTest { | ||||
| private static final String PROJECT_PATH = "src/etc/testcases/taskdefs/optional"; | private static final String PROJECT_PATH = "src/etc/testcases/taskdefs/optional"; | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * Copyright 2002-2004 The Apache Software Foundation | |||||
| * Copyright 2002-2005 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. | ||||
| @@ -21,7 +21,6 @@ import junit.framework.TestCase; | |||||
| import junit.framework.TestResult; | import junit.framework.TestResult; | ||||
| /** | /** | ||||
| * @version $Revision$ | |||||
| */ | */ | ||||
| public class JUnitVersionHelperTest extends TestCase { | public class JUnitVersionHelperTest extends TestCase { | ||||