Skip to Content.
Sympa Menu

notify-dpml - r1608 - in trunk/central/tutorials/tooling: . simple simple/complex

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: r1608 - in trunk/central/tutorials/tooling: . simple simple/complex
  • Date: Wed, 19 Jul 2006 20:16:11 +0200

Author: mcconnell
Date: 2006-07-19 20:16:08 +0200 (Wed, 19 Jul 2006)
New Revision: 1608

Added:
trunk/central/tutorials/tooling/simple/complex/dependencies/
Removed:
trunk/central/tutorials/tooling/simple/dependencies/
Modified:
trunk/central/tutorials/tooling/module.xml
Log:
move dependencies example into complex tutorial set

Modified: trunk/central/tutorials/tooling/module.xml
===================================================================
--- trunk/central/tutorials/tooling/module.xml 2006-07-19 18:12:51 UTC (rev
1607)
+++ trunk/central/tutorials/tooling/module.xml 2006-07-19 18:16:08 UTC (rev
1608)
@@ -33,18 +33,22 @@
</filters>
</project>

- <module name="dependencies" basedir="dependencies">
+ <module name="complex" basedir="complex">
+
+ <module name="build" basedir="build">

- <project name="widget" basedir="widget"/>
+ <project name="widget" basedir="widget"/>

- <project name="gizmo" basedir="gizmo">
- <dependencies>
- <build>
- <include key="widget"/>
- </build>
- </dependencies>
- </project>
+ <project name="gizmo" basedir="gizmo">
+ <dependencies>
+ <build>
+ <include key="widget"/>
+ </build>
+ </dependencies>
+ </project>

+ </module>
+
</module>

</module>

Copied: trunk/central/tutorials/tooling/simple/complex/dependencies (from rev
1606, trunk/central/tutorials/tooling/simple/dependencies)




  • r1608 - in trunk/central/tutorials/tooling: . simple simple/complex, mcconnell at BerliOS, 07/19/2006

Archive powered by MHonArc 2.6.24.

Top of Page