Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1414 - in development/main/central/site/src/docs/products/transit: . concepts

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: r1414 - in development/main/central/site/src/docs/products/transit: . concepts
  • Date: Sun, 09 Jan 2005 14:49:31 +0100

Author: mcconnell
Date: Sun Jan 9 14:49:31 2005
New Revision: 1414

Modified:

development/main/central/site/src/docs/products/transit/concepts/artifact.xml
development/main/central/site/src/docs/products/transit/concepts/cache.xml
development/main/central/site/src/docs/products/transit/index.xml
development/main/central/site/src/docs/products/transit/navigation.xml
Log:
spelling and structure and content additions on cache aspects

Modified:
development/main/central/site/src/docs/products/transit/concepts/artifact.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/concepts/artifact.xml
(original)
+++
development/main/central/site/src/docs/products/transit/concepts/artifact.xml
Sun Jan 9 14:49:31 2005
@@ -12,10 +12,11 @@

<p>
An artifact is a resource identified by an
- artifact uri. Artifact uris describe a resource type, group,
- name, and resource version. These identifiers dissassociate the
- definition of an application from the source of the resources
- needed to build and deploy the application.
+ artifact uri. Artifact <a href="../protocol/index.html">uris</a>
+ describe a resource type, group, name, and resource version. These
+ identifiers dissassociate the definition of an application from
+ the source of the resources needed to build and deploy the
+ application.
</p>

<p>

Modified:
development/main/central/site/src/docs/products/transit/concepts/cache.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/concepts/cache.xml
(original)
+++
development/main/central/site/src/docs/products/transit/concepts/cache.xml
Sun Jan 9 14:49:31 2005
@@ -11,8 +11,21 @@
<section name="Cache Management">

<p>
+ Resource are retrived from one or more repository
+ <a href="hosts.html">hosts</a> and maintained under a local
+ cache. The default location of the cache is
+ <code>${dpml.home}/cache</code> where the value of
+ <code>${dpml.home}</code> is either declared explicity via
+ the <code>DPM_HOME</code> environment variable or the
+ fallback default location <code>${user.home}/.dpml</code>.
</p>
-
+
+ <p>
+ Please see the <a href="/guide/setup/dpml.html">environment
+ setup guide</a> for additional information concerning the
+ declaration of the DPML_HOME and PATH environment variables.
+ </p>
+
</section>
</body>
</document>

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 Sun
Jan 9 14:49:31 2005
@@ -33,7 +33,7 @@

<p>
Transit is a resource management system that provides a flexible
- framework for dynamic retrival of system and application resources,
+ framework for dynamic retrieval of system and application resources,
classloader construction, and plugin management. Collectively, these
facilities provide the structure on which <a
href="concepts/index.html">
repository enabled</a> applications can be build.

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
Sun Jan 9 14:49:31 2005
@@ -26,9 +26,9 @@

<menu>
<item name="Repository Enabled" href="concepts/index.html"/>
- <item name="Properties" href="properties/index.html"/>
<item name="Protocol Specification" href="protocol/index.html"/>
<item name="Application Launcher" href="launcher/index.html"/>
+ <item name="Properties" href="properties/index.html"/>
<item name="Javadocs" href="../../../@TRANSIT-DOCS-PATH@/index.html"/>
</menu>




  • svn commit: r1414 - in development/main/central/site/src/docs/products/transit: . concepts, mcconnell, 01/09/2005

Archive powered by MHonArc 2.6.24.

Top of Page