summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/types/resolver
diff options
context:
space:
mode:
authorJacobus Martinus Kruithof <jkf@apache.org>2005-03-09 00:38:20 +0000
committerJacobus Martinus Kruithof <jkf@apache.org>2005-03-09 00:38:20 +0000
commitc7e8a8e4985d745bdc4381fd125dde1d89f57bff (patch)
tree96041f7433cb439eccf5f5673e6c1e2484029645 /src/main/org/apache/tools/ant/types/resolver
parent704e2490d33af59280cbe23bc2fb807378fac603 (diff)
downloadant-c7e8a8e4985d745bdc4381fd125dde1d89f57bff.tar.gz
Removed $Id$ cvs tags
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277846 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/main/org/apache/tools/ant/types/resolver')
-rw-r--r--src/main/org/apache/tools/ant/types/resolver/ApacheCatalog.java3
-rw-r--r--src/main/org/apache/tools/ant/types/resolver/ApacheCatalogResolver.java3
2 files changed, 2 insertions, 4 deletions
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
*/