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/27 17:05:08 UTC

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

Author: pamarcelot
Date: Thu Jun 27 15:05:07 2013
New Revision: 1497392

URL: http://svn.apache.org/r1497392
Log:
Pre-release modifications (disabled some modules)

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=1497392&r1=1497391&r2=1497392&view=diff
==============================================================================
--- directory/studio/trunk/libraries/pom.xml (original)
+++ directory/studio/trunk/libraries/pom.xml Thu Jun 27 15:05:07 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>