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/10 17:56:04 UTC

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

Author: pamarcelot
Date: Tue Jan 10 16:56:03 2012
New Revision: 1229637

URL: http://svn.apache.org/viewvc?rev=1229637&view=rev
Log:
Disabling the 'application' 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=1229637&r1=1229636&r2=1229637&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Tue Jan 10 16:56:03 2012
@@ -217,6 +217,9 @@
       -P-application
       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>application</id>
       <activation>
@@ -227,7 +230,7 @@
       <modules>
         <module>application</module>
       </modules>
-    </profile>
+    </profile>-->
   </profiles>
 
   <dependencyManagement>