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/27 16:28:44 UTC

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

Author: elecharny
Date: Fri Mar 27 15:28:44 2015
New Revision: 1669605

URL: http://svn.apache.org/r1669605
Log:
Added the template editor plugin

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=1669605&r1=1669604&r2=1669605&view=diff
==============================================================================
--- directory/studio/trunk/plugins/pom-first.xml (original)
+++ directory/studio/trunk/plugins/pom-first.xml Fri Mar 27 15:28:44 2015
@@ -52,6 +52,8 @@
     <module>openldap.config.editor/pom-first.xml</module>
     <module>openldap.syncrepl/pom-first.xml</module>
     <module>rcp/pom-first.xml</module>
+    <!--module>combinededitor/pom-first.xml</module-->
+    <module>templateeditor/pom-first.xml</module>
   </modules>
 
   <build>

Modified: directory/studio/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/pom.xml?rev=1669605&r1=1669604&r2=1669605&view=diff
==============================================================================
--- directory/studio/trunk/plugins/pom.xml (original)
+++ directory/studio/trunk/plugins/pom.xml Fri Mar 27 15:28:44 2015
@@ -51,5 +51,7 @@
     <module>openldap.common.ui</module>
     <module>openldap.config.editor</module>
     <module>openldap.syncrepl</module>
+    <module>templateeditor</module>
+    <!--module>combinededitor</module-->
   </modules>
 </project>