This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 14c0de7  Drop Subversion Id keywords.
14c0de7 is described below

commit 14c0de75518520d984c551278b894666822aaf1f
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Thu Oct 17 17:28:25 2019 -0400

    Drop Subversion Id keywords.
---
 conf/findbugs-exclude-filter.xml                            | 1 -
 src/main/javacc/PropertyListParser.jj                       | 1 -
 src/test/resources/testCCCombinedChildBuilder.xml           | 1 -
 src/test/resources/testCCEntityResolver.xml                 | 1 -
 src/test/resources/testCCEnvProperties.xml                  | 1 -
 src/test/resources/testCCFileSystem.xml                     | 1 -
 src/test/resources/testCCFileSystemSubConfig.xml            | 1 -
 src/test/resources/testCCLookup.xml                         | 1 -
 src/test/resources/testCCMultiTenent.xml                    | 1 -
 src/test/resources/testCCMultiTenentReloading.xml           | 1 -
 src/test/resources/testCCReloading.xml                      | 1 -
 src/test/resources/testCCReloadingNested.xml                | 1 -
 src/test/resources/testCCResultClass.xml                    | 1 -
 src/test/resources/testDtdPublic.xml                        | 1 -
 src/test/resources/testInterpolationBuilder.xml             | 1 -
 src/test/resources/testMultiTenentConfigurationBuilder4.xml | 1 -
 src/test/resources/testMultiTenentConfigurationBuilder5.xml | 1 -
 src/test/resources/test_invalid_date.plist.xml              | 1 -
 18 files changed, 18 deletions(-)

diff --git a/conf/findbugs-exclude-filter.xml b/conf/findbugs-exclude-filter.xml
index e7047bf..ebea5b0 100644
--- a/conf/findbugs-exclude-filter.xml
+++ b/conf/findbugs-exclude-filter.xml
@@ -19,7 +19,6 @@
   This file contains some false positive bugs detected by findbugs. Their
   false positive nature has been analyzed individually and they have been
   put here to instruct findbugs it must ignore them.
-  $Id$
 -->
 
 <FindBugsFilter>
diff --git a/src/main/javacc/PropertyListParser.jj 
b/src/main/javacc/PropertyListParser.jj
index 0056d65..317cdf1 100644
--- a/src/main/javacc/PropertyListParser.jj
+++ b/src/main/javacc/PropertyListParser.jj
@@ -37,7 +37,6 @@ import org.apache.commons.codec.binary.Hex;
  * JavaCC based parser for the PropertyList format.
  *
  * @author Emmanuel Bourg
- * @version $Id$
  */
 class PropertyListParser {
 
diff --git a/src/test/resources/testCCCombinedChildBuilder.xml 
b/src/test/resources/testCCCombinedChildBuilder.xml
index e5f554e..7743e32 100644
--- a/src/test/resources/testCCCombinedChildBuilder.xml
+++ b/src/test/resources/testCCCombinedChildBuilder.xml
@@ -18,7 +18,6 @@
 <!-- Test configuration definition file that includes another source for a
      combined configuration. Some basic properties are defined to test the
      inheritance of properties.
-     $Id$
 -->
 
 <configuration>
diff --git a/src/test/resources/testCCEntityResolver.xml 
b/src/test/resources/testCCEntityResolver.xml
index 230f703..90be8b3 100644
--- a/src/test/resources/testCCEntityResolver.xml
+++ b/src/test/resources/testCCEntityResolver.xml
@@ -17,7 +17,6 @@
 -->
 <!-- Test configuration definition file that contains a declaration of an
      entity resolver.
-     $Id$
 -->
 
 <configuration>
diff --git a/src/test/resources/testCCEnvProperties.xml 
b/src/test/resources/testCCEnvProperties.xml
index fe005e0..41ba5bf 100644
--- a/src/test/resources/testCCEnvProperties.xml
+++ b/src/test/resources/testCCEnvProperties.xml
@@ -17,7 +17,6 @@
 -->
 <!-- Test configuration definition file that includes a source with
      environment properties.
-     $Id$
 -->
 <configuration systemProperties="test.properties.xml">
   <env/>
diff --git a/src/test/resources/testCCFileSystem.xml 
b/src/test/resources/testCCFileSystem.xml
index 521d1c2..a54c699 100644
--- a/src/test/resources/testCCFileSystem.xml
+++ b/src/test/resources/testCCFileSystem.xml
@@ -17,7 +17,6 @@
 -->
 <!-- Test configuration definition file that contains a declaration of a
      custom file system.
-     $Id$
 -->
 
 <configuration>
diff --git a/src/test/resources/testCCFileSystemSubConfig.xml 
b/src/test/resources/testCCFileSystemSubConfig.xml
index 4d135dc..330606d 100644
--- a/src/test/resources/testCCFileSystemSubConfig.xml
+++ b/src/test/resources/testCCFileSystemSubConfig.xml
@@ -17,7 +17,6 @@
 -->
 <!-- Test configuration definition file that contains a declaration of a
      custom file system to be applied to a sub configuration.
-     $Id$
 -->
 
 <configuration>
diff --git a/src/test/resources/testCCLookup.xml 
b/src/test/resources/testCCLookup.xml
index cd9d33a..99a73b7 100644
--- a/src/test/resources/testCCLookup.xml
+++ b/src/test/resources/testCCLookup.xml
@@ -18,7 +18,6 @@
 <!-- Test configuration definition file that contains a declaration of a
      custom Lookup object. It is also tested whether the Lookup can be
      directly accessed for referencing configuration files.
-     $Id$
 -->
 <configuration>
   <header>
diff --git a/src/test/resources/testCCMultiTenent.xml 
b/src/test/resources/testCCMultiTenent.xml
index fa52c86..66c6e6a 100644
--- a/src/test/resources/testCCMultiTenent.xml
+++ b/src/test/resources/testCCMultiTenent.xml
@@ -18,7 +18,6 @@
 <!-- Test configuration definition file that includes a builder for
      multiple configuration files. It collaborates with a
      DynamicCombinedConfiguration.
-     $Id$
 -->
 <configuration>
   <header>
diff --git a/src/test/resources/testCCMultiTenentReloading.xml 
b/src/test/resources/testCCMultiTenentReloading.xml
index 4fc8c72..342103a 100644
--- a/src/test/resources/testCCMultiTenentReloading.xml
+++ b/src/test/resources/testCCMultiTenentReloading.xml
@@ -17,7 +17,6 @@
 -->
 <!-- Test configuration definition file that includes a builder for
      multiple configuration files that is configured to support reloading.
-     $Id$
 -->
 <configuration>
   <header>
diff --git a/src/test/resources/testCCReloading.xml 
b/src/test/resources/testCCReloading.xml
index 536156c..daef06e 100644
--- a/src/test/resources/testCCReloading.xml
+++ b/src/test/resources/testCCReloading.xml
@@ -17,7 +17,6 @@
 -->
 <!-- Test configuration definition file that contains some sources which
      support reloading.
-     $Id$
 -->
 
 <configuration>
diff --git a/src/test/resources/testCCReloadingNested.xml 
b/src/test/resources/testCCReloadingNested.xml
index f5a83d3..2b5051a 100644
--- a/src/test/resources/testCCReloadingNested.xml
+++ b/src/test/resources/testCCReloadingNested.xml
@@ -17,7 +17,6 @@
 -->
 <!-- Test configuration definition file that contains a nested combined
      configuration definition with reloading support.
-     $Id$
 -->
 
 <configuration>
diff --git a/src/test/resources/testCCResultClass.xml 
b/src/test/resources/testCCResultClass.xml
index 2be48dc..8103c4c 100644
--- a/src/test/resources/testCCResultClass.xml
+++ b/src/test/resources/testCCResultClass.xml
@@ -17,7 +17,6 @@
 -->
 <!-- Test configuration definition file that explicitly defines the result
      configuration object.
-     $Id$
 -->
 
 <configuration>
diff --git a/src/test/resources/testDtdPublic.xml 
b/src/test/resources/testDtdPublic.xml
index 198ff5f..352ebd6 100644
--- a/src/test/resources/testDtdPublic.xml
+++ b/src/test/resources/testDtdPublic.xml
@@ -17,7 +17,6 @@
 -->
 <!-- Tests whether the DOCTYPE declaration is correctly parsed when loaded from
      XMLConfiguration.
-     $Id$
 -->
 <!DOCTYPE properties PUBLIC "-//Commons Configuration//DTD Test Configuration 
1.3//EN"
   "properties.dtd">
diff --git a/src/test/resources/testInterpolationBuilder.xml 
b/src/test/resources/testInterpolationBuilder.xml
index b1988e2..19c3dac 100644
--- a/src/test/resources/testInterpolationBuilder.xml
+++ b/src/test/resources/testInterpolationBuilder.xml
@@ -20,7 +20,6 @@
   configuration sources created by a DefaultConfigurationBuilder.
   This configuration definition file for a DefaultConfigurationBuilder
   references multiple sources which contain variable references.
-  $Id$
 -->
 <configuration>
   <system/>
diff --git a/src/test/resources/testMultiTenentConfigurationBuilder4.xml 
b/src/test/resources/testMultiTenentConfigurationBuilder4.xml
index 19665b3..d4ace8e 100644
--- a/src/test/resources/testMultiTenentConfigurationBuilder4.xml
+++ b/src/test/resources/testMultiTenentConfigurationBuilder4.xml
@@ -16,7 +16,6 @@
    limitations under the License.
 -->
 <!-- Test configuration definition for testing DynamicCombinedConfiguration.
-     $Id$
 -->
 <configuration>
   <header>
diff --git a/src/test/resources/testMultiTenentConfigurationBuilder5.xml 
b/src/test/resources/testMultiTenentConfigurationBuilder5.xml
index d97fe61..a9ffae6 100644
--- a/src/test/resources/testMultiTenentConfigurationBuilder5.xml
+++ b/src/test/resources/testMultiTenentConfigurationBuilder5.xml
@@ -18,7 +18,6 @@
 <!-- Test configuration definition for testing DynamicCombinedConfiguration
      together with reloading. This file defines a configuration which will be
      rewritten during a test run. This should trigger a reload.
-     $Id$
 -->
 <configuration>
   <header>
diff --git a/src/test/resources/test_invalid_date.plist.xml 
b/src/test/resources/test_invalid_date.plist.xml
index 1d787fb..c40afb4 100644
--- a/src/test/resources/test_invalid_date.plist.xml
+++ b/src/test/resources/test_invalid_date.plist.xml
@@ -17,7 +17,6 @@
    limitations under the License.
 -->
 <!-- Test configuration file with an invalid date property.
-     $Id$
 -->
 <plist version="1.0">
     <dict>

Reply via email to