Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1363 - in development/main/central/site: . src/docs/products/transit src/docs/products/transit/launcher src/docs/products/transit/properties

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1363 - in development/main/central/site: . src/docs/products/transit src/docs/products/transit/launcher src/docs/products/transit/properties
  • Date: Mon, 03 Jan 2005 14:51:06 +0100

Author: mcconnell
Date: Mon Jan 3 14:51:06 2005
New Revision: 1363

Added:
development/main/central/site/src/docs/products/transit/launcher/
development/main/central/site/src/docs/products/transit/launcher/index.xml
(contents, props changed)

development/main/central/site/src/docs/products/transit/launcher/navigation.xml
(contents, props changed)
Modified:
development/main/central/site/build.xml
development/main/central/site/src/docs/products/transit/navigation.xml

development/main/central/site/src/docs/products/transit/properties/navigation.xml

development/main/central/site/src/docs/products/transit/properties/runtime.xml
Log:
Transit doc updates on runtiume properties.

Modified: development/main/central/site/build.xml
==============================================================================
--- development/main/central/site/build.xml (original)
+++ development/main/central/site/build.xml Mon Jan 3 14:51:06 2005
@@ -49,6 +49,7 @@
token="METRO-RUNTIME-PLUGIN-URI"/>
<x:filter key="dpml-metro-main" feature="plugin"
token="METRO-PLUGIN-URI"/>
+ <x:filter key="dpml-transit-plugin" feature="plugin"
token="TRANSIT-PLUGIN-URI"/>
<x:filter key="dpml-transit" feature="api" token="TRANSIT-DOCS-PATH"/>
<x:filter key="dpml-magic" feature="api" token="MAGIC-DOCS-PATH"/>
<x:filter key="dpml-metro" feature="api" token="METRO-JAVADOC-PATH"/>

Added:
development/main/central/site/src/docs/products/transit/launcher/index.xml
==============================================================================
--- (empty file)
+++
development/main/central/site/src/docs/products/transit/launcher/index.xml
Mon Jan 3 14:51:06 2005
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+ Copyright 2005 Stephen McConnell
+
+ Licensed 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.dpml.net/central/about/legal/
+
+ 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.
+-->
+
+<document>
+ <properties>
+ <author email="mcconnell AT dpml.net">Stephen McConnell</author>
+ <title>DPML Transit</title>
+ </properties>
+
+ <body>
+ <section name="Transit Application Launcher">
+
+ <source>@METRO-PLUGIN-URI@</source>
+
+ <subsection name="CLI Options">
+
+ <p>
+WRITE ME - PLEASE
+ </p>
+
+ </subsection>
+
+ </section>
+ </body>
+</document>
+

Added:
development/main/central/site/src/docs/products/transit/launcher/navigation.xml
==============================================================================
--- (empty file)
+++
development/main/central/site/src/docs/products/transit/launcher/navigation.xml
Mon Jan 3 14:51:06 2005
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2004 Stephen McConnell
+ Copyright 2004 Niclas Hedhman
+
+ Licensed 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.dpml.net/central/about/legal/
+
+ 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>
+
+ <title>Transit</title>
+
+ <body>
+
+ <menu>
+ </menu>
+
+ </body>
+
+</project>

Modified:
development/main/central/site/src/docs/products/transit/navigation.xml
==============================================================================
--- development/main/central/site/src/docs/products/transit/navigation.xml
(original)
+++ development/main/central/site/src/docs/products/transit/navigation.xml
Mon Jan 3 14:51:06 2005
@@ -27,7 +27,7 @@
<menu>
<item name="Properties" href="properties/index.html"/>
<item name="Protocol Specification" href="protocol/index.html"/>
- <!--<item name="Repository" href="repository.html"/>-->
+ <item name="Application Launcher" href="launcher/index.html"/>
<item name="Javadoc" href="../../../@TRANSIT-DOCS-PATH@/index.html"/>
</menu>


Modified:
development/main/central/site/src/docs/products/transit/properties/navigation.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/properties/navigation.xml
(original)
+++
development/main/central/site/src/docs/products/transit/properties/navigation.xml
Mon Jan 3 14:51:06 2005
@@ -26,7 +26,7 @@

<menu>
<item name="Cache Properties" href="cache/index.html"/>
- <item name="Host Config" href="hosts/index.html"/>
+ <item name="Host Config Properties" href="hosts/index.html"/>
<item name="Runtime Properties" href="runtime.html"/>
</menu>


Modified:
development/main/central/site/src/docs/products/transit/properties/runtime.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/properties/runtime.xml
(original)
+++
development/main/central/site/src/docs/products/transit/properties/runtime.xml
Mon Jan 3 14:51:06 2005
@@ -38,6 +38,23 @@
plugins.
</p>

+ <subsection name="Properties" >
+ <table>
+ <tr>
+ <th>Property</th>
+ <th>Default Value</th>
+ <th>Description</th>
+ </tr>
+ <tr>
+ <td>dpml.transit.bootstrap.uri</td>
+ <td><a href="../launcher/index.html">plugin</a></td>
+ <td>URI of an application launcher plugin. The plugin handles
+ the loading and deployment of application plugins such as
+ the metro component managment platform cli handler and other
+ application hanlders.</td>
+ </tr>
+ </table>
+ </subsection>
</section>
</body>
</document>



  • svn commit: r1363 - in development/main/central/site: . src/docs/products/transit src/docs/products/transit/launcher src/docs/products/transit/properties, mcconnell, 01/03/2005

Archive powered by MHonArc 2.6.24.

Top of Page