You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2005/02/26 14:03:34 UTC

svn commit: r155412 [1/3] - in jakarta/commons/proper/digester/trunk: ./ src/conf/ src/examples/ src/examples/api/ src/examples/api/addressbook/ src/examples/api/catalog/ src/examples/api/dbinsert/ src/examples/api/document-markup/ src/examples/plugins/pipeline/ src/examples/rss/ src/examples/rss/src/conf/ src/examples/rss/src/java/org/apache/commons/digester/rss/ src/examples/xmlrules/ src/examples/xmlrules/addressbook/ src/java/ src/java/org/apache/commons/digester/ src/java/org/apache/commons/digester/parser/ src/java/org/apache/commons/digester/plugins/ src/java/org/apache/commons/digester/plugins/strategies/ src/java/org/apache/commons/digester/substitution/ src/java/org/apache/commons/digester/xmlrules/ src/test/org/apache/commons/digester/ src/test/org/apache/commons/digester/plugins/ src/test/org/apache/commons/digester/substitution/ src/test/org/apache/commons/digester/xmlrules/ xdocs/ xdocs/dtds/ xdocs/style/

Author: dirkv
Date: Sat Feb 26 04:58:36 2005
New Revision: 155412

URL: http://svn.apache.org/viewcvs?view=rev&rev=155412
Log:
svn:keywords correction

Modified:
    jakarta/commons/proper/digester/trunk/LICENSE.txt   (props changed)
    jakarta/commons/proper/digester/trunk/NOTICE.txt   (props changed)
    jakarta/commons/proper/digester/trunk/PROPOSAL.html   (props changed)
    jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt   (contents, props changed)
    jakarta/commons/proper/digester/trunk/STATUS.html   (contents, props changed)
    jakarta/commons/proper/digester/trunk/build.properties.sample   (props changed)
    jakarta/commons/proper/digester/trunk/build.xml   (props changed)
    jakarta/commons/proper/digester/trunk/checkstyle.xml   (props changed)
    jakarta/commons/proper/digester/trunk/maven.xml   (props changed)
    jakarta/commons/proper/digester/trunk/project.properties   (props changed)
    jakarta/commons/proper/digester/trunk/project.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/conf/MANIFEST.MF   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/addressbook/Address.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/addressbook/AddressBook.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/addressbook/Main.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/addressbook/Person.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/addressbook/build.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/addressbook/example.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/addressbook/readme.txt   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/build.properties.sample   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/build.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/catalog/AudioVisual.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/catalog/Book.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/catalog/BookFactory.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/catalog/Catalog.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/catalog/Item.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/catalog/Main.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/catalog/build.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/catalog/example.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/catalog/readme.txt   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/dbinsert/Main.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/dbinsert/Row.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/dbinsert/RowInserterRule.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/dbinsert/Table.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/dbinsert/build.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/dbinsert/example.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/dbinsert/readme.txt   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/document-markup/Main.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/document-markup/MarkupDigester.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/document-markup/SetTextSegmentRule.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/document-markup/TextSegmentHandler.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/document-markup/build.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/document-markup/readme.txt   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/api/readme.txt   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/CaseTransform.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/CompoundTransform.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/Pipeline.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/SubstituteTransform.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/Transform.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/build.properties.sample   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/build.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/compound.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/input.txt   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/readme.txt   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/substitute.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/uppercase.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/readme.txt   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/rss/LICENSE.txt   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/rss/build.properties.sample   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/rss/build.xml   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/examples/rss/readme.txt   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/rss/src/conf/MANIFEST.MF   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/rss/src/java/org/apache/commons/digester/rss/Channel.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/rss/src/java/org/apache/commons/digester/rss/Image.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/rss/src/java/org/apache/commons/digester/rss/Item.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/rss/src/java/org/apache/commons/digester/rss/RSSDigester.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/rss/src/java/org/apache/commons/digester/rss/TextInput.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/rss/src/java/org/apache/commons/digester/rss/package.html   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/rss/src/java/org/apache/commons/digester/rss/rss-example.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/Address.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/AddressBook.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/Main.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/Person.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/build.properties.sample   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/build.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/example.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/readme.txt   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/xmlrules.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/examples/xmlrules/readme.txt   (props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/AbstractObjectCreationFactory.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/AbstractRulesImpl.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/BeanPropertySetterRule.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallMethodRule.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallParamRule.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ExtendedBaseRules.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/FactoryCreateRule.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/NodeCreateRule.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ObjectCreateRule.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ObjectCreationFactory.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ObjectParamRule.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ParserFeatureSetterFactory.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/PathCallParamRule.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/RegexMatcher.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/RegexRules.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Rule.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/RuleSet.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/RuleSetBase.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Rules.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/RulesBase.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/SetNestedPropertiesRule.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/SetNextRule.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/SetPropertiesRule.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/SetPropertyRule.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/SetRootRule.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/SetTopRule.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/SimpleRegexMatcher.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Substitutor.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/WithDefaultsRulesWrapper.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/package.html   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/parser/GenericParser.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/parser/XercesParser.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/parser/package.html   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/Declaration.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/InitializableRule.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/LogUtils.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/PluginAssertionFailure.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/PluginConfigurationException.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/PluginContext.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/PluginCreateRule.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/PluginDeclarationRule.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/PluginException.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/PluginInvalidInputException.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/PluginManager.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/PluginRules.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/RuleFinder.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/RuleLoader.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/RulesFactory.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/package.html   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/FinderFromClass.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/FinderFromDfltClass.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/FinderFromDfltMethod.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/FinderFromDfltResource.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/FinderFromFile.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/FinderFromMethod.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/FinderFromResource.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/FinderSetProperties.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/LoaderFromClass.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/LoaderFromStream.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/LoaderSetProperties.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/package.html   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/substitution/MultiVariableExpander.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/substitution/VariableAttributes.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/substitution/VariableExpander.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/substitution/VariableSubstitutor.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/substitution/package.html   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/CircularIncludeException.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/DigesterLoader.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/DigesterLoadingException.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/DigesterRuleParser.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/DigesterRulesSource.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/FromXmlRuleSet.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/XmlLoadException.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/digester-rules.dtd   (props changed)
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/package.html   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/java/overview.html   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/Address.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/AlphaBean.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/BeanPropertySetterRuleTestCase.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/BetaBean.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/Box.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/CallMethodRuleTestCase.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/DigesterTestCase.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/EBRTestCase.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/Employee.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/Nameable.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/NamedBean.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/NodeCreateRuleTestCase.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/ObjectParamRuleTestCase.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/OtherTestObjectCreationFactory.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/OverlappingCallMethodRuleTestCase.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/ParamBean.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/PrimitiveBean.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/RegexRulesTestCase.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/RuleTestCase.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/RulesBaseTestCase.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/SetNestedPropertiesRuleTestCase.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/SetPropertiesRuleTestCase.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/SetPropertyRuleTestCase.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/SimpleTestBean.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/Test1.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/Test2.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/Test3.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/Test4.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/Test5.xml   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/Test6.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/Test7.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/Test8.xml   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/Test9.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/TestBean.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/TestEntityResolution.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/TestFactoryCreate.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/TestObjectCreationFactory.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/TestOthers.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/TestRule.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/TestRuleSet.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/WDRulesWrapperTestCase.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/document-with-relative-dtd.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/Container.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/ContainerCustomRules.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/DumperRule.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/Slider.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/TestAll.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/TestConfigurablePluginAttributes.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/TestDeclaration.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/TestDefaultPlugin.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/TestDelegate.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/TestInline.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/TestLocalRules.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/TestObject.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/TestObjectRuleInfo.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/TestRecursion.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/TestRuleInfo.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/TestXmlRuleInfo.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/TextLabel.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/TextLabel2.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/TextLabel2RuleInfo.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/Widget.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/test1.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/test2.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/test3.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/test4a.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/test4b.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/test5a.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/test5b.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/test5c.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/test6.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/test7.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/xmlrules1.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/plugins/xmlrules2.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/simple.dtd   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/substitution/TestAll.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/substitution/VariableExpansionTestCase.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/CallParamTestObject.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/DigesterLoaderRulesTest.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/DigesterLoaderTest.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/DigesterLoaderTestSuite.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/DigesterPatternStackTest.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/FromXmlRuleSetTest.java   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/IncludeTest.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/TestDigesterRulesSource.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/TestObject.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/ThrowExceptionCreationFactory.java   (contents, props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/test-call-param-rules.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/test.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/testCircularRules.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/testPropertyAliasRules.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/testfactory.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/testfactoryignore.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/testfactorynoignore.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/testrules.xml   (props changed)
    jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules/testrulesinclude.xml   (props changed)
    jakarta/commons/proper/digester/trunk/xdocs/dtds/digester-rules.dtd   (contents, props changed)
    jakarta/commons/proper/digester/trunk/xdocs/index.xml   (props changed)
    jakarta/commons/proper/digester/trunk/xdocs/navigation.xml   (props changed)
    jakarta/commons/proper/digester/trunk/xdocs/style/project.css   (props changed)

Propchange: jakarta/commons/proper/digester/trunk/LICENSE.txt
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/NOTICE.txt
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/PROPOSAL.html
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt?view=diff&r1=155411&r2=155412
==============================================================================
--- jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt Sat Feb 26 04:58:36 2005
@@ -1,4 +1,4 @@
-$Id: RELEASE-NOTES.txt,v 1.14 2004/09/09 20:38:19 rdonkin Exp $
+$Id$
 
 
                           Commons Digester Package

Propchange: jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/digester/trunk/STATUS.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/STATUS.html?view=diff&r1=155411&r2=155412
==============================================================================
--- jakarta/commons/proper/digester/trunk/STATUS.html (original)
+++ jakarta/commons/proper/digester/trunk/STATUS.html Sat Feb 26 04:58:36 2005
@@ -7,7 +7,7 @@
 
 <div align="center">
 <h1>The Jakarta Commons <em>Digester</em> Component</h1>
-$Id: STATUS.html,v 1.12 2004/09/09 20:38:19 rdonkin Exp $<br>
+$Id$<br>
 <a href="#Introduction">[Introduction]</a>
 <a href="#Dependencies">[Dependencies]</a>
 <a href="#Release Info">[Release Info]</a>

Propchange: jakarta/commons/proper/digester/trunk/STATUS.html
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/build.properties.sample
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/build.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/checkstyle.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/maven.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/project.properties
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/project.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/conf/MANIFEST.MF
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/digester/trunk/src/examples/api/addressbook/Address.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/examples/api/addressbook/Address.java?view=diff&r1=155411&r2=155412
==============================================================================
--- jakarta/commons/proper/digester/trunk/src/examples/api/addressbook/Address.java (original)
+++ jakarta/commons/proper/digester/trunk/src/examples/api/addressbook/Address.java Sat Feb 26 04:58:36 2005
@@ -1,163 +1,163 @@
-/*
- * Copyright 2001-2004 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.
- * You may obtain a copy of the License at
- * 
- *      http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */ 
-
-import java.util.HashMap;
-import java.util.Iterator;
-
-/**
- * See Main.java.
- */
-public class Address {
-    private String type;
-    private String street;
-    private String city;
-    private String state;
-    private String zip;
-    private String country;
-
-    public String toString() {
-        StringBuffer sb = new StringBuffer();
-        sb.append( " address (type "+ type + ")\n");
-        sb.append( "       " + street + "\n");
-        sb.append( "       " + city + " " + state + " " + zip + "\n");
-        sb.append( "       " + country + "\n");
-        return sb.toString();
-    }
-
-    public void print(java.io.PrintStream out, int indentAmount) {
-        StringBuffer indentStr = new StringBuffer(indentAmount);
-        for(; indentAmount > 0; --indentAmount) {
-            indentStr.append(' ');
-        }
-        
-        out.print(indentStr);
-        out.print("address type: ");
-        out.println(type);
-        
-        out.print(indentStr);
-        out.println("  " + street);
-        
-        out.print(indentStr);
-        out.println("  " + city + " " + state + " " + zip);
-        
-        out.print(indentStr);
-        out.println("  " + country);
-    }
-    
-    /**
-     * Returns the value of street.
-     */
-    public String getStreet()
-    {
-         return street; 
-    }
-
-    /**
-     * Sets the value of street.
-     * @param street The value to assign to street.
-     */
-    public void setStreet(String street)
-    {
-        this.street = street; 
-    }
-
-    /**
-     * Returns the value of city.
-     */
-    public String getCity()
-    {
-        return city; 
-    }
-
-    /**
-     * Sets the value of city.
-     * @param city The value to assign to city.
-     */
-    public void setCity(String city)
-    {
-        this.city = city; 
-    }
-
-    /**
-     * Returns the value of state.
-     */
-    public String getState()
-    {
-        return state; 
-    }
-
-    /**
-     * Sets the value of state.
-     * @param state The value to assign to state.
-     */
-    public void setState(String state)
-    {
-        this.state = state; 
-    }
-
-    /**
-     * Returns the value of zip.
-     */
-    public String getZip()
-    {
-        return zip; 
-    }
-
-    /**
-     * Sets the value of zip.
-     * @param zip The value to assign to zip.
-     */
-    public void setZip(String zip)
-    {
-        this.zip = zip; 
-    }
-
-    /**
-     * Returns the value of country.
-     */
-    public String getCountry()
-    {
-        return country; 
-    }
-
-    /**
-     * Sets the value of country.
-     * @param country The value to assign to country.
-     */
-    public void setCountry(String country)
-    {
-        this.country = country; 
-    }
-
-    /**
-     * Returns the value of type.
-     */
-    public String getType()
-    {
-        return type; 
-    }
-
-    /**
-     * Sets the value of type.
-     * @param type The value to assign to type.
-     */
-    public void setType(String type)
-    {
-        this.type = type; 
-    }
-}
-
-
+/*
+ * Copyright 2001-2004 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.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */ 
+
+import java.util.HashMap;
+import java.util.Iterator;
+
+/**
+ * See Main.java.
+ */
+public class Address {
+    private String type;
+    private String street;
+    private String city;
+    private String state;
+    private String zip;
+    private String country;
+
+    public String toString() {
+        StringBuffer sb = new StringBuffer();
+        sb.append( " address (type "+ type + ")\n");
+        sb.append( "       " + street + "\n");
+        sb.append( "       " + city + " " + state + " " + zip + "\n");
+        sb.append( "       " + country + "\n");
+        return sb.toString();
+    }
+
+    public void print(java.io.PrintStream out, int indentAmount) {
+        StringBuffer indentStr = new StringBuffer(indentAmount);
+        for(; indentAmount > 0; --indentAmount) {
+            indentStr.append(' ');
+        }
+        
+        out.print(indentStr);
+        out.print("address type: ");
+        out.println(type);
+        
+        out.print(indentStr);
+        out.println("  " + street);
+        
+        out.print(indentStr);
+        out.println("  " + city + " " + state + " " + zip);
+        
+        out.print(indentStr);
+        out.println("  " + country);
+    }
+    
+    /**
+     * Returns the value of street.
+     */
+    public String getStreet()
+    {
+         return street; 
+    }
+
+    /**
+     * Sets the value of street.
+     * @param street The value to assign to street.
+     */
+    public void setStreet(String street)
+    {
+        this.street = street; 
+    }
+
+    /**
+     * Returns the value of city.
+     */
+    public String getCity()
+    {
+        return city; 
+    }
+
+    /**
+     * Sets the value of city.
+     * @param city The value to assign to city.
+     */
+    public void setCity(String city)
+    {
+        this.city = city; 
+    }
+
+    /**
+     * Returns the value of state.
+     */
+    public String getState()
+    {
+        return state; 
+    }
+
+    /**
+     * Sets the value of state.
+     * @param state The value to assign to state.
+     */
+    public void setState(String state)
+    {
+        this.state = state; 
+    }
+
+    /**
+     * Returns the value of zip.
+     */
+    public String getZip()
+    {
+        return zip; 
+    }
+
+    /**
+     * Sets the value of zip.
+     * @param zip The value to assign to zip.
+     */
+    public void setZip(String zip)
+    {
+        this.zip = zip; 
+    }
+
+    /**
+     * Returns the value of country.
+     */
+    public String getCountry()
+    {
+        return country; 
+    }
+
+    /**
+     * Sets the value of country.
+     * @param country The value to assign to country.
+     */
+    public void setCountry(String country)
+    {
+        this.country = country; 
+    }
+
+    /**
+     * Returns the value of type.
+     */
+    public String getType()
+    {
+        return type; 
+    }
+
+    /**
+     * Sets the value of type.
+     * @param type The value to assign to type.
+     */
+    public void setType(String type)
+    {
+        this.type = type; 
+    }
+}
+
+

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/addressbook/Address.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/addressbook/AddressBook.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/addressbook/Main.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/addressbook/Person.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/addressbook/build.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/addressbook/example.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/addressbook/readme.txt
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/build.properties.sample
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/build.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/catalog/AudioVisual.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/catalog/Book.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/catalog/BookFactory.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/catalog/Catalog.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/catalog/Item.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/catalog/Main.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/catalog/build.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/catalog/example.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/catalog/readme.txt
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/dbinsert/Main.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/dbinsert/Row.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/dbinsert/RowInserterRule.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/dbinsert/Table.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/dbinsert/build.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/dbinsert/example.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/dbinsert/readme.txt
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/document-markup/Main.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/document-markup/MarkupDigester.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/document-markup/SetTextSegmentRule.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/document-markup/TextSegmentHandler.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/document-markup/build.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/document-markup/readme.txt
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/api/readme.txt
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/CaseTransform.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/CompoundTransform.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/Pipeline.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/SubstituteTransform.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/Transform.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/build.properties.sample
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/build.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/compound.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/input.txt
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/readme.txt
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/substitute.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/plugins/pipeline/uppercase.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/readme.txt
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/rss/LICENSE.txt
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/rss/build.properties.sample
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/digester/trunk/src/examples/rss/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/examples/rss/build.xml?view=diff&r1=155411&r2=155412
==============================================================================
--- jakarta/commons/proper/digester/trunk/src/examples/rss/build.xml (original)
+++ jakarta/commons/proper/digester/trunk/src/examples/rss/build.xml Sat Feb 26 04:58:36 2005
@@ -18,7 +18,7 @@
 
 <!--
         "Digester" RSS Example of the Jakarta Commons Subproject
-        $Id: build.xml,v 1.2 2004/09/09 20:38:20 rdonkin Exp $
+        $Id$
 -->
 
 

Propchange: jakarta/commons/proper/digester/trunk/src/examples/rss/build.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/rss/readme.txt
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/rss/src/conf/MANIFEST.MF
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/rss/src/java/org/apache/commons/digester/rss/Channel.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/rss/src/java/org/apache/commons/digester/rss/Image.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/rss/src/java/org/apache/commons/digester/rss/Item.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/rss/src/java/org/apache/commons/digester/rss/RSSDigester.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/rss/src/java/org/apache/commons/digester/rss/TextInput.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/rss/src/java/org/apache/commons/digester/rss/package.html
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/rss/src/java/org/apache/commons/digester/rss/rss-example.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/Address.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/Address.java?view=diff&r1=155411&r2=155412
==============================================================================
--- jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/Address.java (original)
+++ jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/Address.java Sat Feb 26 04:58:36 2005
@@ -1,163 +1,163 @@
-/*
- * Copyright 2001-2004 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.
- * You may obtain a copy of the License at
- * 
- *      http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */ 
-
-import java.util.HashMap;
-import java.util.Iterator;
-
-/**
- * See Main.java.
- */
-public class Address {
-    private String type;
-    private String street;
-    private String city;
-    private String state;
-    private String zip;
-    private String country;
-
-    public String toString() {
-        StringBuffer sb = new StringBuffer();
-        sb.append( " address (type "+ type + ")\n");
-        sb.append( "       " + street + "\n");
-        sb.append( "       " + city + " " + state + " " + zip + "\n");
-        sb.append( "       " + country + "\n");
-        return sb.toString();
-    }
-
-    public void print(java.io.PrintStream out, int indentAmount) {
-        StringBuffer indentStr = new StringBuffer(indentAmount);
-        for(; indentAmount > 0; --indentAmount) {
-            indentStr.append(' ');
-        }
-        
-        out.print(indentStr);
-        out.print("address type: ");
-        out.println(type);
-        
-        out.print(indentStr);
-        out.println("  " + street);
-        
-        out.print(indentStr);
-        out.println("  " + city + " " + state + " " + zip);
-        
-        out.print(indentStr);
-        out.println("  " + country);
-    }
-    
-    /**
-     * Returns the value of street.
-     */
-    public String getStreet()
-    {
-         return street; 
-    }
-
-    /**
-     * Sets the value of street.
-     * @param street The value to assign to street.
-     */
-    public void setStreet(String street)
-    {
-        this.street = street; 
-    }
-
-    /**
-     * Returns the value of city.
-     */
-    public String getCity()
-    {
-        return city; 
-    }
-
-    /**
-     * Sets the value of city.
-     * @param city The value to assign to city.
-     */
-    public void setCity(String city)
-    {
-        this.city = city; 
-    }
-
-    /**
-     * Returns the value of state.
-     */
-    public String getState()
-    {
-        return state; 
-    }
-
-    /**
-     * Sets the value of state.
-     * @param state The value to assign to state.
-     */
-    public void setState(String state)
-    {
-        this.state = state; 
-    }
-
-    /**
-     * Returns the value of zip.
-     */
-    public String getZip()
-    {
-        return zip; 
-    }
-
-    /**
-     * Sets the value of zip.
-     * @param zip The value to assign to zip.
-     */
-    public void setZip(String zip)
-    {
-        this.zip = zip; 
-    }
-
-    /**
-     * Returns the value of country.
-     */
-    public String getCountry()
-    {
-        return country; 
-    }
-
-    /**
-     * Sets the value of country.
-     * @param country The value to assign to country.
-     */
-    public void setCountry(String country)
-    {
-        this.country = country; 
-    }
-
-    /**
-     * Returns the value of type.
-     */
-    public String getType()
-    {
-        return type; 
-    }
-
-    /**
-     * Sets the value of type.
-     * @param type The value to assign to type.
-     */
-    public void setType(String type)
-    {
-        this.type = type; 
-    }
-}
-
-
+/*
+ * Copyright 2001-2004 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.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */ 
+
+import java.util.HashMap;
+import java.util.Iterator;
+
+/**
+ * See Main.java.
+ */
+public class Address {
+    private String type;
+    private String street;
+    private String city;
+    private String state;
+    private String zip;
+    private String country;
+
+    public String toString() {
+        StringBuffer sb = new StringBuffer();
+        sb.append( " address (type "+ type + ")\n");
+        sb.append( "       " + street + "\n");
+        sb.append( "       " + city + " " + state + " " + zip + "\n");
+        sb.append( "       " + country + "\n");
+        return sb.toString();
+    }
+
+    public void print(java.io.PrintStream out, int indentAmount) {
+        StringBuffer indentStr = new StringBuffer(indentAmount);
+        for(; indentAmount > 0; --indentAmount) {
+            indentStr.append(' ');
+        }
+        
+        out.print(indentStr);
+        out.print("address type: ");
+        out.println(type);
+        
+        out.print(indentStr);
+        out.println("  " + street);
+        
+        out.print(indentStr);
+        out.println("  " + city + " " + state + " " + zip);
+        
+        out.print(indentStr);
+        out.println("  " + country);
+    }
+    
+    /**
+     * Returns the value of street.
+     */
+    public String getStreet()
+    {
+         return street; 
+    }
+
+    /**
+     * Sets the value of street.
+     * @param street The value to assign to street.
+     */
+    public void setStreet(String street)
+    {
+        this.street = street; 
+    }
+
+    /**
+     * Returns the value of city.
+     */
+    public String getCity()
+    {
+        return city; 
+    }
+
+    /**
+     * Sets the value of city.
+     * @param city The value to assign to city.
+     */
+    public void setCity(String city)
+    {
+        this.city = city; 
+    }
+
+    /**
+     * Returns the value of state.
+     */
+    public String getState()
+    {
+        return state; 
+    }
+
+    /**
+     * Sets the value of state.
+     * @param state The value to assign to state.
+     */
+    public void setState(String state)
+    {
+        this.state = state; 
+    }
+
+    /**
+     * Returns the value of zip.
+     */
+    public String getZip()
+    {
+        return zip; 
+    }
+
+    /**
+     * Sets the value of zip.
+     * @param zip The value to assign to zip.
+     */
+    public void setZip(String zip)
+    {
+        this.zip = zip; 
+    }
+
+    /**
+     * Returns the value of country.
+     */
+    public String getCountry()
+    {
+        return country; 
+    }
+
+    /**
+     * Sets the value of country.
+     * @param country The value to assign to country.
+     */
+    public void setCountry(String country)
+    {
+        this.country = country; 
+    }
+
+    /**
+     * Returns the value of type.
+     */
+    public String getType()
+    {
+        return type; 
+    }
+
+    /**
+     * Sets the value of type.
+     * @param type The value to assign to type.
+     */
+    public void setType(String type)
+    {
+        this.type = type; 
+    }
+}
+
+

Propchange: jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/Address.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/AddressBook.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/Main.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/Person.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/build.properties.sample
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/build.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/example.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/readme.txt
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/xmlrules/addressbook/xmlrules.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/digester/trunk/src/examples/xmlrules/readme.txt
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/AbstractObjectCreationFactory.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/AbstractObjectCreationFactory.java?view=diff&r1=155411&r2=155412
==============================================================================
--- jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/AbstractObjectCreationFactory.java (original)
+++ jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/AbstractObjectCreationFactory.java Sat Feb 26 04:58:36 2005
@@ -1,4 +1,4 @@
-/* $Id: AbstractObjectCreationFactory.java,v 1.12 2004/05/10 06:30:06 skitching Exp $
+/* $Id$
  *
  * Copyright 2001-2004 The Apache Software Foundation.
  * 

Propchange: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/AbstractObjectCreationFactory.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/AbstractRulesImpl.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/AbstractRulesImpl.java?view=diff&r1=155411&r2=155412
==============================================================================
--- jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/AbstractRulesImpl.java (original)
+++ jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/AbstractRulesImpl.java Sat Feb 26 04:58:36 2005
@@ -1,4 +1,4 @@
-/* $Id: AbstractRulesImpl.java,v 1.7 2004/05/10 06:30:06 skitching Exp $
+/* $Id$
  *
  * Copyright 2001-2004 The Apache Software Foundation.
  * 

Propchange: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/AbstractRulesImpl.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/BeanPropertySetterRule.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/BeanPropertySetterRule.java?view=diff&r1=155411&r2=155412
==============================================================================
--- jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/BeanPropertySetterRule.java (original)
+++ jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/BeanPropertySetterRule.java Sat Feb 26 04:58:36 2005
@@ -1,4 +1,4 @@
-/* $Id: BeanPropertySetterRule.java,v 1.20 2004/05/10 06:30:06 skitching Exp $
+/* $Id$
  *
  * Copyright 2001-2004 The Apache Software Foundation.
  * 

Propchange: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/BeanPropertySetterRule.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallMethodRule.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallMethodRule.java?view=diff&r1=155411&r2=155412
==============================================================================
--- jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallMethodRule.java (original)
+++ jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallMethodRule.java Sat Feb 26 04:58:36 2005
@@ -1,4 +1,4 @@
-/* $Id: CallMethodRule.java,v 1.36 2004/11/30 03:08:55 skitching Exp $
+/* $Id$
  *
  * Copyright 2001-2004 The Apache Software Foundation.
  * 

Propchange: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallMethodRule.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallParamRule.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallParamRule.java?view=diff&r1=155411&r2=155412
==============================================================================
--- jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallParamRule.java (original)
+++ jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallParamRule.java Sat Feb 26 04:58:36 2005
@@ -1,4 +1,4 @@
-/* $Id: CallParamRule.java,v 1.23 2004/11/30 03:08:55 skitching Exp $
+/* $Id$
  *
  * Copyright 2001-2004 The Apache Software Foundation.
  * 

Propchange: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallParamRule.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java?view=diff&r1=155411&r2=155412
==============================================================================
--- jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java (original)
+++ jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java Sat Feb 26 04:58:36 2005
@@ -1,4 +1,4 @@
-/* $Id: Digester.java,v 1.107 2004/09/18 09:51:03 skitching Exp $
+/* $Id$
  *
  * Copyright 2001-2004 The Apache Software Foundation.
  * 

Propchange: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ExtendedBaseRules.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ExtendedBaseRules.java?view=diff&r1=155411&r2=155412
==============================================================================
--- jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ExtendedBaseRules.java (original)
+++ jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ExtendedBaseRules.java Sat Feb 26 04:58:36 2005
@@ -1,4 +1,4 @@
-/* $Id: ExtendedBaseRules.java,v 1.16 2005/01/17 10:56:50 skitching Exp $
+/* $Id$
  *
  * Copyright 2001-2004 The Apache Software Foundation.
  * 

Propchange: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ExtendedBaseRules.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/FactoryCreateRule.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/FactoryCreateRule.java?view=diff&r1=155411&r2=155412
==============================================================================
--- jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/FactoryCreateRule.java (original)
+++ jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/FactoryCreateRule.java Sat Feb 26 04:58:36 2005
@@ -1,4 +1,4 @@
-/* $Id: FactoryCreateRule.java,v 1.22 2004/09/09 20:38:21 rdonkin Exp $
+/* $Id$
  *
  * Copyright 2001-2004 The Apache Software Foundation.
  * 

Propchange: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/FactoryCreateRule.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/NodeCreateRule.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/NodeCreateRule.java?view=diff&r1=155411&r2=155412
==============================================================================
--- jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/NodeCreateRule.java (original)
+++ jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/NodeCreateRule.java Sat Feb 26 04:58:36 2005
@@ -1,4 +1,4 @@
-/* $Id: NodeCreateRule.java,v 1.11 2005/01/18 00:54:59 skitching Exp $
+/* $Id$
  *
  * Copyright 2002-2004 The Apache Software Foundation.
  * 

Propchange: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/NodeCreateRule.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ObjectCreateRule.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ObjectCreateRule.java?view=diff&r1=155411&r2=155412
==============================================================================
--- jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ObjectCreateRule.java (original)
+++ jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ObjectCreateRule.java Sat Feb 26 04:58:36 2005
@@ -1,4 +1,4 @@
-/* $Id: ObjectCreateRule.java,v 1.19 2004/05/10 06:30:06 skitching Exp $
+/* $Id$
  *
  * Copyright 2001-2004 The Apache Software Foundation.
  * 

Propchange: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ObjectCreateRule.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ObjectCreationFactory.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ObjectCreationFactory.java?view=diff&r1=155411&r2=155412
==============================================================================
--- jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ObjectCreationFactory.java (original)
+++ jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ObjectCreationFactory.java Sat Feb 26 04:58:36 2005
@@ -1,4 +1,4 @@
-/* $Id: ObjectCreationFactory.java,v 1.13 2004/05/10 06:30:06 skitching Exp $
+/* $Id$
  *
  * Copyright 2001-2004 The Apache Software Foundation.
  * 

Propchange: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ObjectCreationFactory.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ObjectParamRule.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ObjectParamRule.java?view=diff&r1=155411&r2=155412
==============================================================================
--- jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ObjectParamRule.java (original)
+++ jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ObjectParamRule.java Sat Feb 26 04:58:36 2005
@@ -1,4 +1,4 @@
-/* $Id: ObjectParamRule.java,v 1.10 2004/05/10 06:52:50 skitching Exp $
+/* $Id$
  *
  * Copyright 2002-2004 The Apache Software Foundation.
  * 

Propchange: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ObjectParamRule.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ParserFeatureSetterFactory.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ParserFeatureSetterFactory.java?view=diff&r1=155411&r2=155412
==============================================================================
--- jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ParserFeatureSetterFactory.java (original)
+++ jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ParserFeatureSetterFactory.java Sat Feb 26 04:58:36 2005
@@ -1,4 +1,4 @@
-/* $Id: ParserFeatureSetterFactory.java,v 1.7 2004/05/10 06:52:50 skitching Exp $
+/* $Id$
  *
  * Copyright 2004 The Apache Software Foundation.
  * 

Propchange: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ParserFeatureSetterFactory.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/PathCallParamRule.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/PathCallParamRule.java?view=diff&r1=155411&r2=155412
==============================================================================
--- jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/PathCallParamRule.java (original)
+++ jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/PathCallParamRule.java Sat Feb 26 04:58:36 2005
@@ -1,4 +1,4 @@
-/* $Id: PathCallParamRule.java,v 1.8 2004/05/10 06:52:50 skitching Exp $
+/* $Id$
  *
  * Copyright 2003-2004 The Apache Software Foundation.
  * 

Propchange: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/PathCallParamRule.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 04:58:36 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/RegexMatcher.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/RegexMatcher.java?view=diff&r1=155411&r2=155412
==============================================================================
--- jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/RegexMatcher.java (original)
+++ jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/RegexMatcher.java Sat Feb 26 04:58:36 2005
@@ -1,4 +1,4 @@
-/* $Id: RegexMatcher.java,v 1.9 2004/05/10 06:52:50 skitching Exp $
+/* $Id$
  *
  * Copyright 2003-2004 The Apache Software Foundation.
  * 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org