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 16:45:32 UTC

svn commit: r1497385 - /directory/studio/trunk/pom.xml

Author: pamarcelot
Date: Thu Jun 27 14:45:32 2013
New Revision: 1497385

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

Modified:
    directory/studio/trunk/pom.xml

Modified: directory/studio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=1497385&r1=1497384&r2=1497385&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Thu Jun 27 14:45:32 2013
@@ -142,6 +142,9 @@
       -P-libraries
       to the commandline to exclude it from the build.
     -->
+    <!-- NOTE:
+      This profile has been disabled for the release, and needs to be 
+      enabled again after the release is over.
     <profile>
       <id>repository</id>
       <activation>
@@ -152,7 +155,7 @@
       <modules>
         <module>repository</module>
       </modules>
-    </profile>
+    </profile>-->
 
     <!-- 
       Building libraries module is enabled by default. Add