You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ap...@apache.org on 2008/04/25 20:09:34 UTC

svn commit: r651674 - in /struts/struts2/trunk: core/src/main/resources/template/css_xhtml/ core/src/main/resources/template/xhtml/ core/src/test/resources/ core/src/test/resources/org/apache/struts2/ core/src/test/resources/org/apache/struts2/componen...

Author: apetrelli
Date: Fri Apr 25 11:09:24 2008
New Revision: 651674

URL: http://svn.apache.org/viewvc?rev=651674&view=rev
Log:
WW-2147
Removed license headers in .properties files temporarily to avoid conflicts with the Maven License plugin.

Modified:
    struts/struts2/trunk/core/src/main/resources/template/css_xhtml/theme.properties
    struts/struts2/trunk/core/src/main/resources/template/xhtml/theme.properties
    struts/struts2/trunk/core/src/test/resources/log4j.properties
    struts/struts2/trunk/core/src/test/resources/org/apache/struts2/TestAction.properties
    struts/struts2/trunk/core/src/test/resources/org/apache/struts2/components/template/dummy.properties
    struts/struts2/trunk/core/src/test/resources/org/apache/struts2/components/template/theme1/themeThroughClassPath.properties
    struts/struts2/trunk/core/src/test/resources/org/apache/struts2/components/template/theme1/themeThroughFileSystem.properties
    struts/struts2/trunk/core/src/test/resources/org/apache/struts2/components/tempo.properties
    struts/struts2/trunk/core/src/test/resources/org/apache/struts2/interceptor/FileUploadInterceptor.properties
    struts/struts2/trunk/core/src/test/resources/org/apache/struts2/othertest.properties
    struts/struts2/trunk/core/src/test/resources/struts.properties
    struts/struts2/trunk/core/src/test/resources/test.properties
    struts/struts2/trunk/core/src/test/resources/testmessages.properties
    struts/struts2/trunk/core/src/test/resources/testmessages2.properties
    struts/struts2/trunk/plugins/dojo/src/main/resources/template/ajax/theme.properties
    struts/struts2/trunk/plugins/dojo/src/test/resources/struts.properties

Modified: struts/struts2/trunk/core/src/main/resources/template/css_xhtml/theme.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/css_xhtml/theme.properties?rev=651674&r1=651673&r2=651674&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/template/css_xhtml/theme.properties (original)
+++ struts/struts2/trunk/core/src/main/resources/template/css_xhtml/theme.properties Fri Apr 25 11:09:24 2008
@@ -1,20 +1 @@
-#  $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.
-
 parent = xhtml

Modified: struts/struts2/trunk/core/src/main/resources/template/xhtml/theme.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/xhtml/theme.properties?rev=651674&r1=651673&r2=651674&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/template/xhtml/theme.properties (original)
+++ struts/struts2/trunk/core/src/main/resources/template/xhtml/theme.properties Fri Apr 25 11:09:24 2008
@@ -1,20 +1 @@
-#  $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.
-
 parent = simple

Modified: struts/struts2/trunk/core/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/log4j.properties?rev=651674&r1=651673&r2=651674&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/test/resources/log4j.properties (original)
+++ struts/struts2/trunk/core/src/test/resources/log4j.properties Fri Apr 25 11:09:24 2008
@@ -1,22 +1,3 @@
-#  $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.
-
 log4j.rootLogger = WARN, stdout
 
 log4j.appender.stdout = org.apache.log4j.ConsoleAppender

Modified: struts/struts2/trunk/core/src/test/resources/org/apache/struts2/TestAction.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/org/apache/struts2/TestAction.properties?rev=651674&r1=651673&r2=651674&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/test/resources/org/apache/struts2/TestAction.properties (original)
+++ struts/struts2/trunk/core/src/test/resources/org/apache/struts2/TestAction.properties Fri Apr 25 11:09:24 2008
@@ -1,22 +1,3 @@
-#  $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.
-
 simpleKey=Simple Message
 expressionKey=Foo is ${foo}
 messageFormatKey=Params are {0} {1} {2}

Modified: struts/struts2/trunk/core/src/test/resources/org/apache/struts2/components/template/dummy.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/org/apache/struts2/components/template/dummy.properties?rev=651674&r1=651673&r2=651674&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/test/resources/org/apache/struts2/components/template/dummy.properties (original)
+++ struts/struts2/trunk/core/src/test/resources/org/apache/struts2/components/template/dummy.properties Fri Apr 25 11:09:24 2008
@@ -1,19 +0,0 @@
-#  $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.
-

Modified: struts/struts2/trunk/core/src/test/resources/org/apache/struts2/components/template/theme1/themeThroughClassPath.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/org/apache/struts2/components/template/theme1/themeThroughClassPath.properties?rev=651674&r1=651673&r2=651674&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/test/resources/org/apache/struts2/components/template/theme1/themeThroughClassPath.properties (original)
+++ struts/struts2/trunk/core/src/test/resources/org/apache/struts2/components/template/theme1/themeThroughClassPath.properties Fri Apr 25 11:09:24 2008
@@ -1,20 +1 @@
-#  $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.
-
 parent=xhtml

Modified: struts/struts2/trunk/core/src/test/resources/org/apache/struts2/components/template/theme1/themeThroughFileSystem.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/org/apache/struts2/components/template/theme1/themeThroughFileSystem.properties?rev=651674&r1=651673&r2=651674&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/test/resources/org/apache/struts2/components/template/theme1/themeThroughFileSystem.properties (original)
+++ struts/struts2/trunk/core/src/test/resources/org/apache/struts2/components/template/theme1/themeThroughFileSystem.properties Fri Apr 25 11:09:24 2008
@@ -1,20 +1 @@
-#  $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.
-
 parent=xhtml

Modified: struts/struts2/trunk/core/src/test/resources/org/apache/struts2/components/tempo.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/org/apache/struts2/components/tempo.properties?rev=651674&r1=651673&r2=651674&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/test/resources/org/apache/struts2/components/tempo.properties (original)
+++ struts/struts2/trunk/core/src/test/resources/org/apache/struts2/components/tempo.properties Fri Apr 25 11:09:24 2008
@@ -1,19 +0,0 @@
-#  $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.
-

Modified: struts/struts2/trunk/core/src/test/resources/org/apache/struts2/interceptor/FileUploadInterceptor.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/org/apache/struts2/interceptor/FileUploadInterceptor.properties?rev=651674&r1=651673&r2=651674&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/test/resources/org/apache/struts2/interceptor/FileUploadInterceptor.properties (original)
+++ struts/struts2/trunk/core/src/test/resources/org/apache/struts2/interceptor/FileUploadInterceptor.properties Fri Apr 25 11:09:24 2008
@@ -1,22 +1,3 @@
-#  $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.
-
 ### Unit test of FileUploadInterceptor
 struts.messages.error.file.too.large=The file is to large to be uploaded {0} {1} {2} {3}
 struts.messages.error.uploading=Error uploading: {0}

Modified: struts/struts2/trunk/core/src/test/resources/org/apache/struts2/othertest.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/org/apache/struts2/othertest.properties?rev=651674&r1=651673&r2=651674&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/test/resources/org/apache/struts2/othertest.properties (original)
+++ struts/struts2/trunk/core/src/test/resources/org/apache/struts2/othertest.properties Fri Apr 25 11:09:24 2008
@@ -1,20 +1 @@
-#  $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.
-
 othertestkey=othertestvalue

Modified: struts/struts2/trunk/core/src/test/resources/struts.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/struts.properties?rev=651674&r1=651673&r2=651674&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/test/resources/struts.properties (original)
+++ struts/struts2/trunk/core/src/test/resources/struts.properties Fri Apr 25 11:09:24 2008
@@ -1,22 +1,3 @@
-#  $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.
-
 struts.i18n.encoding=ISO-8859-1
 struts.locale=de_DE
 struts.multipart.saveDir=\temp

Modified: struts/struts2/trunk/core/src/test/resources/test.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/test.properties?rev=651674&r1=651673&r2=651674&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/test/resources/test.properties (original)
+++ struts/struts2/trunk/core/src/test/resources/test.properties Fri Apr 25 11:09:24 2008
@@ -1,20 +1 @@
-#  $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.
-
 testkey=testvalue

Modified: struts/struts2/trunk/core/src/test/resources/testmessages.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/testmessages.properties?rev=651674&r1=651673&r2=651674&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/test/resources/testmessages.properties (original)
+++ struts/struts2/trunk/core/src/test/resources/testmessages.properties Fri Apr 25 11:09:24 2008
@@ -1,21 +1,2 @@
-#  $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.
-
 default.testmessage=This is a test message
 struts.messages.invalid.token=Replaced message for token tag

Modified: struts/struts2/trunk/core/src/test/resources/testmessages2.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/testmessages2.properties?rev=651674&r1=651673&r2=651674&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/test/resources/testmessages2.properties (original)
+++ struts/struts2/trunk/core/src/test/resources/testmessages2.properties Fri Apr 25 11:09:24 2008
@@ -1,20 +1 @@
-#  $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.
-
 default.testmessage2=This is another test message

Modified: struts/struts2/trunk/plugins/dojo/src/main/resources/template/ajax/theme.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/src/main/resources/template/ajax/theme.properties?rev=651674&r1=651673&r2=651674&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/dojo/src/main/resources/template/ajax/theme.properties (original)
+++ struts/struts2/trunk/plugins/dojo/src/main/resources/template/ajax/theme.properties Fri Apr 25 11:09:24 2008
@@ -1,19 +0,0 @@
-#  $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.
-

Modified: struts/struts2/trunk/plugins/dojo/src/test/resources/struts.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/src/test/resources/struts.properties?rev=651674&r1=651673&r2=651674&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/dojo/src/test/resources/struts.properties (original)
+++ struts/struts2/trunk/plugins/dojo/src/test/resources/struts.properties Fri Apr 25 11:09:24 2008
@@ -1,22 +1,3 @@
-#  $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.
-
 struts.i18n.encoding=ISO-8859-1
 struts.locale=de_DE
 struts.multipart.saveDir=\temp