You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2007/03/13 00:51:47 UTC

svn commit: r517469 - /incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-examples/src/site/site.xml

Author: dashorst
Date: Mon Mar 12 16:51:47 2007
New Revision: 517469

URL: http://svn.apache.org/viewvc?view=rev&rev=517469
Log:
Fixed site docs

Added:
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-examples/src/site/site.xml   (with props)

Added: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-examples/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-examples/src/site/site.xml?view=auto&rev=517469
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-examples/src/site/site.xml (added)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-examples/src/site/site.xml Mon Mar 12 16:51:47 2007
@@ -0,0 +1,38 @@
+<?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 Examples">
+	<skin>
+		<groupId>org.apache.wicket</groupId>
+		<artifactId>wicket-site-skin</artifactId>
+		<version>1.0-incubating-SNAPSHOT</version>
+	</skin>
+	<body>
+		<menu name="Wicket Examples">
+			<item name="About" href="/index.html" />
+			<item name="Apache Wicket" href="http://incubator.apache.org/wicket" />
+			<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>
\ No newline at end of file

Propchange: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-examples/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native