Skip to Content.
Sympa Menu

notify-dpml - r1250 - trunk/main/central/src/docs/depot/library

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: r1250 - trunk/main/central/src/docs/depot/library
  • Date: Wed, 22 Mar 2006 20:18:39 +0100

Author: mcconnell
Date: 2006-03-22 20:18:34 +0100 (Wed, 22 Mar 2006)
New Revision: 1250

Modified:
trunk/main/central/src/docs/depot/library/projects.xml
trunk/main/central/src/docs/depot/library/resources.xml
Log:
updating docs

Modified: trunk/main/central/src/docs/depot/library/projects.xml
===================================================================
--- trunk/main/central/src/docs/depot/library/projects.xml 2006-03-22
19:03:19 UTC (rev 1249)
+++ trunk/main/central/src/docs/depot/library/projects.xml 2006-03-22
19:18:34 UTC (rev 1250)
@@ -114,29 +114,24 @@
</p>

<source><![CDATA[
-
- <project name="dpml-metro-runtime" basedir="runtime">
- <types>
- <type id="jar"/>
- <type id="plugin">
- <property name="project.plugin.class"
- value="net.dpml.metro.runtime.CompositionController"/>
- </type>
- </types>
- <dependencies>
- <include ref="dpml/util/dpml-logging-api" tag="public"/>
- <include ref="dpml/util/dpml-activity-api" tag="public"/>
- <include ref="dpml/util/dpml-parameters-impl"/>
- <include ref="dpml/util/dpml-configuration-impl"/>
- <include key="dpml-state-impl"/>
- <include key="dpml-metro-component" tag="protected"/>
- <include key="dpml-metro-model" tag="protected"/>
- </dependencies>
- <dependencies scope="test">
- <include ref="ant/ant-junit"/>
- </dependencies>
- </project>
-
+<project name="dpml-metro-runtime" basedir="runtime">
+ <types>
+ <type id="jar"/>
+ <part:plugin alias="true"
class="net.dpml.metro.runtime.CompositionController"/>
+ </types>
+ <dependencies>
+ <include ref="dpml/util/dpml-logging-api" tag="public"/>
+ <include ref="dpml/util/dpml-parameters-impl"/>
+ <include ref="dpml/util/dpml-configuration-impl"/>
+ <include key="dpml-metro-component" tag="protected"/>
+ <include key="dpml-metro-model" tag="protected"/>
+ <include key="dpml-state-impl"/>
+ <include key="dpml-metro-builder"/>
+ </dependencies>
+ <dependencies scope="test">
+ <include ref="ant/ant-junit"/>
+ </dependencies>
+</project>
]]></source>

</section>

Modified: trunk/main/central/src/docs/depot/library/resources.xml
===================================================================
--- trunk/main/central/src/docs/depot/library/resources.xml 2006-03-22
19:03:19 UTC (rev 1249)
+++ trunk/main/central/src/docs/depot/library/resources.xml 2006-03-22
19:18:34 UTC (rev 1250)
@@ -44,6 +44,12 @@
<td>version</td>
<td>The resource version (normally declared at module
level).</td>
</tr>
+ <tr>
+ <td>basedir</td>
+ <td>Optional declaration of a basedir (used to declare a local
directory
+ of a project built by an external process) - typically not
used
+ outside of the DPML bootstrap procedure.</td>
+ </tr>
</table>

</subsection>
@@ -79,64 +85,77 @@
<section name="Example">

<p>
- The following examle resources are from the ant module defintion. The
version
- declared within the enclosing module establishes the version for all
resources within
- the module.
+ The following example resources are from the ant module definition.
The version
+ declared within the enclosing module establishes the default version
for all
+ resources within the module.
</p>

<source><![CDATA[
- <module name="ant" version="1.6.5" basedir="ant">
+<module name="ant" version="1.6.5" basedir="ant">

- <resource name="ant">
- <properties>
- <property name="project.api.root"
value="${project.api.host}/${group}/${version}"/>
- </properties>
- <types>
- <type id="jar"/>
- </types>
- <dependencies>
- <include key="ant-launcher"/>
- <include key="ant-trax"/>
- <include key="ant-xslp"/>
- </dependencies>
- </resource>
-
- <resource name="ant-junit">
- <types>
- <type id="jar"/>
- </types>
- <dependencies>
- <include key="ant"/>
- <include ref="junit/junit"/>
- </dependencies>
- </resource>
+ <properties>
+ <property name="project.publisher.name" value="Apache Software
Foundation"/>
+ <property name="project.specification.vendor"
value="${project.publisher.name}"/>
+ <property name="project.implementation.vendor"
value="${project.publisher.name}"/>
+ <property name="project.implementation.vendor-id" value="org.apache"/>
+ <property name="project.publisher.url" value="http://www.apache.org"/>
+ <property name="project.resource.host"
value="http://repository.dpml.net/"/>
+ <property name="project.api.host" value="http://api.dpml.net"/>
+ </properties>

- <resource name="ant-xslp">
- <types>
- <type id="jar"/>
- </types>
- <dependencies>
- <include key="ant"/>
- </dependencies>
- </resource>
-
- <resource name="ant-trax">
- <types>
- <type id="jar"/>
- </types>
- <dependencies>
- <include key="ant"/>
- </dependencies>
- </resource>
-
- <resource name="ant-launcher">
- <types>
- <type id="jar"/>
- </types>
- </resource>
+ <types>
+ <type id="module" alias="true"/>
+ </types>

- </module>
+ <resource name="ant">
+ <properties>
+ <property name="project.api.root"
value="${project.api.host}/${group}/${version}"/>
+ </properties>
+ <types>
+ <type id="jar"/>
+ </types>
+ <dependencies>
+ <include key="ant-launcher"/>
+ <include key="ant-trax"/>
+ <include key="ant-xslp"/>
+ </dependencies>
+ </resource>

+ <resource name="ant-junit">
+ <types>
+ <type id="jar"/>
+ </types>
+ <dependencies>
+ <include key="ant"/>
+ <include ref="junit/junit"/>
+ </dependencies>
+ </resource>
+
+ <resource name="ant-xslp">
+ <types>
+ <type id="jar"/>
+ </types>
+ <dependencies>
+ <include key="ant"/>
+ </dependencies>
+ </resource>
+
+ <resource name="ant-trax">
+ <types>
+ <type id="jar"/>
+ </types>
+ <dependencies>
+ <include key="ant"/>
+ </dependencies>
+ </resource>
+
+ <resource name="ant-launcher">
+ <types>
+ <type id="jar"/>
+ </types>
+ </resource>
+
+</module>
]]></source>






  • r1250 - trunk/main/central/src/docs/depot/library, mcconnell at BerliOS, 03/22/2006

Archive powered by MHonArc 2.6.24.

Top of Page