Skip to Content.
Sympa Menu

notify-dpml - r2063 - trunk/central/site/src/docs/util/depot/library

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: davidoff at BerliOS <davidoff AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r2063 - trunk/central/site/src/docs/util/depot/library
  • Date: Mon, 23 Nov 2009 09:45:41 +0100

Author: davidoff
Date: 2009-11-23 09:45:39 +0100 (Mon, 23 Nov 2009)
New Revision: 2063

Modified:
trunk/central/site/src/docs/util/depot/library/index.xml
trunk/central/site/src/docs/util/depot/library/modules.xml
trunk/central/site/src/docs/util/depot/library/navigation.xml
Log:
Fix errors in index definition.

Modified: trunk/central/site/src/docs/util/depot/library/index.xml
===================================================================
--- trunk/central/site/src/docs/util/depot/library/index.xml 2009-10-29
14:11:54 UTC (rev 2062)
+++ trunk/central/site/src/docs/util/depot/library/index.xml 2009-11-23
08:45:39 UTC (rev 2063)
@@ -50,8 +50,8 @@
<td>An set of global <a href="properties.html">property</a>
declarations.</td>
</tr>
<tr>
- <td>modules</td>
- <td>0..1</td>
+ <td>module</td>
+ <td>0..n</td>
<td>An set of top-level <a href="modules.html">module</a>
declarations.</td>
</tr>
</table>
@@ -64,17 +64,14 @@

<source><![CDATA[
<?xml version="1.0" encoding="ISO-8859-1"?>
-<index xmlns="dpml:library"
- xmlns:part="dpml:part">
+<index xmlns="dpml:library">

<imports>
<import uri="link:module:junit"/>
- <import uri="link:module:ant"/>
+ <import uri="link:module:org/apache/ant"/>
</imports>

- <modules>
-
- <module name="dpml" basedir=".">
+ <module name="dpml" basedir=".">

<properties>
<property name="project.publisher.name" value="Digital Product
Management Library"/>
@@ -126,10 +123,8 @@
</filters>
</project>

- </module>
+ </module>

- </modules>
-
</index>

]]></source>

Modified: trunk/central/site/src/docs/util/depot/library/modules.xml
===================================================================
--- trunk/central/site/src/docs/util/depot/library/modules.xml 2009-10-29
14:11:54 UTC (rev 2062)
+++ trunk/central/site/src/docs/util/depot/library/modules.xml 2009-11-23
08:45:39 UTC (rev 2063)
@@ -9,7 +9,7 @@

<body>

- <section name="Modules">
+ <section name="Module">

<p>
A module can be viewed as a collection of resources and projects
@@ -143,20 +143,18 @@
<property name="project.template" value="${project.standard.template}"/>
</properties>

- <modules>
- <module name="demo" basedir=".">
- <project name="example" basedir="example">
- <types>
- <type id="jar"/>
- </types>
- <dependencies>
- <runtime>
- <include
urn="artifact:jar:commons-collections/commons-collections#3.0"/>
- </runtime>
- </dependencies>
- </project>
- </module>
- </modules>
+ <module name="demo" basedir=".">
+ <project name="example" basedir="example">
+ <types>
+ <type id="jar"/>
+ </types>
+ <dependencies>
+ <runtime>
+ <include
urn="artifact:jar:commons-collections/commons-collections#3.0"/>
+ </runtime>
+ </dependencies>
+ </project>
+ </module>

</index>


Modified: trunk/central/site/src/docs/util/depot/library/navigation.xml
===================================================================
--- trunk/central/site/src/docs/util/depot/library/navigation.xml
2009-10-29 14:11:54 UTC (rev 2062)
+++ trunk/central/site/src/docs/util/depot/library/navigation.xml
2009-11-23 08:45:39 UTC (rev 2063)
@@ -26,9 +26,9 @@

<menu>
<item name="Imports" href="imports.html"/>
- <item name="Modules" href="modules.html"/>
- <item name="Projects" href="projects.html"/>
- <item name="Resources" href="resources.html"/>
+ <item name="Module" href="modules.html"/>
+ <item name="Project" href="projects.html"/>
+ <item name="Resource" href="resources.html"/>
<item name="Info" href="info.html"/>
<item name="Properties" href="properties.html"/>
<item name="Types" href="types.html"/>




  • r2063 - trunk/central/site/src/docs/util/depot/library, davidoff at BerliOS, 11/23/2009

Archive powered by MHonArc 2.6.24.

Top of Page