Skip to Content.
Sympa Menu

notify-dpml - r1490 - in trunk/main/central/src/docs: depot/library metro/directives metro/directives/component metro/directives/type metro/directives/type/categories metro/directives/type/context metro/directives/type/parts metro/directives/type/services metro/directives/type/state transit/concepts transit/parts transit/parts/strategy

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1490 - in trunk/main/central/src/docs: depot/library metro/directives metro/directives/component metro/directives/type metro/directives/type/categories metro/directives/type/context metro/directives/type/parts metro/directives/type/services metro/directives/type/state transit/concepts transit/parts transit/parts/strategy
  • Date: Fri, 2 Jun 2006 11:12:51 +0200

Author: mcconnell
Date: 2006-06-02 11:12:50 +0200 (Fri, 02 Jun 2006)
New Revision: 1490

Modified:
trunk/main/central/src/docs/depot/library/index.xml
trunk/main/central/src/docs/depot/library/modules.xml
trunk/main/central/src/docs/metro/directives/component/categories.xml
trunk/main/central/src/docs/metro/directives/component/index.xml
trunk/main/central/src/docs/metro/directives/component/parts.xml
trunk/main/central/src/docs/metro/directives/index.xml
trunk/main/central/src/docs/metro/directives/type/categories/index.xml
trunk/main/central/src/docs/metro/directives/type/context/index.xml
trunk/main/central/src/docs/metro/directives/type/index.xml
trunk/main/central/src/docs/metro/directives/type/parts/index.xml
trunk/main/central/src/docs/metro/directives/type/services/index.xml
trunk/main/central/src/docs/metro/directives/type/state/index.xml
trunk/main/central/src/docs/transit/concepts/plugins.xml
trunk/main/central/src/docs/transit/parts/index.xml
trunk/main/central/src/docs/transit/parts/strategy/index.xml
Log:
update docs to reflect link usage in xml data documents

Modified: trunk/main/central/src/docs/depot/library/index.xml
===================================================================
--- trunk/main/central/src/docs/depot/library/index.xml 2006-06-02 09:12:09
UTC (rev 1489)
+++ trunk/main/central/src/docs/depot/library/index.xml 2006-06-02 09:12:50
UTC (rev 1490)
@@ -11,7 +11,7 @@

<section name="Project Library">

- <pre>artifact:xsd:dpml/lang/dpml-module#1.0</pre>
+ <pre>link:xsd:dpml/lang/dpml-module#1.0</pre>

<p>
The DPML build system maintains information about projects,
@@ -67,8 +67,8 @@

<source><![CDATA[
<?xml version="1.0" encoding="ISO-8859-1"?>
-<library xmlns="artifact:xsd:dpml/lang/dpml-module#1.0"
- xmlns:part="artifact:xsd:dpml/lang/dpml-part#1.0">
+<library xmlns="link:xsd:dpml/lang/dpml-module#1.0"
+ xmlns:part="link:xsd:dpml/lang/dpml-part#1.0">

<imports>
<import uri="link:module:junit"/>

Modified: trunk/main/central/src/docs/depot/library/modules.xml
===================================================================
--- trunk/main/central/src/docs/depot/library/modules.xml 2006-06-02
09:12:09 UTC (rev 1489)
+++ trunk/main/central/src/docs/depot/library/modules.xml 2006-06-02
09:12:50 UTC (rev 1490)
@@ -214,9 +214,9 @@
<source><![CDATA[
<?xml version="1.0" encoding="ISO-8859-1"?>
<module name="depot"
- xmlns="artifact:xsd:dpml/lang/dpml-module#1.0"
+ xmlns="link:xsd:dpml/lang/dpml-module#1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- xmlns:part="artifact:xsd:dpml/lang/dpml-part#1.0">
+ xmlns:part="link:xsd:dpml/lang/dpml-part#1.0">

<resource name="dpml-library" basedir="library">
<types>
@@ -252,40 +252,6 @@
</filters>
</project>

- <project name="dpml-depot-checkstyle" basedir="tools/checkstyle">
- <types>
- <type id="jar"/>
- <part:resource alias="true" urn="dpml:checkstyle"
path="net/dpml/tools/checkstyle/antlib.xml"/>
- </types>
- <dependencies>
- <runtime>
- <include ref="dpml/depot/dpml-tools-builder"/>
- <include urn="artifact:jar:checkstyle/checkstyle#4.1">
- <property name="project.api.host" value="http://api.dpml.net"/>
- <property name="project.api.root"
value="${project.api.host}/${project.group}/${project.version}"/>
- </include>
- <include urn="artifact:jar:commons-logging/commons-logging#1.0.4" />
- <include
urn="artifact:jar:commons-collections/commons-collections#3.1" />
- <include
urn="artifact:jar:commons-beanutils/commons-beanutils-core#1.7.0" />
- <include urn="artifact:jar:bcel/bcel#5.1" />
- <include urn="artifact:jar:antlr/antlr#2.7.2" />
- </runtime>
- </dependencies>
- </project>
-
- <project name="dpml-depot-convert" basedir="tools/convert">
- <types>
- <type id="jar"/>
- <part:resource alias="true" urn="dpml:convert"
path="net/dpml/tools/convert/antlib.xml"/>
- </types>
- <dependencies>
- <runtime>
- <include urn="artifact:jar:java2html/java2html#4.2"/>
- <include ref="ant/ant-launcher"/>
- </runtime>
- </dependencies>
- </project>
-
<project name="dpml-depot-console" basedir="core">
<properties>
<property name="project.test.fork" value="true"/>
@@ -337,6 +303,40 @@
</dependencies>
</resource>

+ <project name="dpml-depot-checkstyle" basedir="tools/checkstyle">
+ <types>
+ <type id="jar"/>
+ <part:resource alias="true" urn="dpml:checkstyle"
path="net/dpml/tools/checkstyle/antlib.xml"/>
+ </types>
+ <dependencies>
+ <runtime>
+ <include ref="dpml/depot/dpml-tools-builder"/>
+ <include urn="artifact:jar:checkstyle/checkstyle#4.1">
+ <property name="project.api.host" value="http://api.dpml.net"/>
+ <property name="project.api.root"
value="${project.api.host}/${project.group}/${project.version}"/>
+ </include>
+ <include urn="artifact:jar:commons-logging/commons-logging#1.0.4" />
+ <include
urn="artifact:jar:commons-collections/commons-collections#3.1" />
+ <include
urn="artifact:jar:commons-beanutils/commons-beanutils-core#1.7.0" />
+ <include urn="artifact:jar:bcel/bcel#5.1" />
+ <include urn="artifact:jar:antlr/antlr#2.7.2" />
+ </runtime>
+ </dependencies>
+ </project>
+
+ <project name="dpml-depot-convert" basedir="tools/convert">
+ <types>
+ <type id="jar"/>
+ <part:resource alias="true" urn="dpml:convert"
path="net/dpml/tools/convert/antlib.xml"/>
+ </types>
+ <dependencies>
+ <runtime>
+ <include urn="artifact:jar:java2html/java2html#4.2"/>
+ <include ref="ant/ant-launcher"/>
+ </runtime>
+ </dependencies>
+ </project>
+
</module>
]]></source>


Modified:
trunk/main/central/src/docs/metro/directives/component/categories.xml
===================================================================
--- trunk/main/central/src/docs/metro/directives/component/categories.xml
2006-06-02 09:12:09 UTC (rev 1489)
+++ trunk/main/central/src/docs/metro/directives/component/categories.xml
2006-06-02 09:12:50 UTC (rev 1490)
@@ -52,7 +52,7 @@
</p>

<source><![CDATA[
- <component xmlns="artifact:xsd:dpml/lang/dpml-component#1.0"
+ <component xmlns="link:xsd:dpml/lang/dpml-component#1.0"
class="net.dpml.test.categories.CategoriesComponent"
name="categories"
collection="hard"

Modified: trunk/main/central/src/docs/metro/directives/component/index.xml
===================================================================
--- trunk/main/central/src/docs/metro/directives/component/index.xml
2006-06-02 09:12:09 UTC (rev 1489)
+++ trunk/main/central/src/docs/metro/directives/component/index.xml
2006-06-02 09:12:50 UTC (rev 1490)
@@ -11,7 +11,7 @@

<section name="Component Directive">

- <pre>artifact:xsd:dpml/lang/dpml-component#1.0</pre>
+ <pre>link:xsd:dpml/lang/dpml-component#1.0</pre>

<subsection name="Description">


Modified: trunk/main/central/src/docs/metro/directives/component/parts.xml
===================================================================
--- trunk/main/central/src/docs/metro/directives/component/parts.xml
2006-06-02 09:12:09 UTC (rev 1489)
+++ trunk/main/central/src/docs/metro/directives/component/parts.xml
2006-06-02 09:12:50 UTC (rev 1490)
@@ -41,7 +41,7 @@
</p>

<source><![CDATA[
-<component xmlns="artifact:xsd:dpml/lang/dpml-component#1.0"
+<component xmlns="link:xsd:dpml/lang/dpml-component#1.0"
type="net.dpml.http.Server"
alias="true">


Modified: trunk/main/central/src/docs/metro/directives/index.xml
===================================================================
--- trunk/main/central/src/docs/metro/directives/index.xml 2006-06-02
09:12:09 UTC (rev 1489)
+++ trunk/main/central/src/docs/metro/directives/index.xml 2006-06-02
09:12:50 UTC (rev 1490)
@@ -27,11 +27,11 @@

<source><![CDATA[<?xml version="1.0"?>

-<part xmlns="artifact:xsd:dpml/lang/dpml-part#1.0">
+<part xmlns="link:xsd:dpml/lang/dpml-part#1.0">

<info/>

- <component xmlns="artifact:xsd:dpml/lang/dpml-component#1.0"
type="org.acme.Widget"/>
+ <component xmlns="link:xsd:dpml/lang/dpml-component#1.0"
type="org.acme.Widget"/>

<classpath>
<private>

Modified:
trunk/main/central/src/docs/metro/directives/type/categories/index.xml
===================================================================
--- trunk/main/central/src/docs/metro/directives/type/categories/index.xml
2006-06-02 09:12:09 UTC (rev 1489)
+++ trunk/main/central/src/docs/metro/directives/type/categories/index.xml
2006-06-02 09:12:50 UTC (rev 1490)
@@ -35,7 +35,7 @@
<![CDATA[
<?xml version="1.0"?>

-<type xmlns="artifact:xsd:dpml/lang/dpml-type#1.0">
+<type xmlns="link:xsd:dpml/lang/dpml-type#1.0">

<info name="categories"
class="net.dpml.test.categories.CategoriesComponent"

Modified: trunk/main/central/src/docs/metro/directives/type/context/index.xml
===================================================================
--- trunk/main/central/src/docs/metro/directives/type/context/index.xml
2006-06-02 09:12:09 UTC (rev 1489)
+++ trunk/main/central/src/docs/metro/directives/type/context/index.xml
2006-06-02 09:12:50 UTC (rev 1490)
@@ -45,7 +45,7 @@
<section name="Examples">

<source>
-<![CDATA[<type xmlns="artifact:xsd:dpml/lang/dpml-type#1.0">
+<![CDATA[<type xmlns="link:xsd:dpml/lang/dpml-type#1.0">

<info name="context"
class="net.dpml.test.ContextTestComponent"

Modified: trunk/main/central/src/docs/metro/directives/type/index.xml
===================================================================
--- trunk/main/central/src/docs/metro/directives/type/index.xml 2006-06-02
09:12:09 UTC (rev 1489)
+++ trunk/main/central/src/docs/metro/directives/type/index.xml 2006-06-02
09:12:50 UTC (rev 1490)
@@ -11,7 +11,7 @@

<section name="Type Task">

- <pre>artifact:xsd:dpml/lang/dpml-type#1.0</pre>
+ <pre>link:xsd:dpml/lang/dpml-type#1.0</pre>

<subsection name="Description">

@@ -80,9 +80,8 @@

<source><![CDATA[
<?xml version="1.0"?>
+<type xmlns="link:xsd:dpml/lang/dpml-type#1.0">

-<type xmlns="artifact:xsd:dpml/lang/dpml-type#1.0">
-
<info name="server"
class="net.dpml.http.Server"
version="0.0.0"
@@ -100,7 +99,7 @@
<entry key="requestLog" class="org.mortbay.jetty.RequestLog"
optional="true"/>
</context>

- <state xmlns="artifact:xsd:dpml/lang/dpml-state#1.0">
+ <state xmlns="link:xsd:dpml/lang/dpml-state#1.0">
<trigger event="initialization">
<transition name="init" target="started">
<operation name="startup" method="start"/>
@@ -122,7 +121,7 @@
</state>

<parts>
- <component xmlns="artifact:xsd:dpml/lang/dpml-component#1.0"
+ <component xmlns="link:xsd:dpml/lang/dpml-component#1.0"
key="requestLog"
class="net.dpml.http.NCSARequestLog"
name="requestLog"
@@ -134,7 +133,7 @@
<entry key="extended" class="boolean" value="true"/>
</context>
</component>
- <component xmlns="artifact:xsd:dpml/lang/dpml-component#1.0"
+ <component xmlns="link:xsd:dpml/lang/dpml-component#1.0"
key="threadPool"
class="net.dpml.http.BoundedThreadPool"
name="threadPool"

Modified: trunk/main/central/src/docs/metro/directives/type/parts/index.xml
===================================================================
--- trunk/main/central/src/docs/metro/directives/type/parts/index.xml
2006-06-02 09:12:09 UTC (rev 1489)
+++ trunk/main/central/src/docs/metro/directives/type/parts/index.xml
2006-06-02 09:12:50 UTC (rev 1490)
@@ -43,11 +43,11 @@
<section name="Examples">

<source><![CDATA[
-<type xmlns="artifact:xsd:dpml/lang/dpml-type#1.0"
+<type xmlns="link:xsd:dpml/lang/dpml-type#1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- xmlns:part="artifact:xsd:dpml/lang/dpml-part#1.0"
- xmlns:type="artifact:xsd:dpml/lang/dpml-type#1.0"
- xmlns:component="artifact:xsd:dpml/lang/dpml-component#1.0">
+ xmlns:part="link:xsd:dpml/lang/dpml-part#1.0"
+ xmlns:type="link:xsd:dpml/lang/dpml-type#1.0"
+ xmlns:component="link:xsd:dpml/lang/dpml-component#1.0">

<info name="parent"
class="net.dpml.test.composite.CompositeComponent"
@@ -65,7 +65,7 @@
</context>

<parts>
- <component xmlns="artifact:xsd:dpml/lang/dpml-component#1.0" key="child"
+ <component xmlns="link:xsd:dpml/lang/dpml-component#1.0" key="child"
class="net.dpml.test.composite.ChildComponent"
name="child"
collection="system"

Modified: trunk/main/central/src/docs/metro/directives/type/services/index.xml
===================================================================
--- trunk/main/central/src/docs/metro/directives/type/services/index.xml
2006-06-02 09:12:09 UTC (rev 1489)
+++ trunk/main/central/src/docs/metro/directives/type/services/index.xml
2006-06-02 09:12:50 UTC (rev 1490)
@@ -50,11 +50,11 @@
<source><![CDATA[
<?xml version="1.0"?>

-<type xmlns="artifact:xsd:dpml/lang/dpml-type#1.0"
+<type xmlns="link:xsd:dpml/lang/dpml-type#1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- xmlns:part="artifact:xsd:dpml/lang/dpml-part#1.0"
- xmlns:type="artifact:xsd:dpml/lang/dpml-type#1.0"
- xmlns:component="artifact:xsd:dpml/lang/dpml-component#1.0">
+ xmlns:part="link:xsd:dpml/lang/dpml-part#1.0"
+ xmlns:type="link:xsd:dpml/lang/dpml-type#1.0"
+ xmlns:component="link:xsd:dpml/lang/dpml-component#1.0">

<info name="pool"
class="net.dpml.http.BoundedThreadPool"

Modified: trunk/main/central/src/docs/metro/directives/type/state/index.xml
===================================================================
--- trunk/main/central/src/docs/metro/directives/type/state/index.xml
2006-06-02 09:12:09 UTC (rev 1489)
+++ trunk/main/central/src/docs/metro/directives/type/state/index.xml
2006-06-02 09:12:50 UTC (rev 1490)
@@ -72,7 +72,7 @@
<source><![CDATA[
<?xml version="1.0"?>

-<type xmlns="artifact:xsd:dpml/lang/dpml-type#1.0">
+<type xmlns="link:xsd:dpml/lang/dpml-type#1.0">

<info name="example"
class="net.dpml.test.ExampleComponent"
@@ -89,7 +89,7 @@
<entry key="color" class="java.awt.Color" optional="false"/>
</context>

- <state xmlns="artifact:xsd:dpml/lang/dpml-state#1.0">
+ <state xmlns="link:xsd:dpml/lang/dpml-state#1.0">
<trigger event="initialization">
<transition name="init" target="available"/>
</trigger>

Modified: trunk/main/central/src/docs/transit/concepts/plugins.xml
===================================================================
--- trunk/main/central/src/docs/transit/concepts/plugins.xml 2006-06-02
09:12:09 UTC (rev 1489)
+++ trunk/main/central/src/docs/transit/concepts/plugins.xml 2006-06-02
09:12:50 UTC (rev 1490)
@@ -114,7 +114,7 @@

<pre><![CDATA[<?xml version="1.0"?>

-<part xmlns="artifact:xsd:dpml/lang/dpml-part#1.0"
+<part xmlns="link:xsd:dpml/lang/dpml-part#1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

<info title="Example">

Modified: trunk/main/central/src/docs/transit/parts/index.xml
===================================================================
--- trunk/main/central/src/docs/transit/parts/index.xml 2006-06-02 09:12:09
UTC (rev 1489)
+++ trunk/main/central/src/docs/transit/parts/index.xml 2006-06-02 09:12:50
UTC (rev 1490)
@@ -29,7 +29,7 @@

<section name="Part XML Directive">

- <pre>artifact:xsd:dpml/lang/dpml-part#1.0</pre>
+ <pre>link:xsd:dpml/lang/dpml-part#1.0</pre>

<subsection name="Description">

@@ -95,7 +95,7 @@
<![CDATA[
<?xml version="1.0"?>

-<part xmlns="artifact:xsd:dpml/lang/dpml-part#1.0">
+<part xmlns="link:xsd:dpml/lang/dpml-part#1.0">

<info title="DPML Metro Runtime">
<description>

Modified: trunk/main/central/src/docs/transit/parts/strategy/index.xml
===================================================================
--- trunk/main/central/src/docs/transit/parts/strategy/index.xml
2006-06-02 09:12:09 UTC (rev 1489)
+++ trunk/main/central/src/docs/transit/parts/strategy/index.xml
2006-06-02 09:12:50 UTC (rev 1490)
@@ -74,7 +74,7 @@
</p>

<source>
-<![CDATA[<component xmlns="artifact:xsd:dpml/lang/dpml-component#1.0"
+<![CDATA[<component xmlns="link:xsd:dpml/lang/dpml-component#1.0"
type="net.dpml.http.Server"
collection="system"
activation="system">




  • r1490 - in trunk/main/central/src/docs: depot/library metro/directives metro/directives/component metro/directives/type metro/directives/type/categories metro/directives/type/context metro/directives/type/parts metro/directives/type/services metro/directives/type/state transit/concepts transit/parts transit/parts/strategy, mcconnell at BerliOS, 06/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page