Skip to Content.
Sympa Menu

notify-dpml - r1569 - 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: r1569 - trunk/main/central/src/docs/depot/library
  • Date: Sun, 16 Jul 2006 11:50:57 +0200

Author: mcconnell
Date: 2006-07-16 11:50:57 +0200 (Sun, 16 Jul 2006)
New Revision: 1569

Modified:
trunk/main/central/src/docs/depot/library/index.xml
trunk/main/central/src/docs/depot/library/modules.xml
Log:
housekeeping

Modified: trunk/main/central/src/docs/depot/library/index.xml
===================================================================
--- trunk/main/central/src/docs/depot/library/index.xml 2006-07-16 09:28:31
UTC (rev 1568)
+++ trunk/main/central/src/docs/depot/library/index.xml 2006-07-16 09:50:57
UTC (rev 1569)
@@ -25,17 +25,14 @@
<subsection name="index.xml">

<p>
- The index file is maintained in a file named <tt>index.xml</tt>.
- The file is located by searching up the directory hierachy from the
- current working directory to the root of the file system until the
- indexsource is located.
+ The persistent state of the library is maintained in a file named
+ <tt>index.xml</tt>. The index file is located by searching up the
+ directory hierachy from the current working directory to the root
+ of the file system until the index file is located. The file
contains
+ the declaration of project modules which in turn contain
declarations
+ of available resources (such as dependent jar files), projects, and
+ subsidiary modules.
</p>
-
- <p>
- A index file contains the declaration of project modules.
- In turn, modules contain declarations of available resources (such
- as dependent jar files), projects, and subsidiary modules.
- </p>

</subsection>


Modified: trunk/main/central/src/docs/depot/library/modules.xml
===================================================================
--- trunk/main/central/src/docs/depot/library/modules.xml 2006-07-16
09:28:31 UTC (rev 1568)
+++ trunk/main/central/src/docs/depot/library/modules.xml 2006-07-16
09:50:57 UTC (rev 1569)
@@ -129,13 +129,13 @@

<p>
The following example demonstrates the declaration of a single module
- directly within a library. The module declares the name 'demo' and
+ directly within an nindex.xml file. The module declares the name
'demo' and
base directory corresponding to the same directory that the index is
located within. The module contains a single project named 'example'.
</p>

<source><![CDATA[
-<library>
+<index xmlns="link:xsd:dpml/lang/dpml-module#1.0">

<properties>
<property name="project.builder.uri"
value="link:plugin:dpml/tools/dpml-tools-builder"/>
@@ -158,7 +158,7 @@
</module>
</modules>

-</library>
+</index>

]]></source>





  • r1569 - trunk/main/central/src/docs/depot/library, mcconnell at BerliOS, 07/16/2006

Archive powered by MHonArc 2.6.24.

Top of Page