Updated Branches: refs/heads/sandbox/atmosphere 7f89fedeb -> 93993eacd
license headers Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/93993eac Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/93993eac Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/93993eac Branch: refs/heads/sandbox/atmosphere Commit: 93993eacd38f12d2aefb1ca778a4048810615362 Parents: da2f5a8 Author: Emond Papegaaij <[email protected]> Authored: Thu Apr 19 20:32:23 2012 +0200 Committer: Emond Papegaaij <[email protected]> Committed: Thu Apr 19 20:32:23 2012 +0200 ---------------------------------------------------------------------- .../examples/atmosphere/AtmosphereApplication.java | 16 +++++++++++++ .../wicket/examples/atmosphere/HomePage.java | 16 +++++++++++++ .../src/main/webapp/META-INF/atmosphere.xml | 17 ++++++++++++++ .../src/main/webapp/META-INF/context.xml | 18 ++++++++++++++- 4 files changed, 66 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/93993eac/wicket-examples/src/main/java/org/apache/wicket/examples/atmosphere/AtmosphereApplication.java ---------------------------------------------------------------------- diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/atmosphere/AtmosphereApplication.java b/wicket-examples/src/main/java/org/apache/wicket/examples/atmosphere/AtmosphereApplication.java index 419d82c..762276d 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/atmosphere/AtmosphereApplication.java +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/atmosphere/AtmosphereApplication.java @@ -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. + */ package org.apache.wicket.examples.atmosphere; import java.util.Date; http://git-wip-us.apache.org/repos/asf/wicket/blob/93993eac/wicket-examples/src/main/java/org/apache/wicket/examples/atmosphere/HomePage.java ---------------------------------------------------------------------- diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/atmosphere/HomePage.java b/wicket-examples/src/main/java/org/apache/wicket/examples/atmosphere/HomePage.java index f26c3a7..f89dc95 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/atmosphere/HomePage.java +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/atmosphere/HomePage.java @@ -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. + */ package org.apache.wicket.examples.atmosphere; import java.util.Date; http://git-wip-us.apache.org/repos/asf/wicket/blob/93993eac/wicket-examples/src/main/webapp/META-INF/atmosphere.xml ---------------------------------------------------------------------- diff --git a/wicket-examples/src/main/webapp/META-INF/atmosphere.xml b/wicket-examples/src/main/webapp/META-INF/atmosphere.xml index 9661562..02b04d6 100644 --- a/wicket-examples/src/main/webapp/META-INF/atmosphere.xml +++ b/wicket-examples/src/main/webapp/META-INF/atmosphere.xml @@ -1,3 +1,20 @@ +<?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. +--> <atmosphere-handlers> <atmosphere-handler context-root="/*" class-name="org.atmosphere.handler.ReflectorServletProcessor"> http://git-wip-us.apache.org/repos/asf/wicket/blob/93993eac/wicket-examples/src/main/webapp/META-INF/context.xml ---------------------------------------------------------------------- diff --git a/wicket-examples/src/main/webapp/META-INF/context.xml b/wicket-examples/src/main/webapp/META-INF/context.xml index aa6c387..f6b2177 100755 --- a/wicket-examples/src/main/webapp/META-INF/context.xml +++ b/wicket-examples/src/main/webapp/META-INF/context.xml @@ -1,5 +1,21 @@ <?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. +--> <Context> <!-- <Loader className="org.atmosphere.util.AtmosphereClassloader"/> --> <Loader delegate="true"/> -</Context> \ No newline at end of file +</Context>
