Skip to Content.
Sympa Menu

notify-dpml - r1378 - in trunk/main: . central central/src/docs/depot/library central/src/docs/metro/directives/component central/src/docs/metro/directives/type central/src/docs/transit/setup/config

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: r1378 - in trunk/main: . central central/src/docs/depot/library central/src/docs/metro/directives/component central/src/docs/metro/directives/type central/src/docs/transit/setup/config
  • Date: Mon, 17 Apr 2006 03:12:23 +0200

Author: mcconnell
Date: 2006-04-17 03:12:05 +0200 (Mon, 17 Apr 2006)
New Revision: 1378

Modified:
trunk/main/central/build.xml
trunk/main/central/src/docs/depot/library/index.xml
trunk/main/central/src/docs/metro/directives/component/index.xml
trunk/main/central/src/docs/metro/directives/type/index.xml
trunk/main/central/src/docs/transit/setup/config/index.xml
trunk/main/library.xml
Log:
1. update docs to include xsd references
2. move filters from central build file to project definition

Modified: trunk/main/central/build.xml
===================================================================
--- trunk/main/central/build.xml 2006-04-15 04:53:29 UTC (rev 1377)
+++ trunk/main/central/build.xml 2006-04-17 01:12:05 UTC (rev 1378)
@@ -6,24 +6,6 @@

<transit:import uri="local:template:dpml/tools/standard"/>

- <target name="init" depends="standard.init">
- <x:filter token="VERSION" feature="version"/>
- <x:filter token="ANT-JAR-VERSION" ref="ant/ant" feature="version"/>
- <x:filter token="ANT-JAR-URI" ref="ant/ant" feature="uri" type="jar" />
- <x:filter token="TRANSIT-TOOLS-URI"
ref="dpml/transit/dpml-transit-tools" feature="uri" type="jar" />
- <x:filter token="TRANSIT-MODULE-VERSION" ref="dpml/transit"
feature="version"/>
- <x:filter token="TRANSIT-HANDLER-URI"
ref="dpml/transit/dpml-transit-main" feature="uri" type="jar" />
- <x:filter token="DEPOT-MODULE-VERSION" feature="version"
ref="dpml/depot" />
- <x:filter token="DEPOT-CONSOLE-URI" feature="uri" type="jar"
ref="dpml/depot/dpml-depot-console" />
- <x:filter token="DEPOT-TOOLS-ANT-URI" feature="uri" type="part"
ref="dpml/depot/dpml-tools-builder" />
- <x:filter token="DEPOT-TOOLS-LIBRARY-URI" feature="uri" type="jar"
ref="dpml/depot/dpml-library" />
- <x:filter token="METRO-RUNTIME-URI" feature="uri" type="part"
ref="dpml/metro/dpml-metro-runtime" />
- <x:filter token="METRO-TOOLS-URI" feature="uri" type="part"
ref="dpml/metro/dpml-metro-tools" />
- <x:filter token="UTIL-CLI-URI" feature="uri" type="jar"
ref="dpml/util/dpml-util-cli" />
- <x:filter token="UTIL-I18N-URI" feature="uri" type="jar"
ref="dpml/util/dpml-util-i18n" />
- <x:filter token="UTIL-LOGGING-API-URI" feature="uri" type="jar"
ref="dpml/util/dpml-logging-api" />
- </target>
-
<target name="build" depends="standard.build">
<x:docs dest="${dpml.data}/docs"/>
</target>

Modified: trunk/main/central/src/docs/depot/library/index.xml
===================================================================
--- trunk/main/central/src/docs/depot/library/index.xml 2006-04-15 04:53:29
UTC (rev 1377)
+++ trunk/main/central/src/docs/depot/library/index.xml 2006-04-17 01:12:05
UTC (rev 1378)
@@ -11,6 +11,8 @@

<section name="Project Library">

+ <pre>artifact:xsd:dpml/lang/dpml-module#1.0</pre>
+
<p>
The DPML build system maintains information about projects,
resources, and modules in a central library. The library

Modified: trunk/main/central/src/docs/metro/directives/component/index.xml
===================================================================
--- trunk/main/central/src/docs/metro/directives/component/index.xml
2006-04-15 04:53:29 UTC (rev 1377)
+++ trunk/main/central/src/docs/metro/directives/component/index.xml
2006-04-17 01:12:05 UTC (rev 1378)
@@ -11,6 +11,8 @@

<section name="Component Directive">

+ <pre>artifact:xsd:dpml/lang/dpml-component#1.0</pre>
+
<subsection name="Description">

</subsection>

Modified: trunk/main/central/src/docs/metro/directives/type/index.xml
===================================================================
--- trunk/main/central/src/docs/metro/directives/type/index.xml 2006-04-15
04:53:29 UTC (rev 1377)
+++ trunk/main/central/src/docs/metro/directives/type/index.xml 2006-04-17
01:12:05 UTC (rev 1378)
@@ -10,6 +10,8 @@
<body>

<section name="Type Task">
+
+ <pre>artifact:xsd:dpml/lang/dpml-type#1.0</pre>

<subsection name="Description">


Modified: trunk/main/central/src/docs/transit/setup/config/index.xml
===================================================================
--- trunk/main/central/src/docs/transit/setup/config/index.xml 2006-04-15
04:53:29 UTC (rev 1377)
+++ trunk/main/central/src/docs/transit/setup/config/index.xml 2006-04-17
01:12:05 UTC (rev 1378)
@@ -39,7 +39,12 @@
information about the loaction and layout strategy of the cache and
local
repository, available remote hosts, and optional proxy settings.
</p>
-
+
+ <p>
+ The following information summarises the formal structures declared
under
+ <tt><a
href="http://download.dpml.net/dtds/transit_1_0.dtd";>transit_1_0.dtd</a></tt>.
+ </p>
+
</subsection>

<subsection name="Attributes">

Modified: trunk/main/library.xml
===================================================================
--- trunk/main/library.xml 2006-04-15 04:53:29 UTC (rev 1377)
+++ trunk/main/library.xml 2006-04-17 01:12:05 UTC (rev 1378)
@@ -41,7 +41,25 @@
<import file="station/module.xml"/>
<import file="planet/module.xml"/>

- <project name="central" basedir="central"/>
+ <project name="central" basedir="central">
+ <filters>
+ <feature token="VERSION" id="version"/>
+ <feature token="ANT-JAR-VERSION" ref="ant/ant" id="version"/>
+ <feature token="ANT-JAR-URI" ref="ant/ant" id="uri" type="jar" />
+ <feature token="TRANSIT-TOOLS-URI"
ref="dpml/transit/dpml-transit-tools" id="uri" type="jar" />
+ <feature token="TRANSIT-MODULE-VERSION" ref="dpml/transit"
id="version"/>
+ <feature token="TRANSIT-HANDLER-URI"
ref="dpml/transit/dpml-transit-main" id="uri" type="jar" />
+ <feature token="DEPOT-MODULE-VERSION" ref="dpml/depot"
id="version" />
+ <feature token="DEPOT-CONSOLE-URI" id="uri" type="jar"
ref="dpml/depot/dpml-depot-console" />
+ <feature token="DEPOT-TOOLS-ANT-URI" id="uri" type="part"
ref="dpml/depot/dpml-tools-builder" />
+ <feature token="DEPOT-TOOLS-LIBRARY-URI" id="uri" type="jar"
ref="dpml/depot/dpml-library" />
+ <feature token="METRO-RUNTIME-URI" id="uri" type="part"
ref="dpml/metro/dpml-metro-runtime" />
+ <feature token="METRO-TOOLS-URI" id="uri" type="part"
ref="dpml/metro/dpml-metro-tools" />
+ <feature token="UTIL-CLI-URI" id="uri" type="jar"
ref="dpml/util/dpml-util-cli" />
+ <feature token="UTIL-I18N-URI" id="uri" type="jar"
ref="dpml/util/dpml-util-i18n" />
+ <feature token="UTIL-LOGGING-API-URI" id="uri" type="jar"
ref="dpml/util/dpml-logging-api" />
+ </filters>
+ </project>

</module>





  • r1378 - in trunk/main: . central central/src/docs/depot/library central/src/docs/metro/directives/component central/src/docs/metro/directives/type central/src/docs/transit/setup/config, mcconnell at BerliOS, 04/16/2006

Archive powered by MHonArc 2.6.24.

Top of Page