Skip to Content.
Sympa Menu

notify-dpml - r1690 - in trunk/tutorials: . components 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: r1690 - in trunk/tutorials: . components tooling
  • Date: Wed, 26 Jul 2006 19:50:35 +0200

Author: mcconnell
Date: 2006-07-26 19:50:10 +0200 (Wed, 26 Jul 2006)
New Revision: 1690

Removed:
trunk/tutorials/components/module.xml
trunk/tutorials/tooling/module.xml
Modified:
trunk/tutorials/
trunk/tutorials/module.xml
Log:
update tutorial handling


Property changes on: trunk/tutorials
___________________________________________________________________
Name: svn:ignore
- tooling
target

+ tooling
target
thread.txt


Deleted: trunk/tutorials/components/module.xml
===================================================================
--- trunk/tutorials/components/module.xml 2006-07-26 17:48:00 UTC (rev
1689)
+++ trunk/tutorials/components/module.xml 2006-07-26 17:50:10 UTC (rev
1690)
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<module xmlns="link:xsd:dpml/lang/dpml-module#1.0" name="components">
-
- <dependencies>
- <build>
- <include ref="dpml"/>
- </build>
- </dependencies>
-
-</module>
\ No newline at end of file

Modified: trunk/tutorials/module.xml
===================================================================
--- trunk/tutorials/module.xml 2006-07-26 17:48:00 UTC (rev 1689)
+++ trunk/tutorials/module.xml 2006-07-26 17:50:10 UTC (rev 1690)
@@ -6,10 +6,21 @@
<include ref="dpml"/>
</build>
</dependencies>
-
- <!--
- <module file="tooling/module.xml"/>
- <module file="components/module.xml"/>
- -->
-
+
+ <module name="tooling" basedir="tooling">
+ <dependencies>
+ <build>
+ <include ref="dpml"/>
+ </build>
+ </dependencies>
+ </module>
+
+ <module name="components" basedir="components">
+ <dependencies>
+ <build>
+ <include key="tooling"/>
+ </build>
+ </dependencies>
+ </module>
+
</module>
\ No newline at end of file

Deleted: trunk/tutorials/tooling/module.xml
===================================================================
--- trunk/tutorials/tooling/module.xml 2006-07-26 17:48:00 UTC (rev 1689)
+++ trunk/tutorials/tooling/module.xml 2006-07-26 17:50:10 UTC (rev 1690)
@@ -1,10 +0,0 @@
-<?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>




  • r1690 - in trunk/tutorials: . components tooling, mcconnell at BerliOS, 07/26/2006

Archive powered by MHonArc 2.6.24.

Top of Page