You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2010/10/19 19:07:45 UTC

svn commit: r1024326 - in /incubator/isis/trunk: core/testsupport/src/site/ core/testsupport/src/site/apt/ core/testsupport/src/site/apt/index.apt core/testsupport/src/site/apt/jottings.apt core/testsupport/src/site/site.xml src/site/site.xml

Author: danhaywood
Date: Tue Oct 19 17:07:44 2010
New Revision: 1024326

URL: http://svn.apache.org/viewvc?rev=1024326&view=rev
Log:
working on site docs

Added:
    incubator/isis/trunk/core/testsupport/src/site/
    incubator/isis/trunk/core/testsupport/src/site/apt/
    incubator/isis/trunk/core/testsupport/src/site/apt/index.apt
    incubator/isis/trunk/core/testsupport/src/site/apt/jottings.apt
    incubator/isis/trunk/core/testsupport/src/site/site.xml
Modified:
    incubator/isis/trunk/src/site/site.xml

Added: incubator/isis/trunk/core/testsupport/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/core/testsupport/src/site/apt/index.apt?rev=1024326&view=auto
==============================================================================
--- incubator/isis/trunk/core/testsupport/src/site/apt/index.apt (added)
+++ incubator/isis/trunk/core/testsupport/src/site/apt/index.apt Tue Oct 19 17:07:44 2010
@@ -0,0 +1,22 @@
+~~  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 Support
+ 
+ The <testsupport> module ...
\ No newline at end of file

Added: incubator/isis/trunk/core/testsupport/src/site/apt/jottings.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/core/testsupport/src/site/apt/jottings.apt?rev=1024326&view=auto
==============================================================================
--- incubator/isis/trunk/core/testsupport/src/site/apt/jottings.apt (added)
+++ incubator/isis/trunk/core/testsupport/src/site/apt/jottings.apt Tue Oct 19 17:07:44 2010
@@ -0,0 +1,24 @@
+~~  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.
+
+
+
+Jottings
+ 
+  This page is to capture any random jottings relating to this module prior 
+  to being moved into formal documentation. 
+ 

Added: incubator/isis/trunk/core/testsupport/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/core/testsupport/src/site/site.xml?rev=1024326&view=auto
==============================================================================
--- incubator/isis/trunk/core/testsupport/src/site/site.xml (added)
+++ incubator/isis/trunk/core/testsupport/src/site/site.xml Tue Oct 19 17:07:44 2010
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project>
+
+	<bannerLeft>
+		<name>[[NAME]]</name>
+		<src>../../images/banner-left.png</src>
+		<href>../../index.html</href>
+	</bannerLeft>
+
+	<bannerRight>
+		<src>../../images/sflogo.png</src>
+		<href>http://sourceforge.net/projects/isis</href>
+	</bannerRight>
+
+	<body>
+		<breadcrumbs>
+			<item name="Test Support" href="index.html" />
+		</breadcrumbs>
+
+		<menu name="Test Support">
+			<item name="About" href="index.html" />
+		</menu>
+		
+		<menu name="Maven Reports" ref="reports"/>
+	</body>
+</project>

Modified: incubator/isis/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/src/site/site.xml?rev=1024326&r1=1024325&r2=1024326&view=diff
==============================================================================
--- incubator/isis/trunk/src/site/site.xml (original)
+++ incubator/isis/trunk/src/site/site.xml Tue Oct 19 17:07:44 2010
@@ -13,12 +13,12 @@
 
 	<bannerLeft>
 		<name>Apache Isis</name>
-		<src>./images/banner-left.png</src>
-		<href>./index.html</href>
+		<src>${trunk.baseDir}/images/banner-left.png</src>
+		<href>${trunk.baseDir}/index.html</href>
 	</bannerLeft>
 
 	<bannerRight>
-		<src>./images/apache-incubator-logo.png</src>
+		<src>${trunk.baseDir}/images/apache-incubator-logo.png</src>
 		<href>http://incubator.apache.org/isis</href>
 	</bannerRight>