You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ke...@apache.org on 2011/07/14 14:28:16 UTC

svn commit: r1146667 - /incubator/isis/trunk/framework/viewer/src/site/site.xml

Author: kevin
Date: Thu Jul 14 12:28:16 2011
New Revision: 1146667

URL: http://svn.apache.org/viewvc?rev=1146667&view=rev
Log:
Fixing module-relative URLs in documentation

Modified:
    incubator/isis/trunk/framework/viewer/src/site/site.xml

Modified: incubator/isis/trunk/framework/viewer/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/viewer/src/site/site.xml?rev=1146667&r1=1146666&r2=1146667&view=diff
==============================================================================
--- incubator/isis/trunk/framework/viewer/src/site/site.xml (original)
+++ incubator/isis/trunk/framework/viewer/src/site/site.xml Thu Jul 14 12:28:16 2011
@@ -17,27 +17,28 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project>
-
-	<body>
-		<breadcrumbs>
-			<item name="Viewers" href="index.html"/>
-		</breadcrumbs>
-
-		<menu name="Viewers">
-			<item name="About" href="index.html" />
-            <item name="Jottings" href="jottings.html" />
-		</menu>
-
-        <menu name="Viewer Modules">
-            <item name="DnD" href="./dnd/index.html" />
-            <item name="HTML" href="./html/index.html" />
-            <item name="Scimpi" href="./scimpi/index.html" />
-            <item name="Wicket" href="./wicket/index.html" />
-            <item name="Restful" href="./restful/index.html" />
-            <item name="JUnit Support" href="./junit/index.html" />
-            <item name="BDD Integration" href="./bdd/index.html" />
-        </menu>
-
-	</body>
-</project>
+<project>
+
+	<body>
+		<breadcrumbs>
+			<item name="Viewers" href="index.html"/>
+		</breadcrumbs>
+
+		<menu name="Viewers">
+			<item name="About" href="index.html" />
+            <item name="Jottings" href="jottings.html" />
+		</menu>
+
+        <menu name="Viewer Modules">
+            <item name="DnD" href="./dnd/index.html" />
+            <item name="HTML" href="./html/index.html" />
+            <item name="Scimpi" href="./scimpi/index.html" />
+            <item name="Wicket" href="./wicket/index.html" />
+            <item name="XHTML" href="./xhtml/index.html" />
+            <item name="JSON" href="./json/index.html" />
+            <item name="JUnit Support" href="./junit/index.html" />
+            <item name="BDD Integration" href="./bdd/index.html" />
+        </menu>
+
+	</body>
+</project>