Skip to Content.
Sympa Menu

notify-dpml - r1432 - 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: r1432 - trunk/main/lang/process/etc/test
  • Date: Sat, 6 May 2006 20:53:38 +0200

Author: mcconnell
Date: 2006-05-06 20:53:19 +0200 (Sat, 06 May 2006)
New Revision: 1432

Modified:
trunk/main/lang/process/etc/test/sample.xml
Log:


Modified: trunk/main/lang/process/etc/test/sample.xml
===================================================================
--- trunk/main/lang/process/etc/test/sample.xml 2006-05-06 17:33:09 UTC (rev
1431)
+++ trunk/main/lang/process/etc/test/sample.xml 2006-05-06 18:53:19 UTC (rev
1432)
@@ -77,7 +77,7 @@
produces="target.classes.main.dir">
<consumes>
<input xsi:type="Selection" id="target.build.main.dir"
policy="conditional">
- <exclude name="**/*.java,**/package.html"/>
+ <include name="**/*.java,**/package.html"/>
</input>
</consumes>
</process>
@@ -86,7 +86,9 @@
produces="target.classes.test.dir">
<consumes>
<input id="target.classes.main.dir"/>
- <input id="target.build.test.dir" policy="conditional"/>
+ <input xsi:type="Selection" id="target.build.test.dir"
policy="conditional">
+ <include name="**/*.java"/>
+ </input>
</consumes>
</process>





  • r1432 - trunk/main/lang/process/etc/test, mcconnell at BerliOS, 05/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page