Author: frankbille
Date: Wed Dec 20 12:58:08 2006
New Revision: 489198
URL: http://svn.apache.org/viewvc?view=rev&rev=489198
Log:
WICKET-51, WICKET-52, WICKET-53: Fixed license headers in wicket-quickstart
Added:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/test/
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/test/java/
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/test/java/wicket/
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/test/java/wicket/util/
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/test/java/wicket/util/license/
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/.classpath
incubator/wicket/branches/wicket-1.x/wicket-quickstart/pom.xml
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/commons-logging.properties
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/log4j.properties
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/Index.java
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/QuickStartApplication.java
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/QuickStartPage.java
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/QuickStartSession.java
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/Start.java
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/eclipse-classpath.xml
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/jetty-config.xml
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/tomcatplugin.xml
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/wicket-quickstart.iml.xml
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/wicket-quickstart.ipr.xml
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/webapp/WEB-INF/web.xml
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/resources/css/print.css
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/resources/css/site.css
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/resources/demos/EclipseDemo.html
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/site.xml
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/template/wicket-site.vm
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/News.xml
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/SourceForge.xml
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/changes.xml
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/eclipse.xml
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/index.xml
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/intellij.xml
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/netbeans.xml
Modified: incubator/wicket/branches/wicket-1.x/wicket-quickstart/.classpath
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/.classpath?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-quickstart/.classpath (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-quickstart/.classpath Wed Dec
20 12:58:08 2006
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
+ <classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
<classpathentry kind="var"
path="M2_REPO/jetty/org.mortbay.jetty/4.2.24/org.mortbay.jetty-4.2.24.jar"/>
<classpathentry kind="var"
path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"
sourcepath="M2_REPO/junit/junit/3.8.1/junit-3.8.1-sources.jar"/>
Modified: incubator/wicket/branches/wicket-1.x/wicket-quickstart/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/pom.xml?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-quickstart/pom.xml (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-quickstart/pom.xml Wed Dec 20
12:58:08 2006
@@ -1,21 +1,19 @@
<?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.
+<!--
+ 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.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/commons-logging.properties
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/commons-logging.properties?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/commons-logging.properties
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/commons-logging.properties
Wed Dec 20 12:58:08 2006
@@ -1,2 +1,16 @@
+# 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.
#org.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger
org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/log4j.properties
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/log4j.properties?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/log4j.properties
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/log4j.properties
Wed Dec 20 12:58:08 2006
@@ -1,3 +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.
log4j.debug=false
log4j.rootLogger=DEBUG,Stdout
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/Index.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/Index.java?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/Index.java
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/Index.java
Wed Dec 20 12:58:08 2006
@@ -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 wicket.quickstart;
import wicket.PageParameters;
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/QuickStartApplication.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/QuickStartApplication.java?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/QuickStartApplication.java
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/QuickStartApplication.java
Wed Dec 20 12:58:08 2006
@@ -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 wicket.quickstart;
import org.apache.commons.logging.Log;
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/QuickStartPage.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/QuickStartPage.java?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/QuickStartPage.java
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/QuickStartPage.java
Wed Dec 20 12:58:08 2006
@@ -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 wicket.quickstart;
import wicket.markup.html.WebPage;
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/QuickStartSession.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/QuickStartSession.java?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/QuickStartSession.java
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/QuickStartSession.java
Wed Dec 20 12:58:08 2006
@@ -1,19 +1,18 @@
/*
- * $Id$
- * $Revision$ $Date$
- *
- *
==============================================================================
- * Licensed 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
- *
+ * 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.
+ * 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 wicket.quickstart;
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/Start.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/Start.java?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/Start.java
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/java/wicket/quickstart/Start.java
Wed Dec 20 12:58:08 2006
@@ -1,20 +1,18 @@
/*
- * $Id$
- * $Revision$
- * $Date$
- *
- *
==============================================================================
- * Licensed 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
- *
+ * 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.
+ * 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 wicket.quickstart;
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/eclipse-classpath.xml
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/eclipse-classpath.xml?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/eclipse-classpath.xml
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/eclipse-classpath.xml
Wed Dec 20 12:58:08 2006
@@ -1,21 +1,20 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed 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.
- */
- -->
+<!--
+ 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.
+-->
<j:whitespace
xmlns:j="jelly:core"
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/jetty-config.xml
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/jetty-config.xml?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/jetty-config.xml
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/jetty-config.xml
Wed Dec 20 12:58:08 2006
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ 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 Configure PUBLIC
"-//Mort Bay Consulting//DTD Configure 1.1//EN"
"http://jetty.mortbay.org/configure_1_2.dtd">
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/tomcatplugin.xml
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/tomcatplugin.xml?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/tomcatplugin.xml
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/tomcatplugin.xml
Wed Dec 20 12:58:08 2006
@@ -1,4 +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.
+-->
<j:whitespace
xmlns:j="jelly:core"
xmlns:ant="jelly:ant"
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/wicket-quickstart.iml.xml
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/wicket-quickstart.iml.xml?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/wicket-quickstart.iml.xml
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/wicket-quickstart.iml.xml
Wed Dec 20 12:58:08 2006
@@ -1,4 +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.
+-->
<j:whitespace
xmlns:j="jelly:core"
xmlns:ant="jelly:ant"
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/wicket-quickstart.ipr.xml
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/wicket-quickstart.ipr.xml?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/wicket-quickstart.ipr.xml
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/wicket-quickstart.ipr.xml
Wed Dec 20 12:58:08 2006
@@ -1,4 +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.
+-->
<j:whitespace
xmlns:j="jelly:core"
xmlns:ant="jelly:ant"
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/webapp/WEB-INF/web.xml?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/webapp/WEB-INF/web.xml
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/webapp/WEB-INF/web.xml
Wed Dec 20 12:58:08 2006
@@ -1,4 +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.
+-->
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/resources/css/print.css
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/resources/css/print.css?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/resources/css/print.css
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/resources/css/print.css
Wed Dec 20 12:58:08 2006
@@ -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.
+ */
#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks,
#leftColumn, #navColumn {
display: none;
}
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/resources/css/site.css
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/resources/css/site.css?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/resources/css/site.css
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/resources/css/site.css
Wed Dec 20 12:58:08 2006
@@ -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.
+ */
.clear,br,#projectLogo,#organizationLogo,#poweredBy {
display: none;
}
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/resources/demos/EclipseDemo.html
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/resources/demos/EclipseDemo.html?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/resources/demos/EclipseDemo.html
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/resources/demos/EclipseDemo.html
Wed Dec 20 12:58:08 2006
@@ -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.
+-->
<HTML>
<head>
<title>Wioket QuickStart - Eclipse Demo</title>
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/site.xml
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/site.xml?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/site.xml
(original)
+++ incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/site.xml
Wed Dec 20 12:58:08 2006
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ 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.
+-->
<project name="Wicket Quickstart">
<bannerLeft>
<name>Wicket</name>
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/template/wicket-site.vm
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/template/wicket-site.vm?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/template/wicket-site.vm
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/template/wicket-site.vm
Wed Dec 20 12:58:08 2006
@@ -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.
+ *#
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
#macro ( banner $banner $id )
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/News.xml
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/News.xml?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/News.xml
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/News.xml
Wed Dec 20 12:58:08 2006
@@ -1,4 +1,20 @@
<?xml version="1.0"?>
+<!--
+ 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.
+-->
<document>
<properties>
<title>News</title>
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/SourceForge.xml
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/SourceForge.xml?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/SourceForge.xml
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/SourceForge.xml
Wed Dec 20 12:58:08 2006
@@ -1,4 +1,20 @@
<?xml version="1.0"?>
+<!--
+ 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.
+-->
<document>
<properties>
<title>SourceForge</title>
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/changes.xml
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/changes.xml?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/changes.xml
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/changes.xml
Wed Dec 20 12:58:08 2006
@@ -1,4 +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.
+-->
<document>
<properties>
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/eclipse.xml
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/eclipse.xml?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/eclipse.xml
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/eclipse.xml
Wed Dec 20 12:58:08 2006
@@ -1,4 +1,20 @@
<?xml version="1.0"?>
+<!--
+ 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.
+-->
<document>
<properties>
<title>Eclipse Kick Start Guide</title>
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/index.xml?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/index.xml
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/index.xml
Wed Dec 20 12:58:08 2006
@@ -1,4 +1,20 @@
<?xml version="1.0"?>
+<!--
+ 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.
+-->
<document>
<properties>
<title>Home</title>
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/intellij.xml
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/intellij.xml?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/intellij.xml
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/intellij.xml
Wed Dec 20 12:58:08 2006
@@ -1,4 +1,20 @@
<?xml version="1.0"?>
+<!--
+ 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.
+-->
<document>
<properties>
<title>IntelliJ IDEA Kick Start Guide</title>
Modified:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/netbeans.xml
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/netbeans.xml?view=diff&rev=489198&r1=489197&r2=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/netbeans.xml
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/site/xdoc/netbeans.xml
Wed Dec 20 12:58:08 2006
@@ -1,4 +1,20 @@
<?xml version="1.0"?>
+<!--
+ 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.
+-->
<document>
<properties>
<title>NetBeans QuickStart Guide</title>
Added:
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java?view=auto&rev=489198
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java
(added)
+++
incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java
Wed Dec 20 12:58:08 2006
@@ -0,0 +1,48 @@
+/*
+ * 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 wicket.util.license;
+
+/**
+ * Test that the license headers are in place in this project. The tests are
run
+ * from [EMAIL PROTECTED] ApacheLicenseHeaderTestCase}, but you can add
project specific
+ * tests here if needed.
+ *
+ * @author Frank Bille Jensen (frankbille)
+ */
+public class ApacheLicenceHeaderTest extends ApacheLicenseHeaderTestCase
+{
+ /**
+ * Construct.
+ */
+ public ApacheLicenceHeaderTest()
+ {
+// addHeaders = true;
+
+ xmlIgnore = new String[] {
+ "src/assembly/bin.xml",
+ "src/assembly/build.xml"
+ };
+
+ htmlIgnore = new String[] {
+ // This is a quickstart project, so too much
information in the HTML file
+ // will confuse.
+ "src/main/java/wicket/quickstart/Index.html",
+ // Small redirect file with no clever content.
+ "src/main/webapp/index.html"
+ };
+ }
+}