Browse Source

Removed $Id$ cvs tags

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277846 13f79535-47bb-0310-9956-ffa450edef68
master
Jacobus Martinus Kruithof 20 years ago
parent
commit
c7e8a8e498
9 changed files with 8 additions and 22 deletions
  1. +0
    -3
      docs/manual/OptionalTasks/ejb.html
  2. +3
    -3
      docs/manual/credits.html
  3. +0
    -4
      src/etc/testcases/taskdefs/optional/antlr/java.g
  4. +0
    -2
      src/etc/testcases/taskdefs/optional/antlr/java.tree.g
  5. +1
    -2
      src/main/org/apache/tools/ant/types/DTDLocation.java
  6. +1
    -2
      src/main/org/apache/tools/ant/types/ResourceLocation.java
  7. +1
    -2
      src/main/org/apache/tools/ant/types/resolver/ApacheCatalog.java
  8. +1
    -2
      src/main/org/apache/tools/ant/types/resolver/ApacheCatalogResolver.java
  9. +1
    -2
      src/testcases/org/apache/tools/ant/types/XMLCatalogBuildFileTest.java

+ 0
- 3
docs/manual/OptionalTasks/ejb.html View File

@@ -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>


+ 3
- 3
docs/manual/credits.html View File

@@ -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 &copy; 2000-2004 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>


</body> </body>

+ 0
- 4
src/etc/testcases/taskdefs/optional/antlr/java.g View File

@@ -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!
* *


+ 0
- 2
src/etc/testcases/taskdefs/optional/antlr/java.tree.g View File

@@ -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
- 2
src/main/org/apache/tools/ant/types/DTDLocation.java View File

@@ -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
- 2
src/main/org/apache/tools/ant/types/ResourceLocation.java View File

@@ -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
- 2
src/main/org/apache/tools/ant/types/resolver/ApacheCatalog.java View File

@@ -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
- 2
src/main/org/apache/tools/ant/types/resolver/ApacheCatalogResolver.java View File

@@ -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
- 2
src/testcases/org/apache/tools/ant/types/XMLCatalogBuildFileTest.java View File

@@ -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 {




Loading…
Cancel
Save