Skip to Content.
Sympa Menu

notify-dpml - r1613 - trunk/central/tutorials/tooling

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: r1613 - trunk/central/tutorials/tooling
  • Date: Wed, 19 Jul 2006 20:33:03 +0200

Author: mcconnell
Date: 2006-07-19 20:32:54 +0200 (Wed, 19 Jul 2006)
New Revision: 1613

Modified:
trunk/central/tutorials/tooling/module.xml
Log:
add hooks to ensure tutorials are build after metro/etc.

Modified: trunk/central/tutorials/tooling/module.xml
===================================================================
--- trunk/central/tutorials/tooling/module.xml 2006-07-19 18:29:32 UTC (rev
1612)
+++ trunk/central/tutorials/tooling/module.xml 2006-07-19 18:32:54 UTC (rev
1613)
@@ -1,12 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<module xmlns="link:xsd:dpml/lang/dpml-module#1.0" name="tooling">

- <dependencies>
- <build>
- <include ref="dpml"/>
- </build>
- </dependencies>
-
<module name="simple" basedir="simple">

<project name="simple-build" basedir="build"/>
@@ -39,6 +33,12 @@

<module name="build" basedir="build">

+ <dependencies>
+ <build>
+ <include ref="dpml"/>
+ </build>
+ </dependencies>
+
<project name="widget" basedir="widget"/>

<project name="gizmo" basedir="gizmo">




  • r1613 - trunk/central/tutorials/tooling, mcconnell at BerliOS, 07/19/2006

Archive powered by MHonArc 2.6.24.

Top of Page