diff --git a/api/pom.xml b/api/pom.xml index 5a4507407..f34ef9b72 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -1,4 +1,26 @@ + 4.0.0 diff --git a/core/src/main/java/org/apache/struts2/components/UrlRenderer.java b/core/src/main/java/org/apache/struts2/components/UrlRenderer.java index fa35bca29..3dea90b45 100644 --- a/core/src/main/java/org/apache/struts2/components/UrlRenderer.java +++ b/core/src/main/java/org/apache/struts2/components/UrlRenderer.java @@ -1,3 +1,23 @@ +/* + * $Id: AttributeMap.java 471756 2006-11-06 15:01:43Z husted $ + * + * 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. + */ package org.apache.struts2.components; import java.io.Writer; diff --git a/core/src/main/java/org/apache/struts2/config/package.html b/core/src/main/java/org/apache/struts2/config/package.html index decba7738..0b7b68de1 100644 --- a/core/src/main/java/org/apache/struts2/config/package.html +++ b/core/src/main/java/org/apache/struts2/config/package.html @@ -1 +1,23 @@ + Classes for Struts configuration and property handling. diff --git a/core/src/main/java/org/apache/struts2/dispatcher/mapper/ParameterAction.java b/core/src/main/java/org/apache/struts2/dispatcher/mapper/ParameterAction.java index 842352b0d..17441a5b2 100644 --- a/core/src/main/java/org/apache/struts2/dispatcher/mapper/ParameterAction.java +++ b/core/src/main/java/org/apache/struts2/dispatcher/mapper/ParameterAction.java @@ -1,3 +1,23 @@ +/* + * $Id: Action.java 502296 2007-02-01 17:33:39Z niallp $ + * + * 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. + */ package org.apache.struts2.dispatcher.mapper; /** diff --git a/core/src/main/java/org/apache/struts2/dispatcher/multipart/package.html b/core/src/main/java/org/apache/struts2/dispatcher/multipart/package.html index 6f5f810d1..b3ee8bde2 100644 --- a/core/src/main/java/org/apache/struts2/dispatcher/multipart/package.html +++ b/core/src/main/java/org/apache/struts2/dispatcher/multipart/package.html @@ -1 +1,23 @@ + Classes to help dispatch multipart HTTP requests. diff --git a/core/src/main/java/org/apache/struts2/dispatcher/package.html b/core/src/main/java/org/apache/struts2/dispatcher/package.html index 588e5d0d4..c8be14572 100644 --- a/core/src/main/java/org/apache/struts2/dispatcher/package.html +++ b/core/src/main/java/org/apache/struts2/dispatcher/package.html @@ -1 +1,23 @@ + Classes for action dispatching in Struts (the Controller part of MVC). diff --git a/core/src/main/java/org/apache/struts2/servlet/interceptor/ServletPrincipalProxy.java b/core/src/main/java/org/apache/struts2/servlet/interceptor/ServletPrincipalProxy.java index 03b776d1a..de5ff7072 100644 --- a/core/src/main/java/org/apache/struts2/servlet/interceptor/ServletPrincipalProxy.java +++ b/core/src/main/java/org/apache/struts2/servlet/interceptor/ServletPrincipalProxy.java @@ -1,3 +1,23 @@ +/* + * $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. + */ package org.apache.struts2.servlet.interceptor; import org.apache.struts2.interceptor.PrincipalProxy; diff --git a/core/src/main/java/org/apache/struts2/views/jsp/package.html b/core/src/main/java/org/apache/struts2/views/jsp/package.html index f17fa990b..de23edeec 100644 --- a/core/src/main/java/org/apache/struts2/views/jsp/package.html +++ b/core/src/main/java/org/apache/struts2/views/jsp/package.html @@ -1 +1,23 @@ + Struts's JSP tag library. diff --git a/core/src/main/java/org/apache/struts2/views/util/package.html b/core/src/main/java/org/apache/struts2/views/util/package.html index 27945fae8..f77c6d54a 100644 --- a/core/src/main/java/org/apache/struts2/views/util/package.html +++ b/core/src/main/java/org/apache/struts2/views/util/package.html @@ -1 +1,23 @@ + Miscellaneous helper classes for all views. diff --git a/core/src/main/java/org/apache/struts2/views/velocity/package.html b/core/src/main/java/org/apache/struts2/views/velocity/package.html index 82188fd64..47cb6e2fd 100644 --- a/core/src/main/java/org/apache/struts2/views/velocity/package.html +++ b/core/src/main/java/org/apache/struts2/views/velocity/package.html @@ -1 +1,23 @@ + Classes for views using Velocity. diff --git a/core/src/main/java/org/apache/struts2/views/xslt/package.html b/core/src/main/java/org/apache/struts2/views/xslt/package.html index ed05a0a58..7e0a62268 100644 --- a/core/src/main/java/org/apache/struts2/views/xslt/package.html +++ b/core/src/main/java/org/apache/struts2/views/xslt/package.html @@ -1,3 +1,25 @@ +

The new xslt view supports an extensible Java XML adapter framework that makes diff --git a/core/src/main/resources/org/apache/struts2/default.properties b/core/src/main/resources/org/apache/struts2/default.properties index e8909acca..dde8bfdc7 100644 --- a/core/src/main/resources/org/apache/struts2/default.properties +++ b/core/src/main/resources/org/apache/struts2/default.properties @@ -1,3 +1,22 @@ +# $Id: Action.java 502296 2007-02-01 17:33:39Z niallp $ +# +# 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. + ### START SNIPPET: complete_file ### Struts default properties diff --git a/core/src/main/resources/org/apache/struts2/dispatcher/error.ftl b/core/src/main/resources/org/apache/struts2/dispatcher/error.ftl index 79043dc36..450eee229 100644 --- a/core/src/main/resources/org/apache/struts2/dispatcher/error.ftl +++ b/core/src/main/resources/org/apache/struts2/dispatcher/error.ftl @@ -1,3 +1,25 @@ +<#-- +/* + * $Id: Action.java 502296 2007-02-01 17:33:39Z niallp $ + * + * 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 Problem Report diff --git a/core/src/main/resources/org/apache/struts2/interceptor/debugging/console.ftl b/core/src/main/resources/org/apache/struts2/interceptor/debugging/console.ftl index 795d3387f..ff3a0a1e1 100644 --- a/core/src/main/resources/org/apache/struts2/interceptor/debugging/console.ftl +++ b/core/src/main/resources/org/apache/struts2/interceptor/debugging/console.ftl @@ -1,3 +1,25 @@ +<#-- +/* + * $Id: Action.java 502296 2007-02-01 17:33:39Z niallp $ + * + * 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. + */ +-->