diff --git a/docs/manual/OptionalTasks/ejb.html b/docs/manual/OptionalTasks/ejb.html index a3345868c..a3e12d517 100644 --- a/docs/manual/OptionalTasks/ejb.html +++ b/docs/manual/OptionalTasks/ejb.html @@ -23,9 +23,6 @@
  • Rob van Oostrum(rob@springwellfarms.ca)
  • -

    Version @VERSION@
    -$Id$ -


    Table of Contents

    -

    Version: 1.7alpha
    -$Id$

    +

    Version: 1.7alpha


    -

    Copyright © 2000-2004 The Apache Software Foundation. All rights +

    Copyright © 2000-2005 The Apache Software Foundation. All rights Reserved.

    diff --git a/src/etc/testcases/taskdefs/optional/antlr/java.g b/src/etc/testcases/taskdefs/optional/antlr/java.g index d16ef72b1..e58575028 100644 --- a/src/etc/testcases/taskdefs/optional/antlr/java.g +++ b/src/etc/testcases/taskdefs/optional/antlr/java.g @@ -52,10 +52,6 @@ * java.tree.g didn't handle the expression of synchronized * statements. * - * Version tracking now done with following ID: - * - * $Id$ - * * BUG: * Doesn't like boolean.class! * diff --git a/src/etc/testcases/taskdefs/optional/antlr/java.tree.g b/src/etc/testcases/taskdefs/optional/antlr/java.tree.g index 5cb6d8815..f065c3562 100644 --- a/src/etc/testcases/taskdefs/optional/antlr/java.tree.g +++ b/src/etc/testcases/taskdefs/optional/antlr/java.tree.g @@ -5,8 +5,6 @@ * * Version tracking now done with following ID: * - * $Id$ - * * This grammar is in the PUBLIC DOMAIN * * BUGS diff --git a/src/main/org/apache/tools/ant/types/DTDLocation.java b/src/main/org/apache/tools/ant/types/DTDLocation.java index 572b18d72..ee93e5a1e 100644 --- a/src/main/org/apache/tools/ant/types/DTDLocation.java +++ b/src/main/org/apache/tools/ant/types/DTDLocation.java @@ -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"); * 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.

    * * @see org.apache.xml.resolver.Catalog - * @version $Id$ */ public class DTDLocation extends ResourceLocation { } diff --git a/src/main/org/apache/tools/ant/types/ResourceLocation.java b/src/main/org/apache/tools/ant/types/ResourceLocation.java index da43840d4..3ac1e8611 100644 --- a/src/main/org/apache/tools/ant/types/ResourceLocation.java +++ b/src/main/org/apache/tools/ant/types/ResourceLocation.java @@ -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"); * you may not use this file except in compliance with the License. @@ -34,7 +34,6 @@ import java.net.URL; *

    * * @see org.apache.xml.resolver.Catalog - * @version $Id$ * @since Ant 1.6 */ public class ResourceLocation { diff --git a/src/main/org/apache/tools/ant/types/resolver/ApacheCatalog.java b/src/main/org/apache/tools/ant/types/resolver/ApacheCatalog.java index f9ef62142..d23885848 100644 --- a/src/main/org/apache/tools/ant/types/resolver/ApacheCatalog.java +++ b/src/main/org/apache/tools/ant/types/resolver/ApacheCatalog.java @@ -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"); * 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. * * @see org.apache.tools.ant.types.XMLCatalog.CatalogResolver - * @version $Id$ * @since Ant 1.6 */ public class ApacheCatalog extends Catalog { diff --git a/src/main/org/apache/tools/ant/types/resolver/ApacheCatalogResolver.java b/src/main/org/apache/tools/ant/types/resolver/ApacheCatalogResolver.java index 8bb562cda..85837cd48 100644 --- a/src/main/org/apache/tools/ant/types/resolver/ApacheCatalogResolver.java +++ b/src/main/org/apache/tools/ant/types/resolver/ApacheCatalogResolver.java @@ -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"); * 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.xml.resolver.CatalogManager - * @version $Id$ * @since Ant 1.6 */ diff --git a/src/testcases/org/apache/tools/ant/types/XMLCatalogBuildFileTest.java b/src/testcases/org/apache/tools/ant/types/XMLCatalogBuildFileTest.java index c7aa661ed..c5a3e6717 100644 --- a/src/testcases/org/apache/tools/ant/types/XMLCatalogBuildFileTest.java +++ b/src/testcases/org/apache/tools/ant/types/XMLCatalogBuildFileTest.java @@ -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"); * 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 * - * @version $Id$ */ public class XMLCatalogBuildFileTest extends BuildFileTest {