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 2010/03/30 15:45:57 UTC

svn commit: r929137 - /directory/studio/tags/1.5.3.v20100330/pom.xml

Author: pamarcelot
Date: Tue Mar 30 13:45:56 2010
New Revision: 929137

URL: http://svn.apache.org/viewvc?rev=929137&view=rev
Log:
Uncommenting the update site and distributions modules.

Modified:
    directory/studio/tags/1.5.3.v20100330/pom.xml

Modified: directory/studio/tags/1.5.3.v20100330/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/tags/1.5.3.v20100330/pom.xml?rev=929137&r1=929136&r2=929137&view=diff
==============================================================================
--- directory/studio/tags/1.5.3.v20100330/pom.xml (original)
+++ directory/studio/tags/1.5.3.v20100330/pom.xml Tue Mar 30 13:45:56 2010
@@ -154,7 +154,7 @@
       want to overload the maven repository with useless (heavy) packages and 
       distributions
     -->
-    <!--<profile>
+    <profile>
       <id>build-dist-modules</id>
       <activation>
         <file>
@@ -165,7 +165,7 @@
         <module>updatesite</module>
         <module>studio</module>
       </modules>
-    </profile>-->
+    </profile>
   </profiles>
 
   <dependencyManagement>