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/17 16:52:55 UTC

svn commit: r1147644 - in /incubator/isis/trunk/framework/runtimes/dflt/remoting/transport-http: client/src/site/site.xml server/src/site/site.xml src/site/site.xml

Author: kevin
Date: Sun Jul 17 14:52:55 2011
New Revision: 1147644

URL: http://svn.apache.org/viewvc?rev=1147644&view=rev
Log:
Updates to document URLs etc

Modified:
    incubator/isis/trunk/framework/runtimes/dflt/remoting/transport-http/client/src/site/site.xml
    incubator/isis/trunk/framework/runtimes/dflt/remoting/transport-http/server/src/site/site.xml
    incubator/isis/trunk/framework/runtimes/dflt/remoting/transport-http/src/site/site.xml

Modified: incubator/isis/trunk/framework/runtimes/dflt/remoting/transport-http/client/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/runtimes/dflt/remoting/transport-http/client/src/site/site.xml?rev=1147644&r1=1147643&r2=1147644&view=diff
==============================================================================
--- incubator/isis/trunk/framework/runtimes/dflt/remoting/transport-http/client/src/site/site.xml (original)
+++ incubator/isis/trunk/framework/runtimes/dflt/remoting/transport-http/client/src/site/site.xml Sun Jul 17 14:52:55 2011
@@ -17,23 +17,23 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project>
-
-	<body>
-		<breadcrumbs>
-			<item name="Client" href="index.html"/>
-		</breadcrumbs>
-
-		<menu name="HTTP Remoting on Client">
-			<item name="About" href="index.html" />
-            <item name="Jottings" href="jottings.html" />
-		</menu>
-
-        <menu name="HTTP Transport Modules">
-            <item name="Client" href="../client/index.html" />
-            <item name="Server" href="../server/index.html" />
-        </menu>
-
-        <menu name="Maven Reports" ref="reports" />
-	</body>
-</project>
+<project>
+
+	<body>
+		<breadcrumbs>
+			<item name="Client" href="index.html"/>
+		</breadcrumbs>
+
+		<menu name="HTTP Remoting on Client">
+			<item name="About" href="index.html" />
+            <item name="Jottings" href="jottings.html" />
+		</menu>
+
+        <menu name="HTTP Transport Modules">
+            <item name="Client" href="../transport-http-client/index.html" />
+            <item name="Server" href="../transport-http-server/index.html" />
+        </menu>
+
+        <menu name="Maven Reports" ref="reports" />
+	</body>
+</project>

Modified: incubator/isis/trunk/framework/runtimes/dflt/remoting/transport-http/server/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/runtimes/dflt/remoting/transport-http/server/src/site/site.xml?rev=1147644&r1=1147643&r2=1147644&view=diff
==============================================================================
--- incubator/isis/trunk/framework/runtimes/dflt/remoting/transport-http/server/src/site/site.xml (original)
+++ incubator/isis/trunk/framework/runtimes/dflt/remoting/transport-http/server/src/site/site.xml Sun Jul 17 14:52:55 2011
@@ -17,23 +17,23 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project>
-
-	<body>
-		<breadcrumbs>
-			<item name="Server" href="index.html"/>
-		</breadcrumbs>
-
-		<menu name="HTTP Remoting on Server">
-			<item name="About" href="index.html" />
-            <item name="Jottings" href="jottings.html" />
-		</menu>
-
-        <menu name="HTTP Transport Modules">
-            <item name="Client" href="../client/index.html" />
-            <item name="Server" href="../server/index.html" />
-        </menu>
-
-        <menu name="Maven Reports" ref="reports" />
-	</body>
-</project>
+<project>
+
+	<body>
+		<breadcrumbs>
+			<item name="Server" href="index.html"/>
+		</breadcrumbs>
+
+		<menu name="HTTP Remoting on Server">
+			<item name="About" href="index.html" />
+            <item name="Jottings" href="jottings.html" />
+		</menu>
+
+        <menu name="HTTP Transport Modules">
+            <item name="Client" href="../transport-http-client/index.html" />
+            <item name="Server" href="../transport-http-server/index.html" />
+        </menu>
+
+        <menu name="Maven Reports" ref="reports" />
+	</body>
+</project>

Modified: incubator/isis/trunk/framework/runtimes/dflt/remoting/transport-http/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/runtimes/dflt/remoting/transport-http/src/site/site.xml?rev=1147644&r1=1147643&r2=1147644&view=diff
==============================================================================
--- incubator/isis/trunk/framework/runtimes/dflt/remoting/transport-http/src/site/site.xml (original)
+++ incubator/isis/trunk/framework/runtimes/dflt/remoting/transport-http/src/site/site.xml Sun Jul 17 14:52:55 2011
@@ -17,32 +17,32 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project>
-
-	<body>
-		<breadcrumbs>
-			<item name="HTTP Remoting" href="index.html"/>
-		</breadcrumbs>
-
-		<menu name="HTTP Remoting">
-			<item name="About" href="index.html" />
-            <item name="Jottings" href="jottings.html" />
-		</menu>
-
-        <menu name="Remoting Modules">
-            <item name="Common" href="../common/index.html" />
-            <item name="Marshalling (encode)" href="../marshalling-encode/index.html" />
-            <item name="Marshalling (serialize)" href="../marshalling-serialize/index.html" />
-            <item name="Marshalling (xstream)" href="../marshalling-xstream/index.html" />
-            <item name="Transport (sockets)" href="../transport-sockets/index.html" />
-            <item name="Transport (http)" href="../transport-http/index.html" />
-        </menu>
-        
-        <menu name="HTTP Transport Modules">
-            <item name="Client" href="./client/index.html" />
-            <item name="Server" href="./server/index.html" />
-        </menu>
-
-        <menu name="Maven Reports" ref="reports" />
-	</body>
-</project>
+<project>
+
+	<body>
+		<breadcrumbs>
+			<item name="HTTP Remoting" href="index.html"/>
+		</breadcrumbs>
+
+		<menu name="HTTP Remoting">
+			<item name="About" href="index.html" />
+            <item name="Jottings" href="jottings.html" />
+		</menu>
+
+        <menu name="Remoting Modules">
+            <item name="Common" href="../common/index.html" />
+            <item name="Marshalling (encode)" href="../marshalling-encode/index.html" />
+            <item name="Marshalling (serialize)" href="../marshalling-serialize/index.html" />
+            <item name="Marshalling (xstream)" href="../marshalling-xstream/index.html" />
+            <item name="Transport (sockets)" href="../transport-sockets/index.html" />
+            <item name="Transport (http)" href="../transport-http/index.html" />
+        </menu>
+        
+        <menu name="HTTP Transport Modules">
+            <item name="Client" href="./transport-http-client/index.html" />
+            <item name="Server" href="./transport-http-server/index.html" />
+        </menu>
+
+        <menu name="Maven Reports" ref="reports" />
+	</body>
+</project>