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/12 14:41:19 UTC

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

Author: pamarcelot
Date: Thu Jan 12 13:41:19 2012
New Revision: 1230532

URL: http://svn.apache.org/viewvc?rev=1230532&view=rev
Log:
Re-enabled commented 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=1230532&r1=1230531&r2=1230532&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Thu Jan 12 13:41:19 2012
@@ -126,9 +126,6 @@
       -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>
@@ -139,7 +136,7 @@
       <modules>
         <module>repository</module>
       </modules>
-    </profile>-->
+    </profile>
     <!-- 
       Building libraries module is enabled by default. Add 
       -P-libraries
@@ -220,9 +217,6 @@
       -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>
@@ -233,7 +227,7 @@
       <modules>
         <module>application</module>
       </modules>
-    </profile>-->
+    </profile>
   </profiles>
 
   <dependencyManagement>