You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by er...@apache.org on 2007/02/22 01:38:32 UTC

svn commit: r510326 - /incubator/felix/trunk/commons/pom.xml

Author: erodriguez
Date: Wed Feb 21 16:38:31 2007
New Revision: 510326

URL: http://svn.apache.org/viewvc?view=rev&rev=510326
Log:
Updates to Felix Commons subproject:
o  Updated parent POM to build commons-lang module.

Modified:
    incubator/felix/trunk/commons/pom.xml

Modified: incubator/felix/trunk/commons/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/commons/pom.xml?view=diff&rev=510326&r1=510325&r2=510326
==============================================================================
--- incubator/felix/trunk/commons/pom.xml (original)
+++ incubator/felix/trunk/commons/pom.xml Wed Feb 21 16:38:31 2007
@@ -20,7 +20,6 @@
         <!--
         <module>antlr</module>
         <module>commons-collections</module>
-        <module>commons-lang</module>
         <module>jzlib</module>
         -->
         <module>cblib</module>
@@ -32,6 +31,7 @@
         <module>commons-fileupload</module>
         <module>commons-httpclient</module>
         <module>commons-io</module>
+        <module>commons-lang</module>
     </modules>
 
 </project>