Repository: deltaspike Updated Branches: refs/heads/master e1728f0a1 -> 1815fc827
DELTASPIKE-757 - Fix rat for test files Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/1815fc82 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/1815fc82 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/1815fc82 Branch: refs/heads/master Commit: 1815fc8274ea409bc100be2e60d3b6757f5ba560 Parents: e1728f0 Author: Rafael Benevides <[email protected]> Authored: Wed Oct 29 23:28:26 2014 -0200 Committer: Rafael Benevides <[email protected]> Committed: Wed Oct 29 23:28:49 2014 -0200 ---------------------------------------------------------------------- .../impl/scope/window/MyWindowScopedBean.java | 18 ++++++++++++++++++ .../impl/scope/window/WindowMaxCountTest.java | 18 ++++++++++++++++++ .../META-INF/apache-deltaspike.properties | 16 ++++++++++++++++ .../windowScopedContextTest/windowcount.xhtml | 19 +++++++++++++++++++ 4 files changed, 71 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1815fc82/deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/scope/window/MyWindowScopedBean.java ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/scope/window/MyWindowScopedBean.java b/deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/scope/window/MyWindowScopedBean.java index 0e6d8f4..447cb37 100644 --- a/deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/scope/window/MyWindowScopedBean.java +++ b/deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/scope/window/MyWindowScopedBean.java @@ -1,3 +1,21 @@ +/* + * 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.deltaspike.test.jsf.impl.scope.window; import java.io.Serializable; http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1815fc82/deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/scope/window/WindowMaxCountTest.java ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/scope/window/WindowMaxCountTest.java b/deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/scope/window/WindowMaxCountTest.java index 8fd224d..6a6114c 100644 --- a/deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/scope/window/WindowMaxCountTest.java +++ b/deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/scope/window/WindowMaxCountTest.java @@ -1,3 +1,21 @@ +/* + * 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.deltaspike.test.jsf.impl.scope.window; import java.net.MalformedURLException; http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1815fc82/deltaspike/modules/jsf/impl/src/test/resources/META-INF/apache-deltaspike.properties ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jsf/impl/src/test/resources/META-INF/apache-deltaspike.properties b/deltaspike/modules/jsf/impl/src/test/resources/META-INF/apache-deltaspike.properties index d438dc6..4590ae2 100644 --- a/deltaspike/modules/jsf/impl/src/test/resources/META-INF/apache-deltaspike.properties +++ b/deltaspike/modules/jsf/impl/src/test/resources/META-INF/apache-deltaspike.properties @@ -1 +1,17 @@ +# 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. deltaspike.scope.window.max-count=2 http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1815fc82/deltaspike/modules/jsf/impl/src/test/resources/windowScopedContextTest/windowcount.xhtml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jsf/impl/src/test/resources/windowScopedContextTest/windowcount.xhtml b/deltaspike/modules/jsf/impl/src/test/resources/windowScopedContextTest/windowcount.xhtml index dd974cd..5cb3977 100644 --- a/deltaspike/modules/jsf/impl/src/test/resources/windowScopedContextTest/windowcount.xhtml +++ b/deltaspike/modules/jsf/impl/src/test/resources/windowScopedContextTest/windowcount.xhtml @@ -1,3 +1,22 @@ +<?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 html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets"
