Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1481 - in development/main/central/site: . src/docs src/docs/products src/docs/products/transit src/docs/products/transit/glossary src/docs/products/transit/overview src/docs/products/transit/technical src/docs/products/transit/technical/cache src/docs/products/transit/technical/hosts src/docs/products/transit/technical/launcher src/docs/products/transit/technical/monitors src/docs/products/transit/technical/properties src/docs/products/transit/technical/protocol src/docs/products/transit/technical/repository

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: dleangen AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1481 - in development/main/central/site: . src/docs src/docs/products src/docs/products/transit src/docs/products/transit/glossary src/docs/products/transit/overview src/docs/products/transit/technical src/docs/products/transit/technical/cache src/docs/products/transit/technical/hosts src/docs/products/transit/technical/launcher src/docs/products/transit/technical/monitors src/docs/products/transit/technical/properties src/docs/products/transit/technical/protocol src/docs/products/transit/technical/repository
  • Date: Sat, 15 Jan 2005 08:31:11 +0100

Author: dleangen
Date: Sat Jan 15 08:31:11 2005
New Revision: 1481

Added:
development/main/central/site/src/docs/products/transit/glossary/
development/main/central/site/src/docs/products/transit/glossary/index.xml

development/main/central/site/src/docs/products/transit/glossary/navigation.xml
Modified:
development/main/central/site/build.xml
development/main/central/site/src/docs/index.xml
development/main/central/site/src/docs/products/index.xml
development/main/central/site/src/docs/products/navigation.xml
development/main/central/site/src/docs/products/transit/index.xml
development/main/central/site/src/docs/products/transit/navigation.xml

development/main/central/site/src/docs/products/transit/overview/artifact.xml

development/main/central/site/src/docs/products/transit/overview/classloading.xml

development/main/central/site/src/docs/products/transit/overview/features.xml
development/main/central/site/src/docs/products/transit/overview/index.xml

development/main/central/site/src/docs/products/transit/overview/plugins.xml

development/main/central/site/src/docs/products/transit/technical/cache/index.xml

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

development/main/central/site/src/docs/products/transit/technical/hosts/authorative.xml

development/main/central/site/src/docs/products/transit/technical/hosts/classic.xml

development/main/central/site/src/docs/products/transit/technical/hosts/hosts.xml

development/main/central/site/src/docs/products/transit/technical/hosts/index.xml

development/main/central/site/src/docs/products/transit/technical/hosts/properties.xml
development/main/central/site/src/docs/products/transit/technical/index.xml

development/main/central/site/src/docs/products/transit/technical/launcher/cli.xml

development/main/central/site/src/docs/products/transit/technical/launcher/deployment.xml

development/main/central/site/src/docs/products/transit/technical/launcher/index.xml

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

development/main/central/site/src/docs/products/transit/technical/monitors/index.xml

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

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

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

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

development/main/central/site/src/docs/products/transit/technical/protocol/index.xml

development/main/central/site/src/docs/products/transit/technical/repository/index.xml
Log:
Updates to Transit docs.


Modified: development/main/central/site/build.xml
==============================================================================
--- development/main/central/site/build.xml (original)
+++ development/main/central/site/build.xml Sat Jan 15 08:31:11 2005
@@ -54,6 +54,7 @@
<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"/>
+ <filter token="CENTRAL-SITE-GLOSSARY-PATH"
value="products/transit/glossary/index.html"/>
</target>

<target name="javadoc" depends="prepare"/>

Modified: development/main/central/site/src/docs/index.xml
==============================================================================
--- development/main/central/site/src/docs/index.xml (original)
+++ development/main/central/site/src/docs/index.xml Sat Jan 15 08:31:11
2005
@@ -7,7 +7,7 @@
<title>DPML Central</title>
</properties>

- <body>
+ <body verified="false">
<section name="Welcome">

<p role="intro">

Modified: development/main/central/site/src/docs/products/index.xml
==============================================================================
--- development/main/central/site/src/docs/products/index.xml (original)
+++ development/main/central/site/src/docs/products/index.xml Sat Jan 15
08:31:11 2005
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="ISO-8859-1"?>

-<document verified="false">
+<document>
<properties>
<author email="mcconnell AT dpml.net">Stephen McConnell</author>
<author email="david.leangen AT konova.com">David Leangen</author>
<title>DPML Products</title>
</properties>

- <body>
+ <body verified="false">
<section name="DPML Product Overview">

<subsection name="Metro Light Weight Container Framework">
@@ -38,17 +38,14 @@

<subsection name="Transit Resource Management System">
<p>
- Transit provides a flexible framework for dynamically retrieving
- system and application resources, constructing classloaders, and
- managing plugins.
+ Transit is a framework for producing system artifacts and managing
+ application resources.

As a resource management system, Transit provides the foundation
for building repository-enabled applications.
<a href="transit/index.html">more &gt;&gt;</a>
</p>

- <img src="/images/transit/repositories.png"/>
-
</subsection>

</section>

Modified: development/main/central/site/src/docs/products/navigation.xml
==============================================================================
--- development/main/central/site/src/docs/products/navigation.xml
(original)
+++ development/main/central/site/src/docs/products/navigation.xml Sat
Jan 15 08:31:11 2005
@@ -2,6 +2,7 @@

<!--
Copyright 2004 Stephen McConnell
+ Copyright 2005 David Leangen

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

Added:
development/main/central/site/src/docs/products/transit/glossary/index.xml
==============================================================================
--- (empty file)
+++
development/main/central/site/src/docs/products/transit/glossary/index.xml
Sat Jan 15 08:31:11 2005
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+ Copyright 2005 David Leangen
+ 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.
+-->
+
+<document>
+ <properties>
+ <author email="mcconnell AT dpml.net">Stephen McConnell</author>
+ <author email="niclas AT hedhman.org">Niclas Hedhman</author>
+ <author email="david.leangen AT konova.com">David Leangen</author>
+ <title>DPML Transit</title>
+ </properties>
+
+ <body verified="false">
+
+ <section name="Glossary">
+ </section>
+
+ </body>
+</document>

Added:
development/main/central/site/src/docs/products/transit/glossary/navigation.xml
==============================================================================
--- (empty file)
+++
development/main/central/site/src/docs/products/transit/glossary/navigation.xml
Sat Jan 15 08:31:11 2005
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2004 Stephen McConnell
+ Copyright 2004 Niclas Hedhman
+ Copyright 2005 David Leangen
+
+ 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>DPML Transit</title>
+
+ <body>
+
+ <menu>
+ </menu>
+
+ </body>
+
+</project>

Modified: development/main/central/site/src/docs/products/transit/index.xml
==============================================================================
--- development/main/central/site/src/docs/products/transit/index.xml
(original)
+++ development/main/central/site/src/docs/products/transit/index.xml Sat
Jan 15 08:31:11 2005
@@ -20,7 +20,7 @@
limitations under the License.
-->

-<document verified="false">
+<document>
<properties>
<author email="mcconnell AT dpml.net">Stephen McConnell</author>
<author email="niclas AT hedhman.org">Niclas Hedhman</author>
@@ -28,30 +28,29 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">
<section name="Transit Resource Management System">


<p>
- Transit provides a flexible framework for dynamically retrieving
- system and application resources, constructing classloaders, and
- managing plugins.
+ Transit provides a flexible framework for:
+ <ul>
+ <li><a href="overview/artifact.html">dynamically retrieving</a>
system and application resources</li>
+ <li><a href="overview/classloading.html">constructing</a>
classloaders</li>
+ <li><a href="overview/management.html">managing</a> plugins</li>
+ </ul>
+ </p>

- As a resource management system, Transit provides the foundation
- for building repository-enabled applications.
+ <p>
+ As a resource management system, Transit provides the foundation for
building
+ <a href="overview/index.html">repository-enabled applications</a>.
</p>

<img src="/images/transit/repositories.png"/>

<p>
- Learn more about:
- <ul>
- <li><a href="overview/index.html">DPML Repository-enabled
applications</a></li>
- <li><a href="overview/index.html#features">Transit features and
benefits</a></li>
- <li><a href="overview/retrieval.html">Dynamic Retrieval</a></li>
- <li><a href="overview/classloading.html">Classloader
Construction</a></li>
- <li><a href="overview/management.html">Plugin Management</a></li>
- </ul>
+ Learn more about
+ <a href="overview/index.html">Transit features and benefits</a>.
</p>

</section>

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
Sat Jan 15 08:31:11 2005
@@ -28,6 +28,7 @@
<menu>
<item name="Product Overview" href="overview/index.html"/>
<item name="Product Specifications" href="technical/index.html"/>
+ <item name="Glossary (to be moved...)"
href="../../@CENTRAL-SITE-GLOSSARY-PATH@"/>
</menu>

</body>

Modified:
development/main/central/site/src/docs/products/transit/overview/artifact.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/overview/artifact.xml
(original)
+++
development/main/central/site/src/docs/products/transit/overview/artifact.xml
Sat Jan 15 08:31:11 2005
@@ -7,7 +7,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">
<section name="Dynamic Artifact Retrieval">

<p>

Modified:
development/main/central/site/src/docs/products/transit/overview/classloading.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/overview/classloading.xml
(original)
+++
development/main/central/site/src/docs/products/transit/overview/classloading.xml
Sat Jan 15 08:31:11 2005
@@ -20,7 +20,7 @@
limitations under the License.
-->

-<document verified="false">
+<document>
<properties>
<author email="mcconnell AT dpml.net">Stephen McConnell</author>
<author email="niclas AT hedhman.org">Niclas Hedhman</author>
@@ -28,7 +28,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">
<section name="Classloader Construction">

<p>

Modified:
development/main/central/site/src/docs/products/transit/overview/features.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/overview/features.xml
(original)
+++
development/main/central/site/src/docs/products/transit/overview/features.xml
Sat Jan 15 08:31:11 2005
@@ -20,7 +20,7 @@
limitations under the License.
-->

-<document verified="false">
+<document>
<properties>
<author email="mcconnell AT dpml.net">Stephen McConnell</author>
<author email="niclas AT hedhman.org">Niclas Hedhman</author>
@@ -28,7 +28,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">
<section name="Features and Benefits">

<p>

Modified:
development/main/central/site/src/docs/products/transit/overview/index.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/overview/index.xml
(original)
+++
development/main/central/site/src/docs/products/transit/overview/index.xml
Sat Jan 15 08:31:11 2005
@@ -20,7 +20,7 @@
limitations under the License.
-->

-<document verified="false">
+<document>
<properties>
<author email="mcconnell AT dpml.net">Stephen McConnell</author>
<author email="niclas AT hedhman.org">Niclas Hedhman</author>
@@ -28,56 +28,56 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">

<section name="Product Overview">

- <subsection name="Repository Enabled">
+<!--
+ <subsection name="Repository Enabled Application">

<p>
- A repository enabled application is an application the leverages a
local
- cache of artifacts backed by a formal repository model.
- Transit is the system infrastructure that provides support for
artifact
- identification, <a href="artifact.html">retrieval</a>, and related
- application functions including
- <a href="classloading.html">classloader</a> construction and
- <a href="plugins.html">plugin</a> management required by repository
- enabled solutions.
+ A repository enabled application is an application the leverages a
local
+ cache of artifacts backed by a formal repository model.
+ Transit is the system infrastructure that provides support for
artifact
+ identification, <a href="artifact.html">retrieval</a>, and related
+ application functions including
+ <a href="classloading.html">classloader</a> construction and
+ <a href="plugins.html">plugin</a> management required by
repository
+ enabled solutions.
</p>

</subsection>
-
- <subsection name="Features and Benefits">
- <a name="features"/>
-
- <p>
+-->
+ <p>
The core of the Transit product is a URL protocol handler which
serves as
the basic construct on which classloader management in provided.
The classloader
creation services provide the framework with a simple plugin
framework.
- </p>
+ </p>
+
+ <subsection name="Features and Benefits">
+ <a name="features"/>

<p>
- Key features of the Transit system include:
+ Key features of the Transit system include:
</p>

<ol>
- <li>high level of integration with the JVM</li>
- <li>simple configuration model</li>
- <li>small footprint</li>
- <li>flexible event monitoring</li>
+ <li>high level of integration with the JVM</li>
+ <li>simple configuration model</li>
+ <li>small footprint</li>
+ <li>flexible event monitoring</li>
</ol>

<p>
- Key benefits delivered by Transit include:
+ Key benefits delivered by Transit include:
</p>

<ol>
- <li>cost reduction on product deployment and upgrade</li>
- <li>reduced risk though improved control over version management</li>
- <li>improved quality through reduction in class conflicts</li>
-
- <li>improved security through repository management</li>
- <li>low maintenance though centralized configuration</li>
+ <li>cost reduction on product deployment and upgrade</li>
+ <li>reduced risk though improved control over version
management</li>
+ <li>improved quality through reduction in class conflicts</li>
+ <li>improved security through repository management</li>
+ <li>low maintenance though centralized configuration</li>
</ol>

</subsection>

Modified:
development/main/central/site/src/docs/products/transit/overview/plugins.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/overview/plugins.xml
(original)
+++
development/main/central/site/src/docs/products/transit/overview/plugins.xml
Sat Jan 15 08:31:11 2005
@@ -7,7 +7,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">
<section name="Plugin Management">

<p>

Modified:
development/main/central/site/src/docs/products/transit/technical/cache/index.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/technical/cache/index.xml
(original)
+++
development/main/central/site/src/docs/products/transit/technical/cache/index.xml
Sat Jan 15 08:31:11 2005
@@ -7,7 +7,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">
<section name="Cache Management">

<p>

Modified:
development/main/central/site/src/docs/products/transit/technical/cache/properties.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/technical/cache/properties.xml
(original)
+++
development/main/central/site/src/docs/products/transit/technical/cache/properties.xml
Sat Jan 15 08:31:11 2005
@@ -25,7 +25,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">
<section name="Cache Properties">
<p>
The transit system stores the downloaded resources

Modified:
development/main/central/site/src/docs/products/transit/technical/hosts/authorative.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/technical/hosts/authorative.xml
(original)
+++
development/main/central/site/src/docs/products/transit/technical/hosts/authorative.xml
Sat Jan 15 08:31:11 2005
@@ -23,7 +23,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">

<section name="Authorative Host">


Modified:
development/main/central/site/src/docs/products/transit/technical/hosts/classic.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/technical/hosts/classic.xml
(original)
+++
development/main/central/site/src/docs/products/transit/technical/hosts/classic.xml
Sat Jan 15 08:31:11 2005
@@ -23,7 +23,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">
<section name="Resource Host - Classic Layout">
<p>
The Classic resource host management model is based on the

Modified:
development/main/central/site/src/docs/products/transit/technical/hosts/hosts.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/technical/hosts/hosts.xml
(original)
+++
development/main/central/site/src/docs/products/transit/technical/hosts/hosts.xml
Sat Jan 15 08:31:11 2005
@@ -23,7 +23,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">
<section name="Hosts Configuration">

<p>

Modified:
development/main/central/site/src/docs/products/transit/technical/hosts/index.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/technical/hosts/index.xml
(original)
+++
development/main/central/site/src/docs/products/transit/technical/hosts/index.xml
Sat Jan 15 08:31:11 2005
@@ -7,7 +7,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">

<section name="Host Management">


Modified:
development/main/central/site/src/docs/products/transit/technical/hosts/properties.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/technical/hosts/properties.xml
(original)
+++
development/main/central/site/src/docs/products/transit/technical/hosts/properties.xml
Sat Jan 15 08:31:11 2005
@@ -23,7 +23,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">
<section name="Host Properties">

<p>

Modified:
development/main/central/site/src/docs/products/transit/technical/index.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/technical/index.xml
(original)
+++
development/main/central/site/src/docs/products/transit/technical/index.xml
Sat Jan 15 08:31:11 2005
@@ -28,7 +28,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">
<section name="Transit Reference Specifications">

</section>

Modified:
development/main/central/site/src/docs/products/transit/technical/launcher/cli.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/technical/launcher/cli.xml
(original)
+++
development/main/central/site/src/docs/products/transit/technical/launcher/cli.xml
Sat Jan 15 08:31:11 2005
@@ -24,7 +24,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">
<section name="Commandline Options">

<subsection name="Bootstrap CLI Options">

Modified:
development/main/central/site/src/docs/products/transit/technical/launcher/deployment.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/technical/launcher/deployment.xml
(original)
+++
development/main/central/site/src/docs/products/transit/technical/launcher/deployment.xml
Sat Jan 15 08:31:11 2005
@@ -24,7 +24,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">
<section name="Runtime Deployment Model">

<p>Using information derived from system properties and command line
options, the

Modified:
development/main/central/site/src/docs/products/transit/technical/launcher/index.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/technical/launcher/index.xml
(original)
+++
development/main/central/site/src/docs/products/transit/technical/launcher/index.xml
Sat Jan 15 08:31:11 2005
@@ -24,7 +24,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">
<section name="Transit Application Launcher">

<source>@TRANSIT-PLUGIN-URI@</source>

Modified:
development/main/central/site/src/docs/products/transit/technical/launcher/properties.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/technical/launcher/properties.xml
(original)
+++
development/main/central/site/src/docs/products/transit/technical/launcher/properties.xml
Sat Jan 15 08:31:11 2005
@@ -24,7 +24,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">

<section name="Runtime Properties">


Modified:
development/main/central/site/src/docs/products/transit/technical/monitors/index.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/technical/monitors/index.xml
(original)
+++
development/main/central/site/src/docs/products/transit/technical/monitors/index.xml
Sat Jan 15 08:31:11 2005
@@ -7,7 +7,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">
<section name="Event Monitoring">

<p>

Modified:
development/main/central/site/src/docs/products/transit/technical/properties/cache.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/technical/properties/cache.xml
(original)
+++
development/main/central/site/src/docs/products/transit/technical/properties/cache.xml
Sat Jan 15 08:31:11 2005
@@ -25,7 +25,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">
<section name="Cache Properties">
<p>
The transit system stores the downloaded resources

Modified:
development/main/central/site/src/docs/products/transit/technical/properties/hosts.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/technical/properties/hosts.xml
(original)
+++
development/main/central/site/src/docs/products/transit/technical/properties/hosts.xml
Sat Jan 15 08:31:11 2005
@@ -23,7 +23,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">
<section name="Hosts Configuration">

<p>

Modified:
development/main/central/site/src/docs/products/transit/technical/properties/index.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/technical/properties/index.xml
(original)
+++
development/main/central/site/src/docs/products/transit/technical/properties/index.xml
Sat Jan 15 08:31:11 2005
@@ -25,7 +25,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">

<section name="Transit Properties">


Modified:
development/main/central/site/src/docs/products/transit/technical/properties/runtime.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/technical/properties/runtime.xml
(original)
+++
development/main/central/site/src/docs/products/transit/technical/properties/runtime.xml
Sat Jan 15 08:31:11 2005
@@ -24,7 +24,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">

<section name="Runtime Properties">


Modified:
development/main/central/site/src/docs/products/transit/technical/protocol/index.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/technical/protocol/index.xml
(original)
+++
development/main/central/site/src/docs/products/transit/technical/protocol/index.xml
Sat Jan 15 08:31:11 2005
@@ -23,7 +23,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">
<section name="Artifact Protocol">

<p>

Modified:
development/main/central/site/src/docs/products/transit/technical/repository/index.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/technical/repository/index.xml
(original)
+++
development/main/central/site/src/docs/products/transit/technical/repository/index.xml
Sat Jan 15 08:31:11 2005
@@ -7,7 +7,7 @@
<title>DPML Transit</title>
</properties>

- <body>
+ <body verified="false">
<section name="Repository Service">

</section>



  • svn commit: r1481 - in development/main/central/site: . src/docs src/docs/products src/docs/products/transit src/docs/products/transit/glossary src/docs/products/transit/overview src/docs/products/transit/technical src/docs/products/transit/technical/cache src/docs/products/transit/technical/hosts src/docs/products/transit/technical/launcher src/docs/products/transit/technical/monitors src/docs/products/transit/technical/properties src/docs/products/transit/technical/protocol src/docs/products/transit/technical/repository, dleangen, 01/15/2005

Archive powered by MHonArc 2.6.24.

Top of Page