Skip to Content.
Sympa Menu

notify-dpml - r1421 - in trunk/main/lang/process/etc: . test

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: r1421 - in trunk/main/lang/process/etc: . test
  • Date: Mon, 1 May 2006 10:41:01 +0200

Author: mcconnell
Date: 2006-05-01 10:40:59 +0200 (Mon, 01 May 2006)
New Revision: 1421

Modified:
trunk/main/lang/process/etc/process.xsd
trunk/main/lang/process/etc/test/sample.xml
Log:
moving forward with product/process model

Modified: trunk/main/lang/process/etc/process.xsd
===================================================================
--- trunk/main/lang/process/etc/process.xsd 2006-04-29 21:41:08 UTC (rev
1420)
+++ trunk/main/lang/process/etc/process.xsd 2006-05-01 08:40:59 UTC (rev
1421)
@@ -88,7 +88,6 @@
<attribute name="name" type="string" use="required"/>
<attribute name="class" type="string" use="required"/>
<attribute name="implicit" type="boolean" default="false"/>
- <attribute name="depends" type="string"/>
</complexType>

<complexType name="DependenciesType">

Modified: trunk/main/lang/process/etc/test/sample.xml
===================================================================
--- trunk/main/lang/process/etc/test/sample.xml 2006-04-29 21:41:08 UTC (rev
1420)
+++ trunk/main/lang/process/etc/test/sample.xml 2006-05-01 08:40:59 UTC (rev
1421)
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<configuration xmlns="@PROJECT-XSD-URI@">

- <!-- products -->
+ <!-- client products -->

<dir name="src.main" path="${project.src.main.dir}">
<description title="Project main source directory.">
@@ -31,6 +31,8 @@
</description>
</dir>

+ <!-- normalized products -->
+
<dir name="target.dir" path="${project.basedir}/target"/>
<dir name="target.test.dir" path="${target.dir}/test"/>
<dir name="target.reports.dir" path="${target.dir}/reports"/>
@@ -102,8 +104,10 @@
</process>

<process name="jar" class="net.dpml.tools.process.JarProcess">
+ <dependencies>
+ <include id="junit"/>
+ </dependencies>
<consumes>
- <input id="target.reports.test.dir"/>
<input id="target.build.main.dir" policy="conditional"/>
</consumes>
<produces>
@@ -128,5 +132,5 @@
<output id="target.deliverables.part"/>
</produces>
</process>
-
+
</configuration>




  • r1421 - in trunk/main/lang/process/etc: . test, mcconnell at BerliOS, 05/01/2006

Archive powered by MHonArc 2.6.24.

Top of Page