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 2008/10/16 10:24:35 UTC

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

Author: pamarcelot
Date: Thu Oct 16 01:24:35 2008
New Revision: 705171

URL: http://svn.apache.org/viewvc?rev=705171&view=rev
Log:
Enabled the build of the updatesite and the Studio build again.

Modified:
    directory/studio/trunk/pom.xml

Modified: directory/studio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=705171&r1=705170&r2=705171&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Thu Oct 16 01:24:35 2008
@@ -174,15 +174,7 @@
       of at least 1 iteration because the dist modules would be
       built before the help modules ...
     -->
-    <!--
-      NOTE:
-      This profile has been disabled for the release, and needs to be 
-      enabled again after the release is over.
-      We are disabling the build of 'updatesite' and 'studio' because we don't 
-      want to overload the maven repository with useless (heavy) packages and 
-      distributions
-    -->
-    <!--<profile>
+    <profile>
       <id>build-dist-modules</id>
       <activation>
         <file>
@@ -193,7 +185,7 @@
         <module>updatesite</module>
         <module>studio</module>
       </modules>
-    </profile>-->
+    </profile>
   </profiles>
 
   <dependencyManagement>