You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by rd...@apache.org on 2009/08/11 10:45:33 UTC

svn commit: r803034 - in /excalibur/trunk: containerkit/pom.xml pom.xml

Author: rdonkin
Date: Tue Aug 11 08:45:33 2009
New Revision: 803034

URL: http://svn.apache.org/viewvc?rev=803034&view=rev
Log:
EXLBR-49 LogKit is a dependency of the Avalon Framework so needs to be compiled first. https://issues.apache.org/jira/browse/EXLBR-49

Modified:
    excalibur/trunk/containerkit/pom.xml
    excalibur/trunk/pom.xml

Modified: excalibur/trunk/containerkit/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/pom.xml?rev=803034&r1=803033&r2=803034&view=diff
==============================================================================
--- excalibur/trunk/containerkit/pom.xml (original)
+++ excalibur/trunk/containerkit/pom.xml Tue Aug 11 08:45:33 2009
@@ -23,7 +23,7 @@
   <name>Excalibur Containerkit [modules]</name>
   <packaging>pom</packaging>
   <modules>
-    <module>logkit</module>
+    <!-- logkit is a dependency of the framework group and must be compiled first -->
     <module>logger</module>
     <module>lifecycle</module>
     <module>instrument</module>

Modified: excalibur/trunk/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/pom.xml?rev=803034&r1=803033&r2=803034&view=diff
==============================================================================
--- excalibur/trunk/pom.xml (original)
+++ excalibur/trunk/pom.xml Tue Aug 11 08:45:33 2009
@@ -30,6 +30,8 @@
   <packaging>pom</packaging>
   <modules>
     <module>parent</module>
+<!-- logkit is a dependency of the framework group and must be compiled first -->
+    <module>containerkit/logkit</module>
     <module>framework</module>
     <module>containerkit</module>
     <module>components</module>



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org