Skip to Content.
Sympa Menu

notify-dpml - r2033 - in trunk/tutorials/components: logging state state/etc/data

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: davidoff at BerliOS <davidoff AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r2033 - in trunk/tutorials/components: logging state state/etc/data
  • Date: Mon, 10 Sep 2007 21:23:44 +0200

Author: davidoff
Date: 2007-09-10 21:23:44 +0200 (Mon, 10 Sep 2007)
New Revision: 2033

Added:
trunk/tutorials/components/state/etc/data/test.properties
Modified:
trunk/tutorials/components/logging/project.xml
trunk/tutorials/components/state/etc/data/logging.properties
trunk/tutorials/components/state/project.xml
Log:
update state tutorial with declaration of test scoped deliverables

Modified: trunk/tutorials/components/logging/project.xml
===================================================================
--- trunk/tutorials/components/logging/project.xml 2007-09-10 18:27:28
UTC (rev 2032)
+++ trunk/tutorials/components/logging/project.xml 2007-09-10 19:23:44
UTC (rev 2033)
@@ -12,9 +12,6 @@
</types>

<dependencies>
- <build>
- <include key="state"/>
- </build>
<runtime>
<include ref="dpml/transit/dpml-transit-main"/>
</runtime>

Modified: trunk/tutorials/components/state/etc/data/logging.properties
===================================================================
--- trunk/tutorials/components/state/etc/data/logging.properties
2007-09-10 18:27:28 UTC (rev 2032)
+++ trunk/tutorials/components/state/etc/data/logging.properties
2007-09-10 19:23:44 UTC (rev 2033)
@@ -1,4 +1,4 @@
-.level=INFO
+.level=FINEST
#sun.rmi.level=INFO
#dpml.metro.level=FINEST
-demo.level=FINEST
+#demo.level=FINEST

Added: trunk/tutorials/components/state/etc/data/test.properties
===================================================================
--- trunk/tutorials/components/state/etc/data/test.properties 2007-09-10
18:27:28 UTC (rev 2032)
+++ trunk/tutorials/components/state/etc/data/test.properties 2007-09-10
19:23:44 UTC (rev 2033)
@@ -0,0 +1,2 @@
+java.util.logging.config.class=dpml.util.ConfigurationHandler
+

Modified: trunk/tutorials/components/state/project.xml
===================================================================
--- trunk/tutorials/components/state/project.xml 2007-09-10 18:27:28
UTC (rev 2032)
+++ trunk/tutorials/components/state/project.xml 2007-09-10 19:23:44
UTC (rev 2033)
@@ -7,8 +7,8 @@
</info>

<types>
- <type id="jar"/>
- <type id="part" source="target/component.xml"/>
+ <type id="jar" test="true"/>
+ <type id="part" source="target/component.xml" test="true"/>
</types>

<dependencies>




  • r2033 - in trunk/tutorials/components: logging state state/etc/data, davidoff at BerliOS, 09/10/2007

Archive powered by MHonArc 2.6.24.

Top of Page