git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277846 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -23,9 +23,6 @@ | |||||
| <li>Rob van Oostrum(<a href="mailto:rob@springwellfarms.ca">rob@springwellfarms.ca</a>)</li> | <li>Rob van Oostrum(<a href="mailto:rob@springwellfarms.ca">rob@springwellfarms.ca</a>)</li> | ||||
| </ul> | </ul> | ||||
| <p>Version @VERSION@<br> | |||||
| $Id$ | |||||
| </p> | |||||
| <hr> | <hr> | ||||
| <h2>Table of Contents</h2> | <h2>Table of Contents</h2> | ||||
| <ul> | <ul> | ||||
| @@ -25,6 +25,7 @@ | |||||
| <li>Erik Hatcher (<a href="mailto:ehatcher@apache.org">ehatcher@apache.org</a>)</li> | <li>Erik Hatcher (<a href="mailto:ehatcher@apache.org">ehatcher@apache.org</a>)</li> | ||||
| <li>Diane Holt (<a href="mailto:holtdl@yahoo.com">holtdl@yahoo.com</a>)</li> | <li>Diane Holt (<a href="mailto:holtdl@yahoo.com">holtdl@yahoo.com</a>)</li> | ||||
| <li>Bill Kelly (<a href="mailto:bill.kelly@softwired-inc.com">bill.kelly@softwired-inc.com</a>)</li> | <li>Bill Kelly (<a href="mailto:bill.kelly@softwired-inc.com">bill.kelly@softwired-inc.com</a>)</li> | ||||
| <li>Martijn Kruithof</li> | |||||
| <li>Arnout J. Kuiper (<a href="mailto:ajkuiper@wxs.nl">ajkuiper@wxs.nl</a>)</li> | <li>Arnout J. Kuiper (<a href="mailto:ajkuiper@wxs.nl">ajkuiper@wxs.nl</a>)</li> | ||||
| <li>Antoine Lévy-Lambert</li> | <li>Antoine Lévy-Lambert</li> | ||||
| <li>Conor MacNeill</li> | <li>Conor MacNeill</li> | ||||
| @@ -44,11 +45,10 @@ | |||||
| </ul> | </ul> | ||||
| <center> | <center> | ||||
| <p>Version: 1.7alpha<br> | |||||
| $Id$</p> | |||||
| <p>Version: 1.7alpha</p> | |||||
| </center> | </center> | ||||
| <hr> | <hr> | ||||
| <p align="center">Copyright © 2000-2004 The Apache Software Foundation. All rights | |||||
| <p align="center">Copyright © 2000-2005 The Apache Software Foundation. All rights | |||||
| Reserved.</p> | Reserved.</p> | ||||
| </body> | </body> | ||||
| @@ -52,10 +52,6 @@ | |||||
| * java.tree.g didn't handle the expression of synchronized | * java.tree.g didn't handle the expression of synchronized | ||||
| * statements. | * statements. | ||||
| * | * | ||||
| * Version tracking now done with following ID: | |||||
| * | |||||
| * $Id$ | |||||
| * | |||||
| * BUG: | * BUG: | ||||
| * Doesn't like boolean.class! | * Doesn't like boolean.class! | ||||
| * | * | ||||
| @@ -5,8 +5,6 @@ | |||||
| * | * | ||||
| * Version tracking now done with following ID: | * Version tracking now done with following ID: | ||||
| * | * | ||||
| * $Id$ | |||||
| * | |||||
| * This grammar is in the PUBLIC DOMAIN | * This grammar is in the PUBLIC DOMAIN | ||||
| * | * | ||||
| * BUGS | * BUGS | ||||
| @@ -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 @@ package org.apache.tools.ant.types; | |||||
| * conformance with the OASIS standard.</p> | * conformance with the OASIS standard.</p> | ||||
| * | * | ||||
| * @see org.apache.xml.resolver.Catalog | * @see org.apache.xml.resolver.Catalog | ||||
| * @version $Id$ | |||||
| */ | */ | ||||
| public class DTDLocation extends ResourceLocation { | public class DTDLocation extends ResourceLocation { | ||||
| } | } | ||||
| @@ -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. | ||||
| @@ -34,7 +34,6 @@ import java.net.URL; | |||||
| * </p> | * </p> | ||||
| * | * | ||||
| * @see org.apache.xml.resolver.Catalog | * @see org.apache.xml.resolver.Catalog | ||||
| * @version $Id$ | |||||
| * @since Ant 1.6 | * @since Ant 1.6 | ||||
| */ | */ | ||||
| public class ResourceLocation { | public class ResourceLocation { | ||||
| @@ -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. | ||||
| @@ -35,7 +35,6 @@ import org.apache.xml.resolver.helpers.PublicId; | |||||
| * resolution algorithms. | * resolution algorithms. | ||||
| * | * | ||||
| * @see org.apache.tools.ant.types.XMLCatalog.CatalogResolver | * @see org.apache.tools.ant.types.XMLCatalog.CatalogResolver | ||||
| * @version $Id$ | |||||
| * @since Ant 1.6 | * @since Ant 1.6 | ||||
| */ | */ | ||||
| public class ApacheCatalog extends Catalog { | public class ApacheCatalog extends Catalog { | ||||
| @@ -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. | ||||
| @@ -57,7 +57,6 @@ import org.apache.xml.resolver.tools.CatalogResolver; | |||||
| * | * | ||||
| * @see org.apache.tools.ant.types.XMLCatalog.CatalogResolver | * @see org.apache.tools.ant.types.XMLCatalog.CatalogResolver | ||||
| * @see org.apache.xml.resolver.CatalogManager | * @see org.apache.xml.resolver.CatalogManager | ||||
| * @version $Id$ | |||||
| * @since Ant 1.6 | * @since Ant 1.6 | ||||
| */ | */ | ||||
| @@ -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. | ||||
| @@ -29,7 +29,6 @@ import junit.framework.AssertionFailedError; | |||||
| * | * | ||||
| * @see org.apache.tools.ant.types.XMLCatalogTest | * @see org.apache.tools.ant.types.XMLCatalogTest | ||||
| * | * | ||||
| * @version $Id$ | |||||
| */ | */ | ||||
| public class XMLCatalogBuildFileTest extends BuildFileTest { | public class XMLCatalogBuildFileTest extends BuildFileTest { | ||||