You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2013/06/28 12:10:46 UTC

svn commit: r1497710 - /directory/studio/trunk/libraries/pom.xml

Author: pamarcelot
Date: Fri Jun 28 10:10:46 2013
New Revision: 1497710

URL: http://svn.apache.org/r1497710
Log:
Uncommented modules (to see if the release pass with them, some being not deployed)

Modified:
    directory/studio/trunk/libraries/pom.xml

Modified: directory/studio/trunk/libraries/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/libraries/pom.xml?rev=1497710&r1=1497709&r2=1497710&view=diff
==============================================================================
--- directory/studio/trunk/libraries/pom.xml (original)
+++ directory/studio/trunk/libraries/pom.xml Fri Jun 28 10:10:46 2013
@@ -31,22 +31,22 @@
   <packaging>pom</packaging>
 
   <modules>
-    <!-- <module>net.sf.ehcache.core</module> -->
-    <!-- <module>org.antlr.antlr</module> -->
+    <module>net.sf.ehcache.core</module>
+    <module>org.antlr.antlr</module>
     <module>org.apache.commons.codec</module>
-    <!-- <module>org.apache.commons.collections</module> -->
-    <!-- <module>org.apache.commons.io</module> -->
-    <!-- <module>org.apache.commons.lang</module> -->
+    <module>org.apache.commons.collections</module>
+    <module>org.apache.commons.io</module>
+    <module>org.apache.commons.lang</module>
     <module>org.apache.commons.logging</module>
-    <!-- <module>org.apache.commons.pool</module> -->
-    <!-- <module>org.apache.httpcomponents.httpclient</module> -->
-    <!-- <module>org.apache.httpcomponents.httpcore</module> -->
-    <!-- <module>org.apache.logging.log4j</module> -->
-    <!-- <module>org.bouncycastle.bcprov.jdk15</module> -->
-    <!-- <module>org.dom4j.dom4j</module> -->
-    <!-- <module>org.slf4j.api</module> -->
-    <!-- <module>org.slf4j.log4j12</module> -->
-    <!-- <module>org.xpp3.xpp3</module> -->
+    <module>org.apache.commons.pool</module>
+    <module>org.apache.httpcomponents.httpclient</module>
+    <module>org.apache.httpcomponents.httpcore</module>
+    <module>org.apache.logging.log4j</module>
+    <module>org.bouncycastle.bcprov.jdk15</module>
+    <module>org.dom4j.dom4j</module>
+    <module>org.slf4j.api</module>
+    <module>org.slf4j.log4j12</module>
+    <module>org.xpp3.xpp3</module>
   </modules>
   
 </project>