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/24 15:13:40 UTC

svn commit: r499413 - /directory/ldapstudio/trunk/ldapstudio-updatesite/build.xml

Author: pamarcelot
Date: Wed Jan 24 06:13:40 2007
New Revision: 499413

URL: http://svn.apache.org/viewvc?view=rev&rev=499413
Log:
Adding LDAP Studio RCP, Browser and Schemas Editor Help Plugins to the update site.

Modified:
    directory/ldapstudio/trunk/ldapstudio-updatesite/build.xml

Modified: directory/ldapstudio/trunk/ldapstudio-updatesite/build.xml
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-updatesite/build.xml?view=diff&rev=499413&r1=499412&r2=499413
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-updatesite/build.xml (original)
+++ directory/ldapstudio/trunk/ldapstudio-updatesite/build.xml Wed Jan 24 06:13:40 2007
@@ -63,6 +63,15 @@
 	            <include name="*.jar" />
 	        </fileset>
 	    </copy>
+
+	    <!-- Creation of the LDAP Studio Help Plugin -->
+	    <ant dir="../ldapstudio-rcp-help" target="jar" inheritAll="no" />
+	    <!-- Copy of the LDAP Studio Help Plugin in the "plugins" folder -->
+	    <copy todir="${project.plugins}">
+	        <fileset dir="../ldapstudio-rcp-help/target">
+	            <include name="*.jar" />
+	        </fileset>
+	    </copy>
 		
 	    <!-- Creation of the LDAP Studio Schemas Editor Plugin -->
 	    <ant dir="../ldapstudio-schemas-plugin" inheritAll="no" />
@@ -72,6 +81,15 @@
 	            <include name="*.jar" />
 	        </fileset>
 	    </copy>
+
+	    <!-- Creation of the LDAP Studio Schemas Editor Help Plugin -->
+	    <ant dir="../ldapstudio-schemas-help" inheritAll="no" />
+	    <!-- Copy of the Schemas Help Plugin in the "plugins" folder -->
+	    <copy todir="${project.plugins}">
+	        <fileset dir="../ldapstudio-schemas-help/target">
+	            <include name="*.jar" />
+	        </fileset>
+	    </copy>
 		
 	    <!-- Creation of the LDAP Studio Browser Core Plugin -->
 	    <ant dir="../ldapstudio-browser-core" inheritAll="no" />
@@ -90,6 +108,15 @@
 	            <include name="*.jar" />
 	        </fileset>
 	    </copy>
+
+	    <!-- Creation of the LDAP Studio Browser Help Plugin -->
+	    <ant dir="../ldapstudio-browser-help" inheritAll="no" />
+	    <!-- Copy of the  LDAP Studio Browser Help Plugin in the "plugins" folder -->
+	    <copy todir="${project.plugins}">
+	        <fileset dir="../ldapstudio-browser-help/target">
+	            <include name="*.jar" />
+	        </fileset>
+	    </copy>
 		
 	    <!-- Creation of the LDAP Studio Jars Plugin -->
 	    <ant dir="../ldapstudio-jars" inheritAll="no" />
@@ -108,11 +135,14 @@
 	<!-- ================================== -->
 	<target name="clean" description="Deletes any generated file">
 		<ant dir="../ldapstudio-rcp" inheritAll="no" target="clean"/>
+		<ant dir="../ldapstudio-rcp-help" inheritAll="no" target="clean"/>
         <ant dir="../ldapstudio-rcp-feature" inheritAll="no" target="clean"/>
         <ant dir="../ldapstudio-schemas-plugin" inheritAll="no" target="clean"/>
+        <ant dir="../ldapstudio-schemas-help" inheritAll="no" target="clean"/>
         <ant dir="../ldapstudio-schemas-feature" 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-browser-help" inheritAll="no" target="clean" />
         <ant dir="../ldapstudio-browser-feature" inheritAll="no" target="clean"/>
         <ant dir="../ldapstudio-jars" inheritAll="no" target="clean" />
 		<delete includeemptydirs="true">