You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2015/03/25 22:42:29 UTC

svn commit: r1669235 - in /directory/studio/trunk/plugins: pom-first.xml pom.xml

Author: elecharny
Date: Wed Mar 25 21:42:29 2015
New Revision: 1669235

URL: http://svn.apache.org/r1669235
Log:
Added the openldap.syncrepl module in the poms

Modified:
    directory/studio/trunk/plugins/pom-first.xml
    directory/studio/trunk/plugins/pom.xml

Modified: directory/studio/trunk/plugins/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/pom-first.xml?rev=1669235&r1=1669234&r2=1669235&view=diff
==============================================================================
--- directory/studio/trunk/plugins/pom-first.xml (original)
+++ directory/studio/trunk/plugins/pom-first.xml Wed Mar 25 21:42:29 2015
@@ -50,6 +50,7 @@
     <module>ldapservers.apacheds.v200/pom-first.xml</module>
     <module>openldap.common.ui/pom-first.xml</module>
     <module>openldap.config.editor/pom-first.xml</module>
+    <module>openldap.syncrepl/pom-first.xml</module>
     <module>rcp/pom-first.xml</module>
   </modules>
 

Modified: directory/studio/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/pom.xml?rev=1669235&r1=1669234&r2=1669235&view=diff
==============================================================================
--- directory/studio/trunk/plugins/pom.xml (original)
+++ directory/studio/trunk/plugins/pom.xml Wed Mar 25 21:42:29 2015
@@ -50,5 +50,6 @@
     <module>valueeditors</module>
     <module>openldap.common.ui</module>
     <module>openldap.config.editor</module>
+    <module>openldap.syncrepl</module>
   </modules>
 </project>