WICKET-6105 Decommission wicket-datetime Remove Maven site files
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/6083c815 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/6083c815 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/6083c815 Branch: refs/heads/lambdas Commit: 6083c8157845681df8a430e33598a545b0da7c35 Parents: ffa34c6 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Fri Feb 26 22:26:04 2016 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Fri Feb 26 22:26:04 2016 +0100 ---------------------------------------------------------------------- wicket-datetime/src/site/apt/index.apt | 24 ------------------ wicket-datetime/src/site/site.xml | 38 ----------------------------- 2 files changed, 62 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/6083c815/wicket-datetime/src/site/apt/index.apt ---------------------------------------------------------------------- diff --git a/wicket-datetime/src/site/apt/index.apt b/wicket-datetime/src/site/apt/index.apt deleted file mode 100644 index dba4558..0000000 --- a/wicket-datetime/src/site/apt/index.apt +++ /dev/null @@ -1,24 +0,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. - -Apache Wicket Date/Time - - Date/Time components and utilities for Wicket - -* License - - Wicket is distributed under the terms of the Apache Software Foundation license, - version 2.0. The text is included in the file LICENSE.txt in the root of the - project. http://git-wip-us.apache.org/repos/asf/wicket/blob/6083c815/wicket-datetime/src/site/site.xml ---------------------------------------------------------------------- diff --git a/wicket-datetime/src/site/site.xml b/wicket-datetime/src/site/site.xml deleted file mode 100644 index 79c4f50..0000000 --- a/wicket-datetime/src/site/site.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?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 Date/Time"> - <skin> - <groupId>org.apache.wicket</groupId> - <artifactId>wicket-site-skin</artifactId> - <version>1.0-SNAPSHOT</version> - </skin> - <body> - <menu name="Wicket Date/Time"> - <item name="About" href="/index.html" /> - <item name="Apache Wicket" href="http://wicket.apache.org" /> - <item name="License" href="/license.html" /> - </menu> - <menu name="Project Info"> - <item name="Dependencies" href="/dependencies.html"/> - <item name="Javadoc" href="/apidocs/index.html" target="_blank" class="newwindow" /> - <item name="Mailing Lists" href="/mail-lists.html" /> - <item name="Issue Tracker" href="http://issues.apache.org/jira/browse/WICKET" /> - <item name="SVN Access" href="/source-repository.html" /> - </menu> - </body> -</project>
