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 2012/01/11 13:19:30 UTC

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

Author: pamarcelot
Date: Wed Jan 11 12:19:30 2012
New Revision: 1229977

URL: http://svn.apache.org/viewvc?rev=1229977&view=rev
Log:
Disabling the 'repository' profile for the release.

Modified:
    directory/studio/trunk/pom.xml

Modified: directory/studio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=1229977&r1=1229976&r2=1229977&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Wed Jan 11 12:19:30 2012
@@ -126,6 +126,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>
@@ -136,7 +139,7 @@
       <modules>
         <module>repository</module>
       </modules>
-    </profile>
+    </profile>-->
     <!-- 
       Building libraries module is enabled by default. Add 
       -P-libraries