You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2007/08/29 16:42:00 UTC

svn commit: r570824 - /directory/studio/trunk/build.xml

Author: seelmann
Date: Wed Aug 29 07:42:00 2007
New Revision: 570824

URL: http://svn.apache.org/viewvc?rev=570824&view=rev
Log:
Added studio-ldifeditor-feature to build system

Modified:
    directory/studio/trunk/build.xml

Modified: directory/studio/trunk/build.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/build.xml?rev=570824&r1=570823&r2=570824&view=diff
==============================================================================
--- directory/studio/trunk/build.xml (original)
+++ directory/studio/trunk/build.xml Wed Aug 29 07:42:00 2007
@@ -254,15 +254,24 @@
             </fileset>
         </copy>
 		
-	    <!-- Creation of the LDAP Browser Feature -->
-	    <ant dir="studio-ldapbrowser-feature" inheritAll="no" />
-	    <!-- Copy of the LDAP Browser Feature in the "features" folder -->
-	    <copy todir="${application.features}">
+        <!-- Creation of the LDAP Browser Feature -->
+        <ant dir="studio-ldapbrowser-feature" inheritAll="no" />
+        <!-- Copy of the LDAP Browser Feature in the "features" folder -->
+        <copy todir="${application.features}">
             <fileset dir="studio-ldapbrowser-feature/target">
                 <exclude name="*.jar" />
             </fileset>
         </copy>
 
+        <!-- Creation of the LDIF Editor Feature -->
+        <ant dir="studio-ldifeditor-feature" inheritAll="no" />
+        <!-- Copy of the LDIF Editor Feature in the "features" folder -->
+        <copy todir="${application.features}">
+            <fileset dir="studio-ldifeditor-feature/target">
+                <exclude name="*.jar" />
+            </fileset>
+        </copy>
+
         <!-- Creation of the Apache DS Configuration Feature -->
         <ant dir="studio-apacheds-configuration-feature" inheritAll="no" />
         <!-- Copy of the Apache DS Configuration Feature in the "features" folder -->
@@ -433,6 +442,7 @@
         <ant dir="studio-ldapbrowser-feature" inheritAll="no" target="clean"/>
         <ant dir="studio-ldapbrowser-help" inheritAll="no" target="clean" />
         <ant dir="studio-ldapbrowser-ui" inheritAll="no" target="clean" />
+        <ant dir="studio-ldifeditor-feature" inheritAll="no" target="clean"/>
         <ant dir="studio-ldifeditor" inheritAll="no" target="clean" />
         <ant dir="studio-rcp" inheritAll="no" target="clean"/>
         <ant dir="studio-rcp-feature" inheritAll="no" target="clean"/>