Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1359 - in development/main/central/site/src/docs/products/transit: properties/hosts protocol

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: r1359 - in development/main/central/site/src/docs/products/transit: properties/hosts protocol
  • Date: Mon, 03 Jan 2005 14:16:37 +0100

Author: mcconnell
Date: Mon Jan 3 14:16:37 2005
New Revision: 1359

Added:

development/main/central/site/src/docs/products/transit/protocol/classic.xml
- copied, changed from r1357,
development/main/central/site/src/docs/products/transit/protocol/maven.xml
Removed:
development/main/central/site/src/docs/products/transit/protocol/maven.xml
Modified:

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

development/main/central/site/src/docs/products/transit/protocol/navigation.xml
Log:
update docs to reflect "maven" to "classic" name convention.

Modified:
development/main/central/site/src/docs/products/transit/properties/hosts/index.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/properties/hosts/index.xml
(original)
+++
development/main/central/site/src/docs/products/transit/properties/hosts/index.xml
Mon Jan 3 14:16:37 2005
@@ -54,7 +54,7 @@
<priority>20</priority>
<policy>fast</policy>
<trusted>false</trusted>
- <class>net.dpml.transit.artifact.MavenResourceHost</class>
+ <class>net.dpml.transit.artifact.ClassicResourceHost</class>
<index href="index.idx">
<credentials>
<username>fred</username>
@@ -126,7 +126,7 @@
</tr>
<tr>
<td>dpml.transit.resourcehost.class</td>
- <td>net.dpml.transit.artifact.MavenRepositoryHost</td>
+ <td>net.dpml.transit.artifact.ClassicResourceHost</td>
<td>
Defines the class to use for the management of the remote host.
</td>

Copied:
development/main/central/site/src/docs/products/transit/protocol/classic.xml
(from r1357,
development/main/central/site/src/docs/products/transit/protocol/maven.xml)
==============================================================================
---
development/main/central/site/src/docs/products/transit/protocol/maven.xml
(original)
+++
development/main/central/site/src/docs/products/transit/protocol/classic.xml
Mon Jan 3 14:16:37 2005
@@ -24,12 +24,14 @@
</properties>

<body>
- <section name="Resource Host - Maven">
+ <section name="Resource Host - Classic">
<p>
- Apache Maven was one of the first applications that start using a
- central repository for build artifacts, typically Jar files. I am not
- sure whether the format of this repository layout was made by the
Maven
- project itself, or if it used work from somewhere else.
+ The Classic resource host management model is based on the
+ conventions popularized by the maven platform and subsequently used
+ within the Apache Software Foundation as a format for repository
+ layout. The Classic layout can be viewed as a super-set of the
+ Maven model in that Transit implementation fully supports unlimited
+ group segmentation.
</p>
<subsection name="Resolution">
<p>
@@ -37,7 +39,7 @@
</p>
<source> artifact:[type]:[group]/[name]#version </source>
<p>
- which for Maven resource hosts will be translated into;
+ which for Classic resource hosts will be translated into;
</p>
<source> [resourcehost]/[group]/[type]s/[name]-[version].[type] </source>
<p>
@@ -67,7 +69,7 @@
<td>version</td>
<td>
The version of the resource. The version is an opaque string
- in the current Maven resource host implementation, but may
+ in the current Classic resource host implementation, but may
evolve in the future, and known version formats should be used
for maximum future compatibility.
</td>

Modified:
development/main/central/site/src/docs/products/transit/protocol/navigation.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/protocol/navigation.xml
(original)
+++
development/main/central/site/src/docs/products/transit/protocol/navigation.xml
Mon Jan 3 14:16:37 2005
@@ -25,7 +25,7 @@
<body>

<menu>
- <item name="Maven Model" href="maven.html"/>
+ <item name="Classic Model" href="classic.html"/>
</menu>

</body>



  • svn commit: r1359 - in development/main/central/site/src/docs/products/transit: properties/hosts protocol, mcconnell, 01/03/2005

Archive powered by MHonArc 2.6.24.

Top of Page