svn commit: r1458518 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/builder/PropertiesBuilderProperties.java

2013-03-19 Thread oheger
Author: oheger Date: Tue Mar 19 21:09:08 2013 New Revision: 1458518 URL: http://svn.apache.org/r1458518 Log: Added a new parameters interface for properties of a properties configuration. Added: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/builder

svn commit: r1458519 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/builder/ test/java/org/apache/commons/configuration/builder/

2013-03-19 Thread oheger
Author: oheger Date: Tue Mar 19 21:09:49 2013 New Revision: 1458519 URL: http://svn.apache.org/r1458519 Log: Added a parameters class for properties configuration. Added: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/builder

svn commit: r1458520 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/builder/fluent/ test/java/org/apache/commons/configuration/builder/fluent/

2013-03-19 Thread oheger
Author: oheger Date: Tue Mar 19 21:10:32 2013 New Revision: 1458520 URL: http://svn.apache.org/r1458520 Log: Added a fluent API for setting parameters of a builder for PropertiesConfiguration objects. Added: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration

svn commit: r1460434 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/FileLocator.java

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:14:09 2013 New Revision: 1460434 URL: http://svn.apache.org/r1460434 Log: Added new FileLocator interface. Added: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/FileLocator.java Added: commons/proper/configuration

svn commit: r1460436 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/io/FileHandler.java test/java/org/apache/commons/configuration/io/TestFileHandler.java

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:15:05 2013 New Revision: 1460436 URL: http://svn.apache.org/r1460436 Log: FileHandler now passes a FileLocator to its associated FileBased object if it implements the FileLocatorAware interface. Modified: commons/proper/configuration/trunk/src/main/java

svn commit: r1460437 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/ test/java/org/apache/commons/configuration/

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:15:42 2013 New Revision: 1460437 URL: http://svn.apache.org/r1460437 Log: Made handling of include configurations in PropertiesConfiguration complient to FileHandler approach. Some tests had to be adapted, on test case is currently ignored and has to be fixed

svn commit: r1460438 - /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestCombinedConfiguration.java

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:16:07 2013 New Revision: 1460438 URL: http://svn.apache.org/r1460438 Log: Removed tests related to reloading of file configurations. Modified: commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestCombinedConfiguration.java

svn commit: r1460439 - /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestCompositeConfiguration.java

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:16:33 2013 New Revision: 1460439 URL: http://svn.apache.org/r1460439 Log: Adapted tests to changes in PropertiesConfiguration. PropertiesConfiguration no longer extends AbstractFileConfiguration. Modified: commons/proper/configuration/trunk/src/test/java

svn commit: r1460440 - /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestCompositeConfigurationNonStringProperties.java

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:16:57 2013 New Revision: 1460440 URL: http://svn.apache.org/r1460440 Log: Adapted tests to changes in PropertiesConfiguration. PropertiesConfiguration no longer extends AbstractFileConfiguration. Modified: commons/proper/configuration/trunk/src/test/java

svn commit: r1460441 - /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestEqualBehaviour.java

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:17:23 2013 New Revision: 1460441 URL: http://svn.apache.org/r1460441 Log: Adapted tests to changes in PropertiesConfiguration. PropertiesConfiguration no longer extends AbstractFileConfiguration. Modified: commons/proper/configuration/trunk/src/test/java

svn commit: r1460442 - /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestEqualsProperty.java

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:17:49 2013 New Revision: 1460442 URL: http://svn.apache.org/r1460442 Log: Adapted tests to changes in PropertiesConfiguration. PropertiesConfiguration no longer extends AbstractFileConfiguration. Modified: commons/proper/configuration/trunk/src/test/java

svn commit: r1460443 - /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestNonStringProperties.java

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:18:13 2013 New Revision: 1460443 URL: http://svn.apache.org/r1460443 Log: Adapted tests to changes in PropertiesConfiguration. PropertiesConfiguration no longer extends AbstractFileConfiguration. Modified: commons/proper/configuration/trunk/src/test/java

svn commit: r1460444 - /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestNullCompositeConfiguration.java

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:18:39 2013 New Revision: 1460444 URL: http://svn.apache.org/r1460444 Log: Adapted tests to changes in PropertiesConfiguration. PropertiesConfiguration no longer extends AbstractFileConfiguration. Modified: commons/proper/configuration/trunk/src/test/java

svn commit: r1460445 - /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestPropertiesSequence.java

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:19:05 2013 New Revision: 1460445 URL: http://svn.apache.org/r1460445 Log: Adapted tests to changes in PropertiesConfiguration. PropertiesConfiguration no longer extends AbstractFileConfiguration. Also switched from ConfigurationFactory

svn commit: r1460446 - /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestThreesomeConfiguration.java

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:19:31 2013 New Revision: 1460446 URL: http://svn.apache.org/r1460446 Log: Adapted tests to changes in PropertiesConfiguration. PropertiesConfiguration no longer extends AbstractFileConfiguration. Modified: commons/proper/configuration/trunk/src/test/java

svn commit: r1460447 - /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestFileConfiguration.java

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:19:55 2013 New Revision: 1460447 URL: http://svn.apache.org/r1460447 Log: Removed TestFileConfiguration. FileConfigurations will be reworked completely. Removed: commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration

svn commit: r1460448 - /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/reloading/TestFileChangedReloadingStrategy.java

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:20:21 2013 New Revision: 1460448 URL: http://svn.apache.org/r1460448 Log: Removed TestFileChangedReloadingStrategy. Reloading is reworked and will be handled differently in future. Removed: commons/proper/configuration/trunk/src/test/java/org/apache

svn commit: r1460449 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/SystemConfiguration.java test/java/org/apache/commons/configuration/TestSystemConfiguratio

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:20:54 2013 New Revision: 1460449 URL: http://svn.apache.org/r1460449 Log: Adapted SystemConfiguration to changes on PropertiesConfiguration. Now a different way of loading the configuration file is used. The interface was slightly redesigned. Modified

svn commit: r1460450 - /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestEqualBehaviour.java

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:21:19 2013 New Revision: 1460450 URL: http://svn.apache.org/r1460450 Log: [CONFIGURATION-537] Removed reference to ConfigurationFactory from test class. Modified: commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration

svn commit: r1460451 - /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestSubsetConfiguration.java

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:21:44 2013 New Revision: 1460451 URL: http://svn.apache.org/r1460451 Log: [CONFIGURATION-537] Removed reference to ConfigurationFactory from test class. Modified: commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration

svn commit: r1460452 - /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestConfigurationFactory.java

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:22:09 2013 New Revision: 1460452 URL: http://svn.apache.org/r1460452 Log: [CONFIGURATION-537] Removed TestConfigurationFactory class. ConfigurationFactory is deprecated and is going to be removed in 2.0. Removed: commons/proper/configuration/trunk/src

svn commit: r1460453 - in /commons/proper/configuration/trunk/src: changes/changes.xml main/java/org/apache/commons/configuration/ConfigurationFactory.java

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:22:36 2013 New Revision: 1460453 URL: http://svn.apache.org/r1460453 Log: [CONFIGURATION-537] Removed deprecated ConfigurationFactory class. Removed: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration

svn commit: r1460454 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/XMLPropertiesConfiguration.java test/java/org/apache/commons/configuration/TestXMLProperti

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:23:08 2013 New Revision: 1460454 URL: http://svn.apache.org/r1460454 Log: XMLPropertiesConfiguration no longer extends PropertiesConfiguration. This inheritence relation did not make much sense. Most features provided by PropertiesConfiguration (e.g. the layout

svn commit: r1460456 - /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/reloading/TestVFSFileChangedReloadingStrategy.java

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:23:35 2013 New Revision: 1460456 URL: http://svn.apache.org/r1460456 Log: Reworked TestVFSFileChangedReloadingStrategy to use XMLConfiguration rather than PropertiesConfiguration. Modified: commons/proper/configuration/trunk/src/test/java/org/apache

svn commit: r1460457 - /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/reloading/TestManagedReloadingStrategy.java

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:24:01 2013 New Revision: 1460457 URL: http://svn.apache.org/r1460457 Log: TestManagedReloadingStrategy now operates on XMLConfiguration rather than PropertiesConfiguration. Modified: commons/proper/configuration/trunk/src/test/java/org/apache/commons

svn commit: r1460458 - /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/event/TestPropertiesConfigurationEvents.java

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:24:26 2013 New Revision: 1460458 URL: http://svn.apache.org/r1460458 Log: TestPropertiesConfigurationEvents does not check events of file configurations any more. Modified: commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration

svn commit: r1460459 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/PropertiesConfiguration.java test/java/org/apache/commons/configuration/TestPropertiesConf

2013-03-24 Thread oheger
Author: oheger Date: Sun Mar 24 20:24:59 2013 New Revision: 1460459 URL: http://svn.apache.org/r1460459 Log: PropertiesConfiguration no longer extends AbstractFileConfiguration. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration

svn commit: r1460852 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/ main/java/org/apache/commons/configuration/io/ test/java/org/apache/commons/configuration

2013-03-25 Thread oheger
Author: oheger Date: Mon Mar 25 19:13:30 2013 New Revision: 1460852 URL: http://svn.apache.org/r1460852 Log: Added support for VerifiableOutputStream to FileHandler. Moved VerifiableOutputStream to io package. Added: commons/proper/configuration/trunk/src/main/java/org/apache/commons

svn commit: r1460853 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/reloading/FileHandlerReloadingDetector.java

2013-03-25 Thread oheger
Author: oheger Date: Mon Mar 25 19:13:54 2013 New Revision: 1460853 URL: http://svn.apache.org/r1460853 Log: Made FileHandlerReloadingDetector more extensible. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/reloading

svn commit: r1460854 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/reloading/VFSFileChangedReloadingStrategy.java test/java/org/apache/commons/configuration/

2013-03-25 Thread oheger
Author: oheger Date: Mon Mar 25 19:14:34 2013 New Revision: 1460854 URL: http://svn.apache.org/r1460854 Log: Reworked VFSFileChangedReloadingStrategy. It now extends FileHandlerReloadingDetector and implements the ReloadingDetector interface. Modified: commons/proper/configuration/trunk

svn commit: r1460855 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/reloading/ManagedReloadingStrategy.java test/java/org/apache/commons/configuration/reloadi

2013-03-25 Thread oheger
Author: oheger Date: Mon Mar 25 19:15:08 2013 New Revision: 1460855 URL: http://svn.apache.org/r1460855 Log: Reworked ManagedReloadingStrategy. It now implements the ReloadingDetector interface. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration

svn commit: r1461169 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/builder/ReloadingDetectorFactory.java

2013-03-26 Thread oheger
Author: oheger Date: Tue Mar 26 15:10:11 2013 New Revision: 1461169 URL: http://svn.apache.org/r1461169 Log: Added ReloadingDetectorFactory interface. Added: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/builder/ReloadingDetectorFactory.java Added

svn commit: r1461170 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/builder/ test/java/org/apache/commons/configuration/builder/

2013-03-26 Thread oheger
Author: oheger Date: Tue Mar 26 15:10:42 2013 New Revision: 1461170 URL: http://svn.apache.org/r1461170 Log: Added a property for a ReloadingDetectorFactory to FileBasedBuilderParametersImpl. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration

svn commit: r1461171 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/builder/DefaultReloadingDetectorFactory.java test/java/org/apache/commons/configuration/bu

2013-03-26 Thread oheger
Author: oheger Date: Tue Mar 26 15:11:15 2013 New Revision: 1461171 URL: http://svn.apache.org/r1461171 Log: Added a default implementation of ReloadingDetectorFactory which creates FileHandlerReloadingDetector objects. Added: commons/proper/configuration/trunk/src/main/java/org/apache

svn commit: r1461176 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/builder/ test/java/org/apache/commons/configuration/builder/

2013-03-26 Thread oheger
Author: oheger Date: Tue Mar 26 15:11:47 2013 New Revision: 1461176 URL: http://svn.apache.org/r1461176 Log: ReloadingFileBasedConfigurationBuilder now evaluates the reloadingDetectorFactory property in its parameters. This makes it possible to specify a custom ReloadingDetectoryFactory, so

svn commit: r1462193 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/FileHandlerListener.java

2013-03-28 Thread oheger
Author: oheger Date: Thu Mar 28 16:18:56 2013 New Revision: 1462193 URL: http://svn.apache.org/r1462193 Log: Added new listener interface for FileHandler. Added: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/FileHandlerListener.java Added: commons

svn commit: r1462194 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/FileHandlerListenerAdapter.java

2013-03-28 Thread oheger
Author: oheger Date: Thu Mar 28 16:19:18 2013 New Revision: 1462194 URL: http://svn.apache.org/r1462194 Log: Added adapter class for FileHandlerListener. Added: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/FileHandlerListenerAdapter.java Added

svn commit: r1462196 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/io/FileHandler.java test/java/org/apache/commons/configuration/io/TestFileHandler.java

2013-03-28 Thread oheger
Author: oheger Date: Thu Mar 28 16:19:57 2013 New Revision: 1462196 URL: http://svn.apache.org/r1462196 Log: FileHandler now notifies registered listeners about location updates and IO operations. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration

svn commit: r1462197 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/builder/FileBasedConfigurationBuilder.java test/java/org/apache/commons/configuration/buil

2013-03-28 Thread oheger
Author: oheger Date: Thu Mar 28 16:20:32 2013 New Revision: 1462197 URL: http://svn.apache.org/r1462197 Log: Added a save() method to FileBasedConfigurationBuilder. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/builder

svn commit: r1462198 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/builder/AutoSaveListener.java test/java/org/apache/commons/configuration/builder/TestAutoS

2013-03-28 Thread oheger
Author: oheger Date: Thu Mar 28 16:21:06 2013 New Revision: 1462198 URL: http://svn.apache.org/r1462198 Log: Added a new event listener implementation responsible for auto-saving file-based configurations. Added: commons/proper/configuration/trunk/src/main/java/org/apache/commons

svn commit: r1462199 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/builder/FileBasedConfigurationBuilder.java test/java/org/apache/commons/configuration/buil

2013-03-28 Thread oheger
Author: oheger Date: Thu Mar 28 16:21:42 2013 New Revision: 1462199 URL: http://svn.apache.org/r1462199 Log: FileBasedConfigurationBuilder now supports an auto save mode. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/builder

svn commit: r1462202 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/ main/java/org/apache/commons/configuration/builder/ test/java/org/apache/commons/configur

2013-03-28 Thread oheger
Author: oheger Date: Thu Mar 28 16:22:20 2013 New Revision: 1462202 URL: http://svn.apache.org/r1462202 Log: FileBasedConfigurationBuilder now allows setting default encodings for specific configuration classes. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons

svn commit: r1172779 - /commons/proper/configuration/trunk/build.xml

2011-09-19 Thread oheger
Author: oheger Date: Mon Sep 19 19:57:10 2011 New Revision: 1172779 URL: http://svn.apache.org/viewvc?rev=1172779view=rev Log: [CONFIGURATION-461] Make ant build work with the new directory layout. Modified: commons/proper/configuration/trunk/build.xml Modified: commons/proper/configuration

svn commit: r1173822 - /commons/proper/configuration/trunk/pom.xml

2011-09-21 Thread oheger
Author: oheger Date: Wed Sep 21 20:11:36 2011 New Revision: 1173822 URL: http://svn.apache.org/viewvc?rev=1173822view=rev Log: Updated to commons-parent 22. Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/trunk/pom.xml URL: http://svn.apache.org

svn commit: r1173829 - /commons/proper/configuration/trunk/pom.xml

2011-09-21 Thread oheger
Author: oheger Date: Wed Sep 21 20:18:10 2011 New Revision: 1173829 URL: http://svn.apache.org/viewvc?rev=1173829view=rev Log: clirr now compares against version 1.7. Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/trunk/pom.xml URL: http

svn commit: r1174959 - /commons/proper/configuration/trunk/pom.xml

2011-09-23 Thread oheger
Author: oheger Date: Fri Sep 23 19:10:18 2011 New Revision: 1174959 URL: http://svn.apache.org/viewvc?rev=1174959view=rev Log: Removed unnecessary configuration of clirr plug-in. Thanks to sebb for pointing this out. Modified: commons/proper/configuration/trunk/pom.xml Modified: commons

svn commit: r1175180 - /commons/proper/configuration/trunk/pom.xml

2011-09-24 Thread oheger
Author: oheger Date: Sat Sep 24 15:36:36 2011 New Revision: 1175180 URL: http://svn.apache.org/viewvc?rev=1175180view=rev Log: Removed clirr plug-in declaration. It is inherited from parent pom. Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration

svn commit: r1177415 - in /commons/proper/configuration/trunk: pom.xml src/site/xdoc/download_configuration.xml

2011-09-29 Thread oheger
Author: oheger Date: Thu Sep 29 20:07:37 2011 New Revision: 1177415 URL: http://svn.apache.org/viewvc?rev=1177415view=rev Log: Re-generated download page with correct -bin suffix for binary distributions. Modified: commons/proper/configuration/trunk/pom.xml commons/proper/configuration

svn commit: r1197314 - in /commons/proper/configuration/trunk: ./ src/main/java/org/apache/commons/configuration/plist/ src/main/javacc/

2011-11-03 Thread oheger
Author: oheger Date: Thu Nov 3 21:20:08 2011 New Revision: 1197314 URL: http://svn.apache.org/viewvc?rev=1197314view=rev Log: [CONFIGURATION-470] Removed classes generated by JavaCC. Added maven-javacc-plugin to generate these classes during build. Added: commons/proper/configuration/trunk

svn commit: r1197763 - /commons/proper/configuration/trunk/conf/findbugs-exclude-filter.xml

2011-11-04 Thread oheger
Author: oheger Date: Fri Nov 4 20:48:02 2011 New Revision: 1197763 URL: http://svn.apache.org/viewvc?rev=1197763view=rev Log: [CONFIGURATION-470] Simplified findbugs exclusions. Note: For checkstyle the exclusions still seem to be needed. Modified: commons/proper/configuration/trunk/conf

svn commit: r1197795 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/plist/PropertyListParser.java

2011-11-04 Thread oheger
Author: oheger Date: Fri Nov 4 21:43:51 2011 New Revision: 1197795 URL: http://svn.apache.org/viewvc?rev=1197795view=rev Log: [CONFIGURATION-470] Forgot to remove another classes generated by JavaCC. Removed: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration

svn commit: r1197974 - /commons/proper/configuration/trunk/conf/checkstyle-suppressions.xml

2011-11-05 Thread oheger
Author: oheger Date: Sat Nov 5 15:50:57 2011 New Revision: 1197974 URL: http://svn.apache.org/viewvc?rev=1197974view=rev Log: [CONFIGURATION-470] Simplified checkstyle suppressions. Modified: commons/proper/configuration/trunk/conf/checkstyle-suppressions.xml Modified: commons/proper

svn commit: r1197979 - in /commons/proper/configuration/trunk: build.properties.sample build.xml

2011-11-05 Thread oheger
Author: oheger Date: Sat Nov 5 16:08:50 2011 New Revision: 1197979 URL: http://svn.apache.org/viewvc?rev=1197979view=rev Log: [CONFIGURATION-470] Updated Ant build to invoke JavaCC. Added: commons/proper/configuration/trunk/build.properties.sample Modified: commons/proper/configuration

svn commit: r1197980 - /commons/proper/configuration/trunk/build.properties.sample

2011-11-05 Thread oheger
Author: oheger Date: Sat Nov 5 16:10:11 2011 New Revision: 1197980 URL: http://svn.apache.org/viewvc?rev=1197980view=rev Log: Missing SVN properties. Modified: commons/proper/configuration/trunk/build.properties.sample (contents, props changed) Modified: commons/proper/configuration

svn commit: r1197981 - /commons/proper/configuration/trunk/src/site/xdoc/building.xml

2011-11-05 Thread oheger
Author: oheger Date: Sat Nov 5 16:10:56 2011 New Revision: 1197981 URL: http://svn.apache.org/viewvc?rev=1197981view=rev Log: [CONFIGURATION-470] Updated documentation related to building with Ant. Modified: commons/proper/configuration/trunk/src/site/xdoc/building.xml Modified: commons

svn commit: r1197982 - /commons/proper/configuration/trunk/src/changes/changes.xml

2011-11-05 Thread oheger
Author: oheger Date: Sat Nov 5 16:14:09 2011 New Revision: 1197982 URL: http://svn.apache.org/viewvc?rev=1197982view=rev Log: [CONFIGURATION-470] Updated changes. Modified: commons/proper/configuration/trunk/src/changes/changes.xml Modified: commons/proper/configuration/trunk/src/changes

svn commit: r1203855 - /commons/proper/configuration/trunk/pom.xml

2011-11-18 Thread oheger
Author: oheger Date: Fri Nov 18 21:36:19 2011 New Revision: 1203855 URL: http://svn.apache.org/viewvc?rev=1203855view=rev Log: Updated to most recent junit version. Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/trunk/pom.xml URL: http

svn commit: r1204078 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/Configuration.java

2011-11-19 Thread oheger
Author: oheger Date: Sat Nov 19 21:28:49 2011 New Revision: 1204078 URL: http://svn.apache.org/viewvc?rev=1204078view=rev Log: Java 1.5 compatibility: Javadocs and generics. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/Configuration.java

svn commit: r1204080 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/AbstractConfiguration.java

2011-11-19 Thread oheger
Author: oheger Date: Sat Nov 19 21:32:15 2011 New Revision: 1204080 URL: http://svn.apache.org/viewvc?rev=1204080view=rev Log: Java 1.5 compatibility: Javadocs, annotations. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration

svn commit: r1205596 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/PropertyConverter.java

2011-11-23 Thread oheger
Author: oheger Date: Wed Nov 23 21:08:33 2011 New Revision: 1205596 URL: http://svn.apache.org/viewvc?rev=1205596view=rev Log: Java 1.5 compatibility: Javadocs, raw types, removed reflection-based access to Java 1.5 methods. Modified: commons/proper/configuration/trunk/src/main/java/org

svn commit: r1205603 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/PrefixedKeysIterator.java

2011-11-23 Thread oheger
Author: oheger Date: Wed Nov 23 21:17:38 2011 New Revision: 1205603 URL: http://svn.apache.org/viewvc?rev=1205603view=rev Log: Java 1.5 compatibility: Javadocs, raw types. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/PrefixedKeysIterator.java

svn commit: r1205611 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/AbstractConfiguration.java

2011-11-23 Thread oheger
Author: oheger Date: Wed Nov 23 21:32:28 2011 New Revision: 1205611 URL: http://svn.apache.org/viewvc?rev=1205611view=rev Log: Java 1.5 compatibility: raw types, for loops. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/AbstractConfiguration.java

svn commit: r1205927 - in /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration: BaseConfiguration.java PropertiesConfiguration.java

2011-11-24 Thread oheger
Author: oheger Date: Thu Nov 24 16:52:42 2011 New Revision: 1205927 URL: http://svn.apache.org/viewvc?rev=1205927view=rev Log: Java 1.5 compatibility: Javadocs, raw types, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/BaseConfiguration.java

svn commit: r1206290 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/PropertiesConfiguration.java

2011-11-25 Thread oheger
Author: oheger Date: Fri Nov 25 19:39:15 2011 New Revision: 1206290 URL: http://svn.apache.org/viewvc?rev=1206290view=rev Log: Java 1.5 compatibility: Javadocs, raw types, for loops, StringBuilder, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons

svn commit: r1206292 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/PropertiesConfiguration.java

2011-11-25 Thread oheger
Author: oheger Date: Fri Nov 25 19:43:55 2011 New Revision: 1206292 URL: http://svn.apache.org/viewvc?rev=1206292view=rev Log: Replaced method for parsing properties by a regular expression. Ported from configuration2 branch to trunk. Modified: commons/proper/configuration/trunk/src/main

svn commit: r1206295 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/PropertiesConfigurationLayout.java

2011-11-25 Thread oheger
Author: oheger Date: Fri Nov 25 19:56:26 2011 New Revision: 1206295 URL: http://svn.apache.org/viewvc?rev=1206295view=rev Log: Java 1.5 compatibility: Javadocs, raw types, for loops, StringBuilder, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons

svn commit: r1206303 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/ConfigurationNode.java

2011-11-25 Thread oheger
Author: oheger Date: Fri Nov 25 20:37:01 2011 New Revision: 1206303 URL: http://svn.apache.org/viewvc?rev=1206303view=rev Log: Java 1.5 compatibility: raw types. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/ConfigurationNode.java Modified

svn commit: r1206305 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/HierarchicalConfiguration.java

2011-11-25 Thread oheger
Author: oheger Date: Fri Nov 25 20:37:52 2011 New Revision: 1206305 URL: http://svn.apache.org/viewvc?rev=1206305view=rev Log: Java 1.5 compatibility: Javadocs, raw types, for loops, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration

svn commit: r1206314 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/DefaultConfigurationNode.java

2011-11-25 Thread oheger
Author: oheger Date: Fri Nov 25 20:50:51 2011 New Revision: 1206314 URL: http://svn.apache.org/viewvc?rev=1206314view=rev Log: Java 1.5 compatibility: Javadocs, raw types, for loops, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree

svn commit: r1206463 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/ConfigurationNodeVisitor.java

2011-11-26 Thread oheger
Author: oheger Date: Sat Nov 26 15:47:08 2011 New Revision: 1206463 URL: http://svn.apache.org/viewvc?rev=1206463view=rev Log: Java 1.5 compatibility: Javadocs. Replaced author tag. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree

svn commit: r1206468 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/DefaultConfigurationKey.java

2011-11-26 Thread oheger
Author: oheger Date: Sat Nov 26 15:59:41 2011 New Revision: 1206468 URL: http://svn.apache.org/viewvc?rev=1206468view=rev Log: Java 1.5 compatibility: Javadocs, raw types, StringBuilder, etc. Replaced author tag. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons

svn commit: r1206473 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/DefaultExpressionEngine.java

2011-11-26 Thread oheger
Author: oheger Date: Sat Nov 26 16:13:27 2011 New Revision: 1206473 URL: http://svn.apache.org/viewvc?rev=1206473view=rev Log: Java 1.5 compatibility: Javadocs, raw types, for loops, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree

svn commit: r1206476 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/NodeCombiner.java

2011-11-26 Thread oheger
Author: oheger Date: Sat Nov 26 16:19:53 2011 New Revision: 1206476 URL: http://svn.apache.org/viewvc?rev=1206476view=rev Log: Java 1.5 compatibility: Javadocs, raw types. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/NodeCombiner.java

svn commit: r1206480 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/MergeCombiner.java

2011-11-26 Thread oheger
Author: oheger Date: Sat Nov 26 16:28:58 2011 New Revision: 1206480 URL: http://svn.apache.org/viewvc?rev=1206480view=rev Log: Java 1.5 compatibility: Javadocs, raw types, for loops, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree

svn commit: r1206482 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/OverrideCombiner.java

2011-11-26 Thread oheger
Author: oheger Date: Sat Nov 26 16:34:01 2011 New Revision: 1206482 URL: http://svn.apache.org/viewvc?rev=1206482view=rev Log: Java 1.5 compatibility: Javadocs, raw types, for loops, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree

svn commit: r1206488 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/ViewNode.java

2011-11-26 Thread oheger
Author: oheger Date: Sat Nov 26 16:42:41 2011 New Revision: 1206488 URL: http://svn.apache.org/viewvc?rev=1206488view=rev Log: Java 1.5 compatibility: Javadocs, raw types, for loops, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree

svn commit: r1206489 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/TreeUtils.java

2011-11-26 Thread oheger
Author: oheger Date: Sat Nov 26 16:43:03 2011 New Revision: 1206489 URL: http://svn.apache.org/viewvc?rev=1206489view=rev Log: Java 1.5 compatibility: raw types. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/TreeUtils.java Modified

svn commit: r1206492 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/xpath/ConfigurationNodeIteratorAttribute.java

2011-11-26 Thread oheger
Author: oheger Date: Sat Nov 26 16:52:16 2011 New Revision: 1206492 URL: http://svn.apache.org/viewvc?rev=1206492view=rev Log: Java 1.5 compatibility: Javadocs, raw types. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/xpath

svn commit: r1206493 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/xpath/ConfigurationNodeIteratorChildren.java

2011-11-26 Thread oheger
Author: oheger Date: Sat Nov 26 16:56:42 2011 New Revision: 1206493 URL: http://svn.apache.org/viewvc?rev=1206493view=rev Log: Java 1.5 compatibility: Javadocs, raw types. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/xpath

svn commit: r1206496 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/xpath/ConfigurationNodePointer.java

2011-11-26 Thread oheger
Author: oheger Date: Sat Nov 26 17:01:14 2011 New Revision: 1206496 URL: http://svn.apache.org/viewvc?rev=1206496view=rev Log: Java 1.5 compatibility: Javadocs, raw types, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/xpath

svn commit: r1206498 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/xpath/ConfigurationNodePointerFactory.java

2011-11-26 Thread oheger
Author: oheger Date: Sat Nov 26 17:01:58 2011 New Revision: 1206498 URL: http://svn.apache.org/viewvc?rev=1206498view=rev Log: Java 1.5 compatibility: Javadocs. Replaced author tag. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/xpath

svn commit: r1206563 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree/xpath/XPathExpressionEngine.java

2011-11-26 Thread oheger
Author: oheger Date: Sat Nov 26 19:47:26 2011 New Revision: 1206563 URL: http://svn.apache.org/viewvc?rev=1206563view=rev Log: Java 1.5 compatibility: Javadocs, raw types, StringBuilder, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/tree

svn commit: r1206575 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/AbstractHierarchicalFileConfiguration.java

2011-11-26 Thread oheger
Author: oheger Date: Sat Nov 26 20:07:52 2011 New Revision: 1206575 URL: http://svn.apache.org/viewvc?rev=1206575view=rev Log: Java 1.5 compatibility: Javadocs, raw types, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration

svn commit: r1206577 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/resolver/EntityRegistry.java

2011-11-26 Thread oheger
Author: oheger Date: Sat Nov 26 20:25:52 2011 New Revision: 1206577 URL: http://svn.apache.org/viewvc?rev=1206577view=rev Log: Java 1.5 compatibility: Javadocs, raw types, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/resolver

svn commit: r1206579 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/resolver/DefaultEntityResolver.java

2011-11-26 Thread oheger
Author: oheger Date: Sat Nov 26 20:30:51 2011 New Revision: 1206579 URL: http://svn.apache.org/viewvc?rev=1206579view=rev Log: Java 1.5 compatibility: Javadocs, raw types, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/resolver

svn commit: r1206580 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/XMLConfiguration.java

2011-11-26 Thread oheger
Author: oheger Date: Sat Nov 26 20:31:13 2011 New Revision: 1206580 URL: http://svn.apache.org/viewvc?rev=1206580view=rev Log: Java 1.5 compatibility: Javadocs, raw types, for loops, StringBuilder, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons

svn commit: r1206761 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/resolver/EntityResolverSupport.java

2011-11-27 Thread oheger
Author: oheger Date: Sun Nov 27 16:35:34 2011 New Revision: 1206761 URL: http://svn.apache.org/viewvc?rev=1206761view=rev Log: Fixed a typo. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/resolver/EntityResolverSupport.java Modified: commons

svn commit: r1206764 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/resolver/CatalogResolver.java

2011-11-27 Thread oheger
Author: oheger Date: Sun Nov 27 16:45:39 2011 New Revision: 1206764 URL: http://svn.apache.org/viewvc?rev=1206764view=rev Log: Java 1.5 compatibility: Javadocs, raw types, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/resolver

svn commit: r1206770 - in /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration: CombinedConfiguration.java DynamicCombinedConfiguration.java

2011-11-27 Thread oheger
Author: oheger Date: Sun Nov 27 17:10:27 2011 New Revision: 1206770 URL: http://svn.apache.org/viewvc?rev=1206770view=rev Log: Java 1.5 compatibility: Javadocs, raw types, for loops, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration

svn commit: r1207604 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/DynamicCombinedConfiguration.java

2011-11-28 Thread oheger
Author: oheger Date: Mon Nov 28 21:00:09 2011 New Revision: 1207604 URL: http://svn.apache.org/viewvc?rev=1207604view=rev Log: Java 1.5 compatibility: Javadocs, raw types, for loops, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration

svn commit: r1207608 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/event/EventSource.java

2011-11-28 Thread oheger
Author: oheger Date: Mon Nov 28 21:05:39 2011 New Revision: 1207608 URL: http://svn.apache.org/viewvc?rev=1207608view=rev Log: Java 1.5 compatibility: Javadocs, raw types, etc. Replaced event listener collections by CopyOnWriteArrayList. Modified: commons/proper/configuration/trunk/src

svn commit: r1207610 - in /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/event: ConfigurationErrorEvent.java ConfigurationErrorListener.java ConfigurationEvent.java

2011-11-28 Thread oheger
Author: oheger Date: Mon Nov 28 21:06:22 2011 New Revision: 1207610 URL: http://svn.apache.org/viewvc?rev=1207610view=rev Log: Java 1.5 compatibility: Javadocs. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/event/ConfigurationErrorEvent.java

svn commit: r1208756 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/beanutils/BeanDeclaration.java

2011-11-30 Thread oheger
Author: oheger Date: Wed Nov 30 20:37:32 2011 New Revision: 1208756 URL: http://svn.apache.org/viewvc?rev=1208756view=rev Log: Java 1.5 compatibility: Javadocs, raw types, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/beanutils

svn commit: r1208757 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/beanutils/BeanFactory.java

2011-11-30 Thread oheger
Author: oheger Date: Wed Nov 30 20:38:15 2011 New Revision: 1208757 URL: http://svn.apache.org/viewvc?rev=1208757view=rev Log: Java 1.5 compatibility: Javadocs, raw types, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/beanutils

svn commit: r1208758 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/beanutils/DefaultBeanFactory.java

2011-11-30 Thread oheger
Author: oheger Date: Wed Nov 30 20:38:59 2011 New Revision: 1208758 URL: http://svn.apache.org/viewvc?rev=1208758view=rev Log: Java 1.5 compatibility: Javadocs, raw types, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/beanutils

svn commit: r1208761 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/beanutils/XMLBeanDeclaration.java

2011-11-30 Thread oheger
Author: oheger Date: Wed Nov 30 20:39:47 2011 New Revision: 1208761 URL: http://svn.apache.org/viewvc?rev=1208761view=rev Log: Java 1.5 compatibility: Javadocs, raw types, for loops, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/beanutils

svn commit: r1208762 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/beanutils/BeanHelper.java

2011-11-30 Thread oheger
Author: oheger Date: Wed Nov 30 20:40:32 2011 New Revision: 1208762 URL: http://svn.apache.org/viewvc?rev=1208762view=rev Log: Java 1.5 compatibility: Javadocs, raw types, for loops, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/beanutils

svn commit: r1208764 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/beanutils/ConfigurationDynaClass.java

2011-11-30 Thread oheger
Author: oheger Date: Wed Nov 30 20:41:30 2011 New Revision: 1208764 URL: http://svn.apache.org/viewvc?rev=1208764view=rev Log: Java 1.5 compatibility: Javadocs, raw types, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/beanutils

svn commit: r1208765 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/beanutils/ConfigurationDynaBean.java

2011-11-30 Thread oheger
Author: oheger Date: Wed Nov 30 20:41:50 2011 New Revision: 1208765 URL: http://svn.apache.org/viewvc?rev=1208765view=rev Log: Java 1.5 compatibility: Javadocs, raw types, for loops, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/beanutils

svn commit: r1208781 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConfigurationBuilder.java

2011-11-30 Thread oheger
Author: oheger Date: Wed Nov 30 21:11:02 2011 New Revision: 1208781 URL: http://svn.apache.org/viewvc?rev=1208781view=rev Log: Java 1.5 compatibility: Javadocs. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConfigurationBuilder.java Modified

<    4   5   6   7   8   9   10   11   12   13   >