Skip to Content.
Sympa Menu

notify-dpml - r1587 - in trunk: . central/tutorials/components

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: r1587 - in trunk: . central/tutorials/components
  • Date: Mon, 17 Jul 2006 18:09:15 +0200

Author: mcconnell
Date: 2006-07-17 18:09:13 +0200 (Mon, 17 Jul 2006)
New Revision: 1587

Modified:
trunk/central/tutorials/components/module.xml
trunk/index.xml
Log:
update tutorial dependencies to ensure that the tutorials are build after the
dpml module is created

Modified: trunk/central/tutorials/components/module.xml
===================================================================
--- trunk/central/tutorials/components/module.xml 2006-07-17 16:04:03
UTC (rev 1586)
+++ trunk/central/tutorials/components/module.xml 2006-07-17 16:09:13
UTC (rev 1587)
@@ -1,6 +1,12 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<module xmlns="link:xsd:dpml/lang/dpml-module#1.0"
name="tutorials/components" basedir=".">

+ <dependencies>
+ <build>
+ <include ref="dpml"/>
+ </build>
+ </dependencies>
+
<!-- a minimal component -->

<project name="acme-demo-hello" basedir="hello">

Modified: trunk/index.xml
===================================================================
--- trunk/index.xml 2006-07-17 16:04:03 UTC (rev 1586)
+++ trunk/index.xml 2006-07-17 16:09:13 UTC (rev 1587)
@@ -65,8 +65,8 @@
</module>

<module name="dpmlx">
+ <module file="central/tutorials/components/module.xml"/>
<module file="central/module.xml"/>
- <module file="central/tutorials/components/module.xml"/>
</module>

</modules>




  • r1587 - in trunk: . central/tutorials/components, mcconnell at BerliOS, 07/17/2006

Archive powered by MHonArc 2.6.24.

Top of Page