Skip to Content.
Sympa Menu

notify-dpml - r1626 - in trunk/tutorials/tooling: . simple simple/build

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: r1626 - in trunk/tutorials/tooling: . simple simple/build
  • Date: Sat, 22 Jul 2006 09:51:38 +0200

Author: mcconnell
Date: 2006-07-22 09:51:36 +0200 (Sat, 22 Jul 2006)
New Revision: 1626

Added:
trunk/tutorials/tooling/simple/build.xml
trunk/tutorials/tooling/simple/index.xml
Removed:
trunk/tutorials/tooling/simple/build/build.xml
trunk/tutorials/tooling/simple/build/index.xml
Modified:
trunk/tutorials/tooling/module.xml
Log:
flattern tooling tutorial structure

Modified: trunk/tutorials/tooling/module.xml
===================================================================
--- trunk/tutorials/tooling/module.xml 2006-07-22 07:47:05 UTC (rev 1625)
+++ trunk/tutorials/tooling/module.xml 2006-07-22 07:51:36 UTC (rev 1626)
@@ -1,24 +1,21 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<module xmlns="link:xsd:dpml/lang/dpml-module#1.0" name="tooling">
-
- <module name="simple" basedir="simple">

- <project name="simple-build" basedir="build"/>
+ <project name="simple" basedir="simple"/>

- <project name="simple-properties" basedir="properties">
+ <project name="properties" basedir="properties">
<properties>
<property name="message" value="Hello"/>
</properties>
</project>

-
- <project name="simple-symbolic-properties" basedir="symbolic">
+ <project name="symbolic-properties" basedir="symbolic">
<properties>
<property name="message" value="Hello for ${user.name}"/>
</properties>
</project>

- <project name="simple-filters" basedir="filters">
+ <project name="filters" basedir="filters">
<properties>
<property name="message" value="Hello for ${user.name}"/>
</properties>
@@ -27,30 +24,4 @@
</filters>
</project>

- </module>
-
- <module name="complex" basedir="complex">
-
- <module name="build" basedir="build">
-
- <dependencies>
- <build>
- <include ref="dpml"/>
- </build>
- </dependencies>
-
- <project name="widget" basedir="widget"/>
-
- <project name="gizmo" basedir="gizmo">
- <dependencies>
- <build>
- <include key="widget"/>
- </build>
- </dependencies>
- </project>
-
- </module>
-
- </module>
-
</module>
\ No newline at end of file

Deleted: trunk/tutorials/tooling/simple/build/build.xml
===================================================================
--- trunk/tutorials/tooling/simple/build/build.xml 2006-07-22 07:47:05
UTC (rev 1625)
+++ trunk/tutorials/tooling/simple/build/build.xml 2006-07-22 07:51:36
UTC (rev 1626)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<project name="demo" default="install">
-
- <target name="clean">
- <!-- nothing to do -->
- </target>
-
- <target name="build">
- <echo message="Executing the simple project build."/>
- </target>
-
- <target name="install" depends="build"/>
-
-</project>

Deleted: trunk/tutorials/tooling/simple/build/index.xml
===================================================================
--- trunk/tutorials/tooling/simple/build/index.xml 2006-07-22 07:47:05
UTC (rev 1625)
+++ trunk/tutorials/tooling/simple/build/index.xml 2006-07-22 07:51:36
UTC (rev 1626)
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<index xmlns="link:xsd:dpml/lang/dpml-module#1.0">
-
- <project name="demo" basedir="."/>
-
-</index>

Copied: trunk/tutorials/tooling/simple/build.xml (from rev 1622,
trunk/tutorials/tooling/simple/build/build.xml)

Copied: trunk/tutorials/tooling/simple/index.xml (from rev 1622,
trunk/tutorials/tooling/simple/build/index.xml)




  • r1626 - in trunk/tutorials/tooling: . simple simple/build, mcconnell at BerliOS, 07/22/2006

Archive powered by MHonArc 2.6.24.

Top of Page