From 0b6fccb4ee14612576fd634cab78a5c157df40ae Mon Sep 17 00:00:00 2001 From: Wendy Smoak Date: Thu, 23 Nov 2006 17:31:52 +0000 Subject: [PATCH] Fixed eol-style and keywords svn properties. WW-1483 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@478625 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/resources/example/package.properties | 10 +- .../resources/example/package_es.properties | 10 +- apps/blank/src/main/webapp/index.html | 20 +- .../mailreader2/MailreaderSupport.properties | 186 +-- .../MailreaderSupport_ja.properties | 178 +-- .../MailreaderSupport_ru.properties | 178 +-- .../src/main/java/struts.properties | 8 +- .../struts2/showcase/ajax/Example5Action.java | 2 +- .../struts2/showcase/conversion/Address.java | 2 +- .../showcase/conversion/AddressAction.java | 2 +- .../conversion/EnumTypeConverter.java | 2 +- .../showcase/conversion/OperationsEnum.java | 2 +- .../conversion/OperationsEnumAction.java | 2 +- .../MultipleFileUploadUsingArrayAction.java | 132 +- .../MultipleFileUploadUsingListAction.java | 166 +-- .../integration/EditGangsterAction.java | 2 +- .../showcase/integration/GangsterForm.java | 2 +- .../integration/SaveGangsterAction.java | 2 +- .../showcase/person/NewPersonAction.java | 2 +- .../showcase/source/ViewSourceAction.java | 2 +- ...ploadUsingListAction-conversion.properties | 2 +- backport/readme.html | 1098 ++++++++--------- .../struts2/annotations/taglib/StrutsTag.java | 66 +- .../taglib/StrutsTagAttribute.java | 70 +- .../apt/TLDAnnotationProcessorFactory.java | 152 +-- .../struts2/annotations/taglib/apt/Tag.java | 184 +-- .../taglib/apt/TagAnnotationProcessor.java | 598 ++++----- .../annotations/taglib/apt/TagAttribute.java | 130 +- .../components/AbstractRemoteCallUIBean.java | 2 +- .../components/DropdownDateTimePicker.java | 2 +- .../struts2/config/BeanSelectionProvider.java | 2 +- .../ClasspathConfigurationProvider.java | 2 +- ...LegacyPropertiesConfigurationProvider.java | 2 +- .../org/apache/struts2/config/Namespace.java | 2 +- .../org/apache/struts2/config/NullResult.java | 2 +- .../apache/struts2/config/ParentPackage.java | 2 +- .../org/apache/struts2/config/Result.java | 72 +- .../org/apache/struts2/config/Results.java | 64 +- .../mapper/CompositeActionMapper.java | 2 +- .../mapper/Restful2ActionMapper.java | 2 +- .../interceptor/CheckboxInterceptor.java | 2 +- .../ProfilingActivationInterceptor.java | 2 +- .../struts2/interceptor/RolesInterceptor.java | 2 +- .../tags/DropdownDateTimePickerModel.java | 2 +- .../views/jsp/ui/AbstractRemoteCallUITag.java | 2 +- .../jsp/ui/DropdownDateTimePickerTag.java | 2 +- .../DropdownDateTimePickerDirective.java | 2 +- .../ClasspathConfigurationProviderTest.java | 2 +- .../struts2/config/CustomNamespaceAction.java | 2 +- .../config/CustomParentPackageAction.java | 2 +- .../struts2/config/cltest/ActionImpl.java | 2 +- .../config/cltest/OneResultAction.java | 2 +- .../config/cltest/TwoResultAction.java | 2 +- .../dispatcher/ActionContextCleanUpTest.java | 2 +- .../apache/struts2/dispatcher/FilterTest.java | 2 +- .../mapper/CompositeActionMapperTest.java | 2 +- .../mapper/Restful2ActionMapperTest.java | 2 +- .../interceptor/RolesInterceptorTest.java | 2 +- .../apache/struts2/util/ContainUtilTest.java | 2 +- .../codebehind/CodebehindUnknownHandler.java | 2 +- .../CodebehindUnknownHandlerTest.java | 2 +- .../s1/ActionFormResetInterceptor.java | 2 +- .../s1/ActionFormValidationInterceptor.java | 2 +- .../tiles/StrutsTilesRequestContext.java | 2 +- 64 files changed, 1707 insertions(+), 1707 deletions(-) diff --git a/apps/blank/src/main/resources/example/package.properties b/apps/blank/src/main/resources/example/package.properties index 77d589daf..c1f4b330d 100644 --- a/apps/blank/src/main/resources/example/package.properties +++ b/apps/blank/src/main/resources/example/package.properties @@ -1,5 +1,5 @@ -HelloWorld.message= Struts is up and running ... -requiredstring = ${getText(fieldName)} is required. -password = Password -username = User Name -Missing.message = This feature is under construction. Please try again in the next interation. +HelloWorld.message= Struts is up and running ... +requiredstring = ${getText(fieldName)} is required. +password = Password +username = User Name +Missing.message = This feature is under construction. Please try again in the next interation. diff --git a/apps/blank/src/main/resources/example/package_es.properties b/apps/blank/src/main/resources/example/package_es.properties index e4740a48b..a967fc67d 100644 --- a/apps/blank/src/main/resources/example/package_es.properties +++ b/apps/blank/src/main/resources/example/package_es.properties @@ -1,5 +1,5 @@ -HelloWorld.message= ¡Struts está bien! ... -requiredstring = ${getText(fieldName)} se requiere. -password = Contraseña -username = Nombre de Usuario -Missing.message = ¡en obras! ¡seguir intentando! +HelloWorld.message= ¡Struts está bien! ... +requiredstring = ${getText(fieldName)} se requiere. +password = Contraseña +username = Nombre de Usuario +Missing.message = ¡en obras! ¡seguir intentando! diff --git a/apps/blank/src/main/webapp/index.html b/apps/blank/src/main/webapp/index.html index 8747c2483..dc2bbd023 100644 --- a/apps/blank/src/main/webapp/index.html +++ b/apps/blank/src/main/webapp/index.html @@ -1,10 +1,10 @@ - - - - - - - -

Loading ...

- - + + + + + + + +

Loading ...

+ + diff --git a/apps/mailreader/src/main/java/mailreader2/MailreaderSupport.properties b/apps/mailreader/src/main/java/mailreader2/MailreaderSupport.properties index 6fd171ba2..d364e0d06 100644 --- a/apps/mailreader/src/main/java/mailreader2/MailreaderSupport.properties +++ b/apps/mailreader/src/main/java/mailreader2/MailreaderSupport.properties @@ -1,93 +1,93 @@ -button.cancel=Cancel -button.confirm=Confirm -button.doSubmit=DO_SUBMIT -button.doReset=DO_RESULT -button.doCancel=org.apache.struts.taglib.html.CANCEL -button.reset=Reset -button.save=Save -change.message=Your password has expired. Please ask the system administrator to change it. -change.try=Try Again -change.title=Password Has Expired -database.load=Cannot load database from {0} -error.database.missing=User database is missing, cannot validate login credentials -error.fromAddress.format=Invalid format for From Address -error.fromAddress.required=From Address is required -error.fullName.required=Full Name is required -error.host.required=Mail Server is required -error.noSubscription=No Subscription bean in user session -error.password.expired=Your password has expired for username {0} -error.password.required=Password is required -error.password2.required=Confirmation password is required -error.password.match=Password and confirmation password must match -error.password.mismatch=Invalid username and/or password, please try again -error.replyToAddress.format=Invalid format for Reply To Address -struts.messages.invalid.token=Cannot submit this form out of order -error.type.invalid=Server Type must be 'imap' or 'pop3' -error.type.required=Server Type is required -error.username.required=Username is required -error.username.unique=That username is already in use - please select another -errors.footer=
-errors.header=

Validation Error

You must correct the following error(s) before proceeding:


+errors.header=

Validation Error

You must correct the following error(s) before proceeding:


-errors.header=

\u5165\u529b\u30c1\u30a7\u30c3\u30af\u30a8\u30e9\u30fc

\u4ee5\u4e0b\u306e\u30a8\u30e9\u30fc\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044:


+errors.header=

\u5165\u529b\u30c1\u30a7\u30c3\u30af\u30a8\u30e9\u30fc

\u4ee5\u4e0b\u306e\u30a8\u30e9\u30fc\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044:


-errors.header=

\u041e\u0448\u0438\u0431\u043a\u0438 \u043f\u0440\u0438 \u0437\u0430\u043d\u0435\u0441\u0435\u043d\u0438\u0438 \u0434\u0430\u043d\u043d\u044b\u0445

\u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0438\u0441\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0435 \u043d\u0438\u0436\u0435 \u043e\u0448\u0438\u0431\u043a\u0438:


+errors.header=

\u041e\u0448\u0438\u0431\u043a\u0438 \u043f\u0440\u0438 \u0437\u0430\u043d\u0435\u0441\u0435\u043d\u0438\u0438 \u0434\u0430\u043d\u043d\u044b\u0445

\u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0438\u0441\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0435 \u043d\u0438\u0436\u0435 \u043e\u0448\u0438\u0431\u043a\u0438: