Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/apache/directory-studio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Arnaud Marcelot <pamarcelot@apache.org>2010-03-30 17:45:56 +0400
committerPierre-Arnaud Marcelot <pamarcelot@apache.org>2010-03-30 17:45:56 +0400
commitf8bd39ad32780a5ed629debddba1f99d84da9ef0 (patch)
treee8a80d9ffa5421995a6cdcbf29313633c1636c3a
parent24d41ecd96e92fb190dfcf024cf286e071f52121 (diff)
Uncommenting the update site and distributions modules.1.5.3.v20100330
git-svn-id: https://svn.apache.org/repos/asf/directory/studio/tags/1.5.3.v20100330@929137 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 1cb041639..96ebb48cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>