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 2007/01/03 13:35:47 UTC

svn commit: r492123 - /directory/trunks/ldapstudio/build.xml

Author: pamarcelot
Date: Wed Jan  3 04:35:47 2007
New Revision: 492123

URL: http://svn.apache.org/viewvc?view=rev&rev=492123
Log:
Updating the build.xml script to remove references to the deleted project ldapstudio-ldapbrowser.

Modified:
    directory/trunks/ldapstudio/build.xml

Modified: directory/trunks/ldapstudio/build.xml
URL: http://svn.apache.org/viewvc/directory/trunks/ldapstudio/build.xml?view=diff&rev=492123&r1=492122&r2=492123
==============================================================================
--- directory/trunks/ldapstudio/build.xml (original)
+++ directory/trunks/ldapstudio/build.xml Wed Jan  3 04:35:47 2007
@@ -105,15 +105,6 @@
             </fileset>
         </copy>
 
-	<!-- Creation of the Browser Plugin -->
-        <ant dir="ldapstudio-ldapbrowser" inheritAll="no" />
-        <!-- Copy of the DSML Plugin in the "plugins" folder of the RCP app -->
-        <copy todir="${ldapstudio-complete.build}/plugins">
-            <fileset dir="${basedir}/ldapstudio-ldapbrowser/target">
-                <include name="*.jar" />
-            </fileset>
-        </copy>
-
 	<!-- Creation of the Browser Core Plugin -->
         <ant dir="ldapstudio-browser-core" inheritAll="no" />
         <!-- Copy of the Browser Core Plugin in the "plugins" folder of the RCP app -->
@@ -179,7 +170,6 @@
         <ant dir="ldapstudio-dsml-plugin" inheritAll="no" target="javadoc" />
         <ant dir="ldapstudio-dsml-parser" inheritAll="no" target="javadoc" />
         <ant dir="ldapstudio-dsml-command" inheritAll="no" target="javadoc" />
-        <ant dir="ldapstudio-ldapbrowser" inheritAll="no" target="javadoc" />
         <ant dir="ldapstudio-browser-core" inheritAll="no" target="javadoc" />
         <ant dir="ldapstudio-browser-ui" inheritAll="no" target="javadoc" />
         <ant dir="ldapstudio-aciitemeditor" inheritAll="no" target="javadoc" />
@@ -196,7 +186,6 @@
         <ant dir="ldapstudio-dsml-plugin" inheritAll="no" target="resolve" />
         <ant dir="ldapstudio-dsml-parser" inheritAll="no" target="resolve" />
         <ant dir="ldapstudio-dsml-command" inheritAll="no" target="resolve" />
-        <ant dir="ldapstudio-ldapbrowser" inheritAll="no" target="resolve" />
         <ant dir="ldapstudio-browser-core" inheritAll="no" target="resolve" />
         <ant dir="ldapstudio-browser-ui" inheritAll="no" target="resolve" />
         <ant dir="ldapstudio-aciitemeditor" inheritAll="no" target="resolve" />
@@ -213,7 +202,6 @@
         <ant dir="ldapstudio-dsml-plugin" inheritAll="no" target="clean" />
         <ant dir="ldapstudio-dsml-parser" inheritAll="no" target="clean" />
         <ant dir="ldapstudio-dsml-command" inheritAll="no" target="clean" />
-        <ant dir="ldapstudio-ldapbrowser" inheritAll="no" target="clean" />
         <ant dir="ldapstudio-browser-core" inheritAll="no" target="clean" />
         <ant dir="ldapstudio-browser-ui" inheritAll="no" target="clean" />
         <ant dir="ldapstudio-aciitemeditor" inheritAll="no" target="clean" />