You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ni...@apache.org on 2006/12/03 18:33:18 UTC

svn commit: r481833 [1/15] - in /struts/struts1/trunk: ./ apps/ apps/blank/ apps/blank/src/main/java/ apps/blank/src/main/webapp/ apps/blank/src/main/webapp/WEB-INF/ apps/blank/src/main/webapp/WEB-INF/src/ apps/blank/src/main/webapp/pages/ apps/cookboo...

Author: niallp
Date: Sun Dec  3 09:32:52 2006
New Revision: 481833

URL: http://svn.apache.org/viewvc?view=rev&rev=481833
Log:
STR-2968 - add missing source file headers and update few remaining headers to comply with the new ASF copyright notice policy

Modified:
    struts/struts1/trunk/apps/blank/pom.xml
    struts/struts1/trunk/apps/blank/src/main/java/MessageResources.properties
    struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/src/build.xml
    struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/struts-config.xml
    struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/validation.xml
    struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/web.xml
    struts/struts1/trunk/apps/blank/src/main/webapp/index.jsp
    struts/struts1/trunk/apps/blank/src/main/webapp/pages/Welcome.jsp
    struts/struts1/trunk/apps/cookbook/pom.xml
    struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources.properties
    struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_de.properties
    struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_en_CA.properties
    struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_en_GB.properties
    struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_en_US.properties
    struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_es.properties
    struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_fr.properties
    struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_it.properties
    struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_pt.properties
    struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/chain-config.xml
    struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/struts-config-Wildcard.xml
    struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/struts-config.xml
    struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/validation.xml
    struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/web.xml
    struts/struts1/trunk/apps/cookbook/src/main/webapp/css/example.css
    struts/struts1/trunk/apps/cookbook/src/main/webapp/index.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/Wildcard/MatchAny.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/Wildcard/MatchOne.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/Wildcard/Source.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/Wildcard/Wildcard.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/bean/Bean.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/bean/include.inc
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/bean/source.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/dyna/Dyna.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/dyna/DynaResults.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/dyna/source.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/links/Links.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/links/LinksResults.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/links/source.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/localization/Localization.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/localization/source.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/logic/Logic.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/logic/source.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/messages/Messages.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/messages/source.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/multibox/Multibox.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/multibox/MultiboxResults.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/multibox/source.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/options/Options.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/options/OptionsResults.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/options/source.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/simple/Simple.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/simple/SimpleResults.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/simple/source.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/token/Token.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/token/TokenResults.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/token/source.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/validator/Validator.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/validator/ValidatorResults.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/jsp/validator/source.jsp
    struts/struts1/trunk/apps/cookbook/src/main/webapp/source.jsp
    struts/struts1/trunk/apps/el-example/pom.xml
    struts/struts1/trunk/apps/el-example/src/main/java/org/apache/struts/webapp/el/exercise/ApplicationResources.properties
    struts/struts1/trunk/apps/el-example/src/main/webapp/WEB-INF/struts-config.xml
    struts/struts1/trunk/apps/el-example/src/main/webapp/WEB-INF/web.xml
    struts/struts1/trunk/apps/el-example/src/main/webapp/bean-cookie.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/bean-define.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/bean-dyna.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/bean-header.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/bean-include.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/bean-parameter.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/bean-resource.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/bean-size.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/bean-write.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/html-button.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/html-file.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/html-frame.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/html-frame1.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/html-indexed.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/html-input.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/html-link.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/html-messages.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/html-multibox.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/html-radio.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/html-select.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/html-setters.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/index.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/logic-compare.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/logic-empty.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/logic-iterate.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/logic-match.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/logic-present.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/logic-redirect.jsp
    struts/struts1/trunk/apps/el-example/src/main/webapp/showSource.jsp
    struts/struts1/trunk/apps/examples/pom.xml
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/dispatch/MessageResources.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/dispatch/MessageResources_fr.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/examples/MessageResource.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/examples/MessageResource_ja.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/exercise/MessageResources.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/exercise/MessageResources_de.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/exercise/MessageResources_fr.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/exercise/MessageResources_ja.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/upload/UploadResources.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/upload/UploadResources_ja.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/validator/DifferentMessageResources.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/validator/I18nExample.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/validator/I18nExampleVariables.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/validator/I18nExampleVariables_en_GB.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/validator/I18nExampleVariables_en_US.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/validator/I18nExampleVariables_fr.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/validator/I18nExample_en_GB.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/validator/I18nExample_en_US.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/validator/I18nExample_fr.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/validator/I18nExample_jp.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/validator/MessageResources.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/validator/MessageResources_fr.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/validator/MessageResources_ja.properties
    struts/struts1/trunk/apps/examples/src/main/java/org/apache/struts/webapp/validator/OtherMessageResources.properties
    struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/dispatch/struts-config.xml
    struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/exercise/struts-config.xml
    struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/struts-config.xml
    struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/upload/struts-config.xml
    struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/upload/validation.xml
    struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-bundles.xml
    struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-i18nVariables.xml
    struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-type.xml
    struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-validwhen.xml
    struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config.xml
    struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/validation-bundles.xml
    struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/validation-i18nVariables.xml
    struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/validation-type.xml
    struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/validation-validwhen.xml
    struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/validation.xml
    struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/web.xml
    struts/struts1/trunk/apps/examples/src/main/webapp/dispatch/actionDispatcher.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/dispatch/dispatch.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/dispatch/eventAction.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/dispatch/eventDispatcher.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/dispatch/index.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/dispatch/lookup.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/dispatch/mapping.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/bean-cookie.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/bean-define.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/bean-header.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/bean-include.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/bean-parameter.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/bean-resource.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/bean-size.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/bean-write-2.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/bean-write.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/html-cancel.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/html-form.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/html-image.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/html-img.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/html-link.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/html-messages.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/html-multibox.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/html-select.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/html-setters.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/index.html
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/logic-compare-numeric.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/logic-compare.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/logic-empty.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/logic-forward-test-forward.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/logic-forward.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/logic-iterate.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/logic-match.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/logic-present.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/logic-redirect-test-action.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/logic-redirect-test-forward.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/exercise/logic-redirect-test-page.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/index.html
    struts/struts1/trunk/apps/examples/src/main/webapp/upload/display.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/upload/upload-utf8.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/upload/upload.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/validator/bundleExamples.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/validator/bundleExamplesJS.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/validator/i18nExample.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/validator/i18nExampleJS.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/validator/index.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/validator/jsRegistration.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/validator/jsType.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/validator/multiRegistration1.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/validator/multiRegistration2.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/validator/registration.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/validator/showFile.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/validator/type.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/validator/validWhenExamples.jsp
    struts/struts1/trunk/apps/examples/src/main/webapp/welcome.jsp
    struts/struts1/trunk/apps/faces-example1/pom.xml
    struts/struts1/trunk/apps/faces-example1/src/main/webapp/WEB-INF/action.xml
    struts/struts1/trunk/apps/faces-example1/src/main/webapp/WEB-INF/app.tld
    struts/struts1/trunk/apps/faces-example1/src/main/webapp/WEB-INF/database.xml
    struts/struts1/trunk/apps/faces-example1/src/main/webapp/WEB-INF/faces-config.xml
    struts/struts1/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml
    struts/struts1/trunk/apps/faces-example1/src/main/webapp/WEB-INF/validation.xml
    struts/struts1/trunk/apps/faces-example1/src/main/webapp/WEB-INF/web.xml
    struts/struts1/trunk/apps/faces-example1/src/main/webapp/changePassword.jsp
    struts/struts1/trunk/apps/faces-example1/src/main/webapp/index.jsp
    struts/struts1/trunk/apps/faces-example1/src/main/webapp/logon.jsp
    struts/struts1/trunk/apps/faces-example1/src/main/webapp/mainMenu.jsp
    struts/struts1/trunk/apps/faces-example1/src/main/webapp/registration.jsp
    struts/struts1/trunk/apps/faces-example1/src/main/webapp/staticJavascript.jsp
    struts/struts1/trunk/apps/faces-example1/src/main/webapp/subscription.jsp
    struts/struts1/trunk/apps/faces-example1/src/main/webapp/tour.htm
    struts/struts1/trunk/apps/faces-example1/src/main/webapp/welcome.jsp
    struts/struts1/trunk/apps/faces-example2/pom.xml
    struts/struts1/trunk/apps/faces-example2/src/main/webapp/WEB-INF/action.xml
    struts/struts1/trunk/apps/faces-example2/src/main/webapp/WEB-INF/app.tld
    struts/struts1/trunk/apps/faces-example2/src/main/webapp/WEB-INF/database.xml
    struts/struts1/trunk/apps/faces-example2/src/main/webapp/WEB-INF/faces-config.xml
    struts/struts1/trunk/apps/faces-example2/src/main/webapp/WEB-INF/struts-config.xml
    struts/struts1/trunk/apps/faces-example2/src/main/webapp/WEB-INF/tiles-defs.xml
    struts/struts1/trunk/apps/faces-example2/src/main/webapp/WEB-INF/validation.xml
    struts/struts1/trunk/apps/faces-example2/src/main/webapp/WEB-INF/web.xml
    struts/struts1/trunk/apps/mailreader/pom.xml
    struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/actions/MainMenuAction.java
    struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/actions/RegistrationAction.java
    struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/actions/SubscriptionAction.java
    struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/AlternateApplicationResources.properties
    struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/AlternateApplicationResources_ja.properties
    struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/ApplicationResources.properties
    struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/ApplicationResources_ja.properties
    struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/ApplicationResources_ru.properties
    struts/struts1/trunk/apps/mailreader/src/main/webapp/ChangePassword.jsp
    struts/struts1/trunk/apps/mailreader/src/main/webapp/Error.jsp
    struts/struts1/trunk/apps/mailreader/src/main/webapp/Footer.jsp
    struts/struts1/trunk/apps/mailreader/src/main/webapp/Logon.jsp
    struts/struts1/trunk/apps/mailreader/src/main/webapp/MainMenu.jsp
    struts/struts1/trunk/apps/mailreader/src/main/webapp/Registration.jsp
    struts/struts1/trunk/apps/mailreader/src/main/webapp/StaticJavascript.jsp
    struts/struts1/trunk/apps/mailreader/src/main/webapp/Subscription.jsp
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/database.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/WebTest.dtd
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/config-debug.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/config-tidy.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/config.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/logon-fail.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/logon-hermes.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/logon-open.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/logon-page.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/menu-page.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/profile-open.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/profile-page.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/register-hermes.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/register-open.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/register-page.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/save-click.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/subscription-add-page.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/subscription-add.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/subscription-delete.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/subscription-edit.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/subscription-invalid.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/taskdef.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/welcome-click.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/entities/welcome-open.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/lvb-digester-rules.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/server-types.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/struts-config.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/validation.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/web.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/webtest.properties.sample
    struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/webtest.xml
    struts/struts1/trunk/apps/mailreader/src/main/webapp/Welcome.jsp
    struts/struts1/trunk/apps/mailreader/src/main/webapp/base.css
    struts/struts1/trunk/apps/mailreader/src/main/webapp/index.jsp
    struts/struts1/trunk/apps/mailreader/src/main/webapp/tour.html
    struts/struts1/trunk/apps/pom.xml
    struts/struts1/trunk/apps/scripting-mailreader/pom.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/java/org/apache/struts/apps/scriptingmailreader/resources/AlternateApplicationResources.properties
    struts/struts1/trunk/apps/scripting-mailreader/src/main/java/org/apache/struts/apps/scriptingmailreader/resources/AlternateApplicationResources_ja.properties
    struts/struts1/trunk/apps/scripting-mailreader/src/main/java/org/apache/struts/apps/scriptingmailreader/resources/ApplicationResources.properties
    struts/struts1/trunk/apps/scripting-mailreader/src/main/java/org/apache/struts/apps/scriptingmailreader/resources/ApplicationResources_ja.properties
    struts/struts1/trunk/apps/scripting-mailreader/src/main/java/org/apache/struts/apps/scriptingmailreader/resources/ApplicationResources_ru.properties
    struts/struts1/trunk/apps/scripting-mailreader/src/main/java/struts-scripting.properties
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/ChangePassword.jsp
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/Error.jsp
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/Footer.jsp
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/Logon.jsp
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/MainMenu.jsp
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/Registration.jsp
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/StaticJavascript.jsp
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/Subscription.jsp
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/database.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/WebTest.dtd
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/config-debug.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/config-tidy.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/config.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/logon-fail.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/logon-hermes.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/logon-open.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/logon-page.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/menu-page.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/profile-open.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/profile-page.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/register-hermes.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/register-open.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/register-page.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/save-click.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/subscription-add-page.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/subscription-add.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/subscription-delete.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/subscription-edit.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/subscription-invalid.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/taskdef.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/welcome-click.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/entities/welcome-open.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/lvb-digester-rules.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/scripts/EditRegistration.gv   (contents, props changed)
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/scripts/EditSubscription.gv   (contents, props changed)
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/scripts/Locale.gv   (contents, props changed)
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/scripts/Logoff.gv   (contents, props changed)
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/scripts/Logon.gv   (contents, props changed)
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/scripts/SaveRegistration.gv   (contents, props changed)
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/scripts/SaveSubscription.gv   (contents, props changed)
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/scripts/Welcome.gv   (contents, props changed)
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/server-types.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/struts-config.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/validation.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/web.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/webtest.properties.sample
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/webtest.xml
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/Welcome.jsp
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/base.css
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/index.jsp
    struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/tour.html
    struts/struts1/trunk/apps/src/site/site.xml
    struts/struts1/trunk/apps/src/site/xdoc/index.xml
    struts/struts1/trunk/assembly/pom.xml
    struts/struts1/trunk/assembly/src/main/assembly/all.xml
    struts/struts1/trunk/assembly/src/main/assembly/apps.xml
    struts/struts1/trunk/assembly/src/main/assembly/docs.xml
    struts/struts1/trunk/assembly/src/main/assembly/lib.xml
    struts/struts1/trunk/assembly/src/main/assembly/src.xml
    struts/struts1/trunk/core/pom.xml
    struts/struts1/trunk/core/src/main/java/org/apache/struts/action/ActionResources.properties
    struts/struts1/trunk/core/src/main/java/org/apache/struts/action/ActionResources_ja.properties
    struts/struts1/trunk/core/src/main/java/org/apache/struts/action/LocalStrings.properties
    struts/struts1/trunk/core/src/main/java/org/apache/struts/action/LocalStrings_ja.properties
    struts/struts1/trunk/core/src/main/java/org/apache/struts/action/package.html
    struts/struts1/trunk/core/src/main/java/org/apache/struts/chain/commands/AbstractValidateActionForm.java
    struts/struts1/trunk/core/src/main/java/org/apache/struts/chain/commands/generic/package.html
    struts/struts1/trunk/core/src/main/java/org/apache/struts/chain/commands/package.html
    struts/struts1/trunk/core/src/main/java/org/apache/struts/chain/commands/servlet/package.html
    struts/struts1/trunk/core/src/main/java/org/apache/struts/chain/commands/util/package.html
    struts/struts1/trunk/core/src/main/java/org/apache/struts/chain/contexts/package.html
    struts/struts1/trunk/core/src/main/java/org/apache/struts/chain/package.html
    struts/struts1/trunk/core/src/main/java/org/apache/struts/config/impl/package.html
    struts/struts1/trunk/core/src/main/java/org/apache/struts/config/package.html
    struts/struts1/trunk/core/src/main/java/org/apache/struts/mock/package.html
    struts/struts1/trunk/core/src/main/java/org/apache/struts/package.html
    struts/struts1/trunk/core/src/main/java/org/apache/struts/upload/package.html
    struts/struts1/trunk/core/src/main/java/org/apache/struts/util/LocalStrings.properties
    struts/struts1/trunk/core/src/main/java/org/apache/struts/util/LocalStrings_ja.properties
    struts/struts1/trunk/core/src/main/java/org/apache/struts/util/package.html
    struts/struts1/trunk/core/src/main/java/org/apache/struts/validator/LocalStrings.properties
    struts/struts1/trunk/core/src/main/java/org/apache/struts/validator/package.html
    struts/struts1/trunk/core/src/main/java/org/apache/struts/validator/validwhen/ValidWhenParser.g
    struts/struts1/trunk/core/src/main/java/org/apache/struts/validator/validwhen/package.html
    struts/struts1/trunk/core/src/main/resources/org/apache/struts/chain/chain-config.xml
    struts/struts1/trunk/core/src/main/resources/org/apache/struts/resources/struts-config_1_0.dtd
    struts/struts1/trunk/core/src/main/resources/org/apache/struts/resources/struts-config_1_1.dtd
    struts/struts1/trunk/core/src/main/resources/org/apache/struts/resources/struts-config_1_2.dtd
    struts/struts1/trunk/core/src/main/resources/org/apache/struts/resources/struts-config_1_3.dtd
    struts/struts1/trunk/core/src/main/resources/org/apache/struts/validator/validator-rules-compressed.xml
    struts/struts1/trunk/core/src/main/resources/org/apache/struts/validator/validator-rules.xml
    struts/struts1/trunk/core/src/test/java/org/apache/struts/chain/commands/servlet/TestAuthorizeAction.java
    struts/struts1/trunk/core/src/test/java/org/apache/struts/chain/commands/servlet/TestPerformForward.java
    struts/struts1/trunk/core/src/test/java/org/apache/struts/chain/commands/servlet/TestSetOriginalURI.java
    struts/struts1/trunk/core/src/test/java/org/apache/struts/config/struts-config-1.1.xml
    struts/struts1/trunk/core/src/test/java/org/apache/struts/config/struts-config-custom-mapping-1.1.xml
    struts/struts1/trunk/core/src/test/java/org/apache/struts/config/struts-config-custom-mapping.xml
    struts/struts1/trunk/core/src/test/java/org/apache/struts/config/struts-config.xml
    struts/struts1/trunk/core/src/test/java/org/apache/struts/util/Foo.properties
    struts/struts1/trunk/core/src/test/java/org/apache/struts/util/Foo_de.properties
    struts/struts1/trunk/core/src/test/java/org/apache/struts/util/Foo_de_DE.properties
    struts/struts1/trunk/core/src/test/java/org/apache/struts/util/Foo_en.properties
    struts/struts1/trunk/core/src/test/java/org/apache/struts/util/Foo_en_US.properties
    struts/struts1/trunk/el/pom.xml
    struts/struts1/trunk/el/src/main/java/org/apache/strutsel/package.html
    struts/struts1/trunk/el/src/main/java/org/apache/strutsel/taglib/bean/package.html
    struts/struts1/trunk/el/src/main/java/org/apache/strutsel/taglib/html/package.html
    struts/struts1/trunk/el/src/main/java/org/apache/strutsel/taglib/logic/package.html
    struts/struts1/trunk/el/src/main/resources/META-INF/tld/struts-bean-el.tld
    struts/struts1/trunk/el/src/main/resources/META-INF/tld/struts-html-el.tld
    struts/struts1/trunk/el/src/main/resources/META-INF/tld/struts-logic-el.tld
    struts/struts1/trunk/el/src/main/resources/META-INF/tld/struts-tiles-el.tld
    struts/struts1/trunk/el/src/site/site.xml
    struts/struts1/trunk/el/src/site/xdoc/index.xml
    struts/struts1/trunk/extras/pom.xml
    struts/struts1/trunk/extras/src/main/java/org/apache/struts/actions/LocalStrings.properties
    struts/struts1/trunk/extras/src/main/java/org/apache/struts/actions/LocalStrings_ja.properties
    struts/struts1/trunk/extras/src/main/java/org/apache/struts/actions/package.html
    struts/struts1/trunk/extras/src/site/site.xml
    struts/struts1/trunk/extras/src/site/xdoc/dispatchValidator.xml
    struts/struts1/trunk/extras/src/site/xdoc/index.xml
    struts/struts1/trunk/faces/pom.xml
    struts/struts1/trunk/faces/src/main/resources/META-INF/faces-config.xml
    struts/struts1/trunk/faces/src/main/resources/META-INF/tld/struts-faces.tld
    struts/struts1/trunk/faces/src/site/site.xml
    struts/struts1/trunk/faces/src/site/xdoc/index.xml
    struts/struts1/trunk/integration/apps-it/pom.xml
    struts/struts1/trunk/integration/pom.xml
    struts/struts1/trunk/integration/tg4w/pom.xml
    struts/struts1/trunk/integration/tg4w/src/main/scripts/blank-verify-welcome.xml
    struts/struts1/trunk/mailreader-dao/pom.xml
    struts/struts1/trunk/mailreader-dao/src/main/java/org/apache/struts/apps/mailreader/dao/impl/memory/MemorySubscription.java
    struts/struts1/trunk/pom.xml
    struts/struts1/trunk/scripting/pom.xml
    struts/struts1/trunk/scripting/src/main/java/org/apache/struts/scripting/package.html
    struts/struts1/trunk/scripting/src/site/site.xml
    struts/struts1/trunk/scripting/src/site/xdoc/changes.xml
    struts/struts1/trunk/scripting/src/site/xdoc/index.xml
    struts/struts1/trunk/scripting/src/site/xdoc/source-guide.xml
    struts/struts1/trunk/scripting/src/site/xdoc/user-guide.xml
    struts/struts1/trunk/src/site/fml/faqs/kickstart.fml
    struts/struts1/trunk/src/site/fml/faqs/newbie.fml
    struts/struts1/trunk/src/site/site.xml
    struts/struts1/trunk/src/site/xdoc/checkstyle.xml
    struts/struts1/trunk/src/site/xdoc/dependencies.xml
    struts/struts1/trunk/src/site/xdoc/dtddoc/index.xml
    struts/struts1/trunk/src/site/xdoc/faqs/actionForm.xml
    struts/struts1/trunk/src/site/xdoc/faqs/apps.xml
    struts/struts1/trunk/src/site/xdoc/faqs/db-howto.xml
    struts/struts1/trunk/src/site/xdoc/faqs/eclipse.xml
    struts/struts1/trunk/src/site/xdoc/faqs/index.xml
    struts/struts1/trunk/src/site/xdoc/faqs/navigation.xml
    struts/struts1/trunk/src/site/xdoc/faqs/netbeans40.xml
    struts/struts1/trunk/src/site/xdoc/faqs/validator.xml
    struts/struts1/trunk/src/site/xdoc/faqs/works.xml
    struts/struts1/trunk/src/site/xdoc/index.xml
    struts/struts1/trunk/src/site/xdoc/jxr.xml
    struts/struts1/trunk/src/site/xdoc/learning.xml
    struts/struts1/trunk/src/site/xdoc/roadmap.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/building_controller.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/building_model.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/building_view.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/configuration.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/dev_util.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/index.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/installation-1_0.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/installation-ip.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/installation-ipas.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/installation-jetty.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/installation-jr30.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/installation-novell.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/installation-oas.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/installation-sas.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/installation-tc.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/installation-ubs72.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/installation-was352-x.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/installation-was352.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/installation-wls5.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/installation.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/introduction.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/navigation.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/release-notes-1_0-b1.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/release-notes-1_0-b2.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/release-notes-1_0-b3.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/release-notes-1_0.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/release-notes-1_0_1.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/release-notes-1_0_2.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/release-notes-1_1-b1.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/release-notes-1_1-b2.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/release-notes-1_1-b3.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/release-notes-1_1-rc1.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/release-notes-1_1-rc2.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/release-notes-1_1.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/release-notes-1_2_4.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/release-notes-1_2_7.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/release-notes-1_2_8.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/release-notes-1_2_9.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/release-notes-1_3_1.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/release-notes-1_3_2.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/release-notes-1_3_3.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/release-notes-1_3_5.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/release-notes.xml
    struts/struts1/trunk/taglib/pom.xml
    struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/LocalStrings.properties
    struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/LocalStrings_ja.properties
    struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/bean/LocalStrings.properties
    struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/bean/LocalStrings_ja.properties
    struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/bean/package.html
    struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/html/LocalStrings.properties
    struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/html/LocalStrings_ja.properties
    struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/html/package.html
    struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/logic/LocalStrings.properties
    struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/logic/LocalStrings_ja.properties
    struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/logic/package.html
    struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/nested/bean/package.html
    struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/nested/html/package.html
    struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/nested/logic/package.html
    struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/nested/package.html
    struts/struts1/trunk/taglib/src/main/resources/META-INF/tld/struts-bean.tld
    struts/struts1/trunk/taglib/src/main/resources/META-INF/tld/struts-html.tld
    struts/struts1/trunk/taglib/src/main/resources/META-INF/tld/struts-logic.tld
    struts/struts1/trunk/taglib/src/main/resources/META-INF/tld/struts-nested.tld
    struts/struts1/trunk/taglib/src/site/fml/faq.fml
    struts/struts1/trunk/taglib/src/site/site.xml
    struts/struts1/trunk/taglib/src/site/xdoc/building_view.xml
    struts/struts1/trunk/taglib/src/site/xdoc/dev_bean.xml
    struts/struts1/trunk/taglib/src/site/xdoc/dev_html.xml
    struts/struts1/trunk/taglib/src/site/xdoc/dev_logic.xml
    struts/struts1/trunk/taglib/src/site/xdoc/dev_nested.xml
    struts/struts1/trunk/taglib/src/site/xdoc/index.xml
    struts/struts1/trunk/taglib/src/site/xdoc/indexedprops.xml
    struts/struts1/trunk/taglib/src/site/xdoc/ssl.xml
    struts/struts1/trunk/taglib/src/test/java/org/apache/struts/taglib/sample.properties
    struts/struts1/trunk/tiles/pom.xml
    struts/struts1/trunk/tiles/src/main/java/org/apache/struts/tiles/RedeployableActionServlet.java
    struts/struts1/trunk/tiles/src/main/java/org/apache/struts/tiles/package.html
    struts/struts1/trunk/tiles/src/main/java/org/apache/struts/tiles/taglib/package.html
    struts/struts1/trunk/tiles/src/main/resources/META-INF/tld/struts-tiles.tld
    struts/struts1/trunk/tiles/src/main/resources/org/apache/struts/resources/tiles-config_1_1.dtd
    struts/struts1/trunk/tiles/src/main/resources/org/apache/struts/resources/tiles-config_1_3.dtd
    struts/struts1/trunk/tiles/src/main/resources/org/apache/struts/tiles/chain-config.xml
    struts/struts1/trunk/tiles/src/site/fml/faq.fml
    struts/struts1/trunk/tiles/src/site/site.xml
    struts/struts1/trunk/tiles/src/site/xdoc/examples.xml
    struts/struts1/trunk/tiles/src/site/xdoc/index.xml
    struts/struts1/trunk/tiles/src/site/xdoc/installation.xml
    struts/struts1/trunk/tiles/src/site/xdoc/userGuide.xml
    struts/struts1/trunk/tiles/src/test/java/org/apache/struts/tiles/config/I18nFactorySet-A.xml
    struts/struts1/trunk/tiles/src/test/java/org/apache/struts/tiles/config/I18nFactorySet-B.xml
    struts/struts1/trunk/tiles/src/test/java/org/apache/struts/tiles/config/I18nFactorySet-B__US.xml
    struts/struts1/trunk/tiles/src/test/java/org/apache/struts/tiles/config/I18nFactorySet-B___XX.xml
    struts/struts1/trunk/tiles/src/test/java/org/apache/struts/tiles/config/I18nFactorySet-B_en.xml
    struts/struts1/trunk/tiles/src/test/java/org/apache/struts/tiles/config/I18nFactorySet-B_en_GB.xml
    struts/struts1/trunk/tiles/src/test/java/org/apache/struts/tiles/config/I18nFactorySet-B_en_US.xml
    struts/struts1/trunk/tiles/src/test/java/org/apache/struts/tiles/config/I18nFactorySet-B_en_US_XX.xml
    struts/struts1/trunk/tiles/src/test/java/org/apache/struts/tiles/config/tiles-defs.xml

Modified: struts/struts1/trunk/apps/blank/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/blank/pom.xml?view=diff&rev=481833&r1=481832&r2=481833
==============================================================================
--- struts/struts1/trunk/apps/blank/pom.xml (original)
+++ struts/struts1/trunk/apps/blank/pom.xml Sun Dec  3 09:32:52 2006
@@ -1,22 +1,19 @@
 <?xml version="1.0"?>
 <!--
-/* 
- * Copyright 2005-2006 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.
- *
- * $Id$
- */
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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.
 -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: struts/struts1/trunk/apps/blank/src/main/java/MessageResources.properties
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/blank/src/main/java/MessageResources.properties?view=diff&rev=481833&r1=481832&r2=481833
==============================================================================
--- struts/struts1/trunk/apps/blank/src/main/java/MessageResources.properties (original)
+++ struts/struts1/trunk/apps/blank/src/main/java/MessageResources.properties Sun Dec  3 09:32:52 2006
@@ -1,3 +1,18 @@
+#   Licensed to the Apache Software Foundation (ASF) under one or more
+#   contributor license agreements.  See the NOTICE file distributed with
+#   this work for additional information regarding copyright ownership.
+#   The ASF licenses this file to You 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.
+
 # -- standard errors --
 errors.header=<UL>
 errors.prefix=<LI>

Modified: struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/src/build.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/src/build.xml?view=diff&rev=481833&r1=481832&r2=481833
==============================================================================
--- struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/src/build.xml (original)
+++ struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/src/build.xml Sun Dec  3 09:32:52 2006
@@ -1,3 +1,19 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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.
+-->
 <project name="blank" basedir="../" default="all">
 
 

Modified: struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/struts-config.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/struts-config.xml?view=diff&rev=481833&r1=481832&r2=481833
==============================================================================
--- struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/struts-config.xml (original)
+++ struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/struts-config.xml Sun Dec  3 09:32:52 2006
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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.
+-->
 
 <!DOCTYPE struts-config PUBLIC
           "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"

Modified: struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/validation.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/validation.xml?view=diff&rev=481833&r1=481832&r2=481833
==============================================================================
--- struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/validation.xml (original)
+++ struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/validation.xml Sun Dec  3 09:32:52 2006
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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.
+-->
 
 <!DOCTYPE form-validation PUBLIC
      "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.3.0//EN"

Modified: struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/web.xml?view=diff&rev=481833&r1=481832&r2=481833
==============================================================================
--- struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/web.xml (original)
+++ struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/web.xml Sun Dec  3 09:32:52 2006
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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.
+-->
 
   <!DOCTYPE web-app PUBLIC
 	"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"

Modified: struts/struts1/trunk/apps/blank/src/main/webapp/index.jsp
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/blank/src/main/webapp/index.jsp?view=diff&rev=481833&r1=481832&r2=481833
==============================================================================
--- struts/struts1/trunk/apps/blank/src/main/webapp/index.jsp (original)
+++ struts/struts1/trunk/apps/blank/src/main/webapp/index.jsp Sun Dec  3 09:32:52 2006
@@ -1,3 +1,19 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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.
+--%>
 <%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
 <logic:redirect forward="welcome"/>
 

Modified: struts/struts1/trunk/apps/blank/src/main/webapp/pages/Welcome.jsp
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/blank/src/main/webapp/pages/Welcome.jsp?view=diff&rev=481833&r1=481832&r2=481833
==============================================================================
--- struts/struts1/trunk/apps/blank/src/main/webapp/pages/Welcome.jsp (original)
+++ struts/struts1/trunk/apps/blank/src/main/webapp/pages/Welcome.jsp Sun Dec  3 09:32:52 2006
@@ -1,3 +1,19 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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.
+--%>
 <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
 <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
 <%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>

Modified: struts/struts1/trunk/apps/cookbook/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/cookbook/pom.xml?view=diff&rev=481833&r1=481832&r2=481833
==============================================================================
--- struts/struts1/trunk/apps/cookbook/pom.xml (original)
+++ struts/struts1/trunk/apps/cookbook/pom.xml Sun Dec  3 09:32:52 2006
@@ -1,22 +1,19 @@
 <?xml version="1.0"?>
 <!--
-/* 
- * Copyright 2005-2006 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.
- *
- * $Id$
- */
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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.
 -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources.properties
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources.properties?view=diff&rev=481833&r1=481832&r2=481833
==============================================================================
--- struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources.properties (original)
+++ struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources.properties Sun Dec  3 09:32:52 2006
@@ -1,3 +1,18 @@
+#   Licensed to the Apache Software Foundation (ASF) under one or more
+#   contributor license agreements.  See the NOTICE file distributed with
+#   this work for additional information regarding copyright ownership.
+#   The ASF licenses this file to You 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.
+
 # -- Standard Errors --
 errors.header=<ul>
 errors.prefix=<li class="error">

Modified: struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_de.properties
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_de.properties?view=diff&rev=481833&r1=481832&r2=481833
==============================================================================
--- struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_de.properties (original)
+++ struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_de.properties Sun Dec  3 09:32:52 2006
@@ -1,3 +1,18 @@
+#   Licensed to the Apache Software Foundation (ASF) under one or more
+#   contributor license agreements.  See the NOTICE file distributed with
+#   this work for additional information regarding copyright ownership.
+#   The ASF licenses this file to You 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.
+
 message.welcome=Willkommen zur Beispielseite.
 
 # -- formatting --

Modified: struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_en_CA.properties
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_en_CA.properties?view=diff&rev=481833&r1=481832&r2=481833
==============================================================================
--- struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_en_CA.properties (original)
+++ struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_en_CA.properties Sun Dec  3 09:32:52 2006
@@ -1 +1,16 @@
+#   Licensed to the Apache Software Foundation (ASF) under one or more
+#   contributor license agreements.  See the NOTICE file distributed with
+#   this work for additional information regarding copyright ownership.
+#   The ASF licenses this file to You 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.
+
 message.welcome=Welcome to the examples page, eh!

Modified: struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_en_GB.properties
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_en_GB.properties?view=diff&rev=481833&r1=481832&r2=481833
==============================================================================
--- struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_en_GB.properties (original)
+++ struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_en_GB.properties Sun Dec  3 09:32:52 2006
@@ -1 +1,16 @@
+#   Licensed to the Apache Software Foundation (ASF) under one or more
+#   contributor license agreements.  See the NOTICE file distributed with
+#   this work for additional information regarding copyright ownership.
+#   The ASF licenses this file to You 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.
+
 message.welcome=Welcome to the examples page. Would you care for a cuppa?

Modified: struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_en_US.properties
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_en_US.properties?view=diff&rev=481833&r1=481832&r2=481833
==============================================================================
--- struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_en_US.properties (original)
+++ struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_en_US.properties Sun Dec  3 09:32:52 2006
@@ -1 +1,16 @@
+#   Licensed to the Apache Software Foundation (ASF) under one or more
+#   contributor license agreements.  See the NOTICE file distributed with
+#   this work for additional information regarding copyright ownership.
+#   The ASF licenses this file to You 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.
+
 message.welcome=Welcome to the examples page. Ya'all come back now.

Modified: struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_es.properties
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_es.properties?view=diff&rev=481833&r1=481832&r2=481833
==============================================================================
--- struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_es.properties (original)
+++ struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_es.properties Sun Dec  3 09:32:52 2006
@@ -1,3 +1,18 @@
+#   Licensed to the Apache Software Foundation (ASF) under one or more
+#   contributor license agreements.  See the NOTICE file distributed with
+#   this work for additional information regarding copyright ownership.
+#   The ASF licenses this file to You 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.
+
 message.welcome=Recepción a la página de los ejemplos.
 
 # -- formatting --

Modified: struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_fr.properties
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_fr.properties?view=diff&rev=481833&r1=481832&r2=481833
==============================================================================
--- struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_fr.properties (original)
+++ struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_fr.properties Sun Dec  3 09:32:52 2006
@@ -1,3 +1,18 @@
+#   Licensed to the Apache Software Foundation (ASF) under one or more
+#   contributor license agreements.  See the NOTICE file distributed with
+#   this work for additional information regarding copyright ownership.
+#   The ASF licenses this file to You 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.
+
 message.welcome=Bienvenue à la page d'exemples.
 
 # -- formatting --

Modified: struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_it.properties
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_it.properties?view=diff&rev=481833&r1=481832&r2=481833
==============================================================================
--- struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_it.properties (original)
+++ struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_it.properties Sun Dec  3 09:32:52 2006
@@ -1,3 +1,18 @@
+#   Licensed to the Apache Software Foundation (ASF) under one or more
+#   contributor license agreements.  See the NOTICE file distributed with
+#   this work for additional information regarding copyright ownership.
+#   The ASF licenses this file to You 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.
+
 message.welcome=Benvenuto alla pagina di esempi.
 
 # -- formatting --

Modified: struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_pt.properties
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_pt.properties?view=diff&rev=481833&r1=481832&r2=481833
==============================================================================
--- struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_pt.properties (original)
+++ struts/struts1/trunk/apps/cookbook/src/main/java/examples/MessageResources_pt.properties Sun Dec  3 09:32:52 2006
@@ -1,3 +1,18 @@
+#   Licensed to the Apache Software Foundation (ASF) under one or more
+#   contributor license agreements.  See the NOTICE file distributed with
+#   this work for additional information regarding copyright ownership.
+#   The ASF licenses this file to You 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.
+
 message.welcome=Boa vinda à página dos exemplos.
 
 # -- formatting --

Modified: struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/chain-config.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/chain-config.xml?view=diff&rev=481833&r1=481832&r2=481833
==============================================================================
--- struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/chain-config.xml (original)
+++ struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/chain-config.xml Sun Dec  3 09:32:52 2006
@@ -1,22 +1,19 @@
 <?xml version="1.0" ?>
-
-
 <!--
-
- Copyright 2002,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.
-
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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.
 -->
 
 

Modified: struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/struts-config-Wildcard.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/struts-config-Wildcard.xml?view=diff&rev=481833&r1=481832&r2=481833
==============================================================================
--- struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/struts-config-Wildcard.xml (original)
+++ struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/struts-config-Wildcard.xml Sun Dec  3 09:32:52 2006
@@ -1,13 +1,29 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE struts-config PUBLIC
-          "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
-          "http://struts.apache.org/dtds/struts-config_1_3.dtd">
-
-<struts-config>
-    <action-mappings>
-      <action path="/Prepare*" forward="/jsp/Wildcard/{1}.jsp" />
-      <action path="/Source*" forward="/jsp/{1}/Source.jsp" />
-      <action path="/Wildcard*" forward="/jsp/Wildcard/MatchAny.jsp" />
-      <action path="/Wildcard-Not" forward="/jsp/Wildcard/MatchOne.jsp" />
-    </action-mappings>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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.
+-->
+<!DOCTYPE struts-config PUBLIC
+          "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
+          "http://struts.apache.org/dtds/struts-config_1_3.dtd">
+
+<struts-config>
+    <action-mappings>
+      <action path="/Prepare*" forward="/jsp/Wildcard/{1}.jsp" />
+      <action path="/Source*" forward="/jsp/{1}/Source.jsp" />
+      <action path="/Wildcard*" forward="/jsp/Wildcard/MatchAny.jsp" />
+      <action path="/Wildcard-Not" forward="/jsp/Wildcard/MatchOne.jsp" />
+    </action-mappings>
 </struts-config>