Skip to Content.
Sympa Menu

notify-dpml - r2034 - in trunk/tutorials/components: context examples lifestyle lookup parts profile singleton thread transient

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: r2034 - in trunk/tutorials/components: context examples lifestyle lookup parts profile singleton thread transient
  • Date: Mon, 10 Sep 2007 21:28:18 +0200

Author: davidoff
Date: 2007-09-10 21:28:18 +0200 (Mon, 10 Sep 2007)
New Revision: 2034

Modified:
trunk/tutorials/components/context/project.xml
trunk/tutorials/components/examples/project.xml
trunk/tutorials/components/lifestyle/project.xml
trunk/tutorials/components/lookup/project.xml
trunk/tutorials/components/parts/project.xml
trunk/tutorials/components/profile/project.xml
trunk/tutorials/components/singleton/project.xml
trunk/tutorials/components/thread/project.xml
trunk/tutorials/components/transient/project.xml
Log:
remove redundant tutorial build-phase dependencies

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

<dependencies>
- <build>
- <include key="hello"/>
- </build>
<test>
<include ref="dpml/metro/dpml-metro-part"/>
<include ref="org/apache/ant/ant-junit"/>

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

<dependencies>
- <build>
- <include key="context"/>
- </build>
<test>
<include ref="dpml/metro/dpml-metro-part"/>
<include ref="org/apache/ant/ant-junit"/>

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

<dependencies>
- <build>
- <include key="lookup"/>
- </build>
<runtime>
<include ref="dpml/metro/dpml-metro-part"/>
</runtime>

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

<dependencies>
- <build>
- <include key="parts"/>
- </build>
<test>
<include ref="dpml/metro/dpml-metro-part"/>
<include ref="org/apache/ant/ant-junit"/>

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

<dependencies>
- <build>
- <include key="examples"/>
- </build>
<test>
<include ref="dpml/metro/dpml-metro-part"/>
<include ref="org/apache/ant/ant-junit"/>

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

<dependencies>
- <build>
- <include key="logging"/>
- </build>
<runtime>
<include ref="dpml/metro/dpml-metro-part"/>
</runtime>

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

<dependencies>
- <build>
- <include key="thread"/>
- </build>
<runtime>
<include ref="dpml/metro/dpml-metro-part"/>
</runtime>

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

<dependencies>
- <build>
- <include key="transient"/>
- </build>
<runtime>
<include ref="dpml/metro/dpml-metro-part"/>
</runtime>

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

<dependencies>
- <build>
- <include key="lifestyle"/>
- </build>
<runtime>
<include ref="dpml/metro/dpml-metro-part"/>
</runtime>




  • r2034 - in trunk/tutorials/components: context examples lifestyle lookup parts profile singleton thread transient, davidoff at BerliOS, 09/10/2007

Archive powered by MHonArc 2.6.24.

Top of Page