You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/11/03 05:09:50 UTC

svn commit: r1636237 - /commons/trunks-proper/pom.xml

Author: ggregory
Date: Mon Nov  3 04:09:50 2014
New Revision: 1636237

URL: http://svn.apache.org/r1636237
Log:
Add bcel.

Modified:
    commons/trunks-proper/pom.xml

Modified: commons/trunks-proper/pom.xml
URL: http://svn.apache.org/viewvc/commons/trunks-proper/pom.xml?rev=1636237&r1=1636236&r2=1636237&view=diff
==============================================================================
--- commons/trunks-proper/pom.xml (original)
+++ commons/trunks-proper/pom.xml Mon Nov  3 04:09:50 2014
@@ -32,6 +32,7 @@
   </scm>
 
   <modules>
+    <module>bcel</module>
     <module>cli</module>
     <module>codec</module>
     <module>collections</module>