You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2008/12/18 10:40:05 UTC

svn commit: r727682 [4/4] - in /incubator/click/trunk/click/framework: src/ src/net/sf/click/ src/net/sf/click/control/ src/net/sf/click/service/ src/net/sf/click/util/ test/ test/net/sf/click/ test/net/sf/click/control/ test/net/sf/click/pages/ test/n...

Modified: incubator/click/trunk/click/framework/test/net/sf/click/utilinvokelistener/ClickUtilsInvokeListenerTest.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/net/sf/click/utilinvokelistener/ClickUtilsInvokeListenerTest.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/test/net/sf/click/utilinvokelistener/ClickUtilsInvokeListenerTest.java (original)
+++ incubator/click/trunk/click/framework/test/net/sf/click/utilinvokelistener/ClickUtilsInvokeListenerTest.java Thu Dec 18 01:39:58 2008
@@ -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 net.sf.click.utilinvokelistener;
 
 import net.sf.click.util.ClickUtils;

Modified: incubator/click/trunk/click/framework/test/web/WEB-INF/click.xml
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/web/WEB-INF/click.xml?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/test/web/WEB-INF/click.xml (original)
+++ incubator/click/trunk/click/framework/test/web/WEB-INF/click.xml Thu Dec 18 01:39:58 2008
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+ 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.
+-->
 <click-app charset="UTF-8">
     <pages package="net.sf.click.pages"/>
     <mode value="trace"/>

Modified: incubator/click/trunk/click/framework/test/web/jsp-page.jsp
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/web/jsp-page.jsp?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/test/web/jsp-page.jsp (original)
+++ incubator/click/trunk/click/framework/test/web/jsp-page.jsp Thu Dec 18 01:39:58 2008
@@ -1 +1,20 @@
+<!--
+   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.
+-->
+
 jsp page
\ No newline at end of file

Modified: incubator/click/trunk/click/framework/test/web/jsp-redirect-page.htm
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/web/jsp-redirect-page.htm?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/test/web/jsp-redirect-page.htm (original)
+++ incubator/click/trunk/click/framework/test/web/jsp-redirect-page.htm Thu Dec 18 01:39:58 2008
@@ -1 +1,20 @@
+<!--
+   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.
+-->
+
 redirect to jsp
\ No newline at end of file

Modified: incubator/click/trunk/click/framework/test/web/listener.htm
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/web/listener.htm?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/test/web/listener.htm (original)
+++ incubator/click/trunk/click/framework/test/web/listener.htm Thu Dec 18 01:39:58 2008
@@ -1 +1,20 @@
+<!--
+   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.
+-->
+
 $form
\ No newline at end of file

Modified: incubator/click/trunk/click/framework/test/web/redirect-to-htm.htm
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/web/redirect-to-htm.htm?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/test/web/redirect-to-htm.htm (original)
+++ incubator/click/trunk/click/framework/test/web/redirect-to-htm.htm Thu Dec 18 01:39:58 2008
@@ -1 +1,20 @@
+<!--
+   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.
+-->
+
 redirect a
\ No newline at end of file

Modified: incubator/click/trunk/click/framework/test/web/redirect-to-jsp.htm
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/web/redirect-to-jsp.htm?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/test/web/redirect-to-jsp.htm (original)
+++ incubator/click/trunk/click/framework/test/web/redirect-to-jsp.htm Thu Dec 18 01:39:58 2008
@@ -1 +1,20 @@
+<!--
+   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.
+-->
+
 redirect to jsp
\ No newline at end of file

Modified: incubator/click/trunk/click/framework/test/web/redirect-to-self.htm
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/web/redirect-to-self.htm?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/test/web/redirect-to-self.htm (original)
+++ incubator/click/trunk/click/framework/test/web/redirect-to-self.htm Thu Dec 18 01:39:58 2008
@@ -1 +1,20 @@
+<!--
+   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.
+-->
+
 test
\ No newline at end of file

Modified: incubator/click/trunk/click/framework/test/web/set-path-to-jsp.htm
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/web/set-path-to-jsp.htm?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/test/web/set-path-to-jsp.htm (original)
+++ incubator/click/trunk/click/framework/test/web/set-path-to-jsp.htm Thu Dec 18 01:39:58 2008
@@ -1 +1,20 @@
+<!--
+   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.
+-->
+
 test
\ No newline at end of file