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/22 17:23:48 UTC

svn commit: r498674 - /directory/ldapstudio/trunk/build.xml

Author: pamarcelot
Date: Mon Jan 22 08:23:48 2007
New Revision: 498674

URL: http://svn.apache.org/viewvc?view=rev&rev=498674
Log:
Adding the newly created Schemas Editor Help Plugin to LDAP Studio's Build.

Modified:
    directory/ldapstudio/trunk/build.xml

Modified: directory/ldapstudio/trunk/build.xml
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/build.xml?view=diff&rev=498674&r1=498673&r2=498674
==============================================================================
--- directory/ldapstudio/trunk/build.xml (original)
+++ directory/ldapstudio/trunk/build.xml Mon Jan 22 08:23:48 2007
@@ -44,7 +44,7 @@
         <equals arg1="${ldapstudio-rcp.os.name}" arg2="win32"/>
     </condition>
 
-
+    <!-- Setting up a special property if target OS is Mac OS X-->
     <condition property="isTargetMacOSX" value="true" >
             <equals arg1="${ldapstudio-rcp.os.name}" arg2="macosx"/>
     </condition>
@@ -89,6 +89,15 @@
         <!-- Copy of the Schemas Editor Plugin in the "plugins" folder of the RCP app -->
         <copy todir="${ldapstudio-complete.build}/plugins">
             <fileset dir="${basedir}/ldapstudio-schemas-plugin/target">
+                <include name="*.jar" />
+            </fileset>
+        </copy>
+
+        <!-- Creation of the Schemas Editor Help Plugin -->
+        <ant dir="ldapstudio-schemas-help" inheritAll="no" />
+        <!-- Copy of the Schemas Editor Help Plugin in the "plugins" folder of the RCP app -->
+        <copy todir="${ldapstudio-complete.build}/plugins">
+            <fileset dir="${basedir}/ldapstudio-schemas-help/target">
                 <include name="*.jar" />
             </fileset>
         </copy>