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/08/22 14:41:51 UTC

svn commit: r568591 - /directory/studio/branches/0.8.2/ldapstudio-updatesite/build.xml

Author: pamarcelot
Date: Wed Aug 22 05:41:50 2007
New Revision: 568591

URL: http://svn.apache.org/viewvc?rev=568591&view=rev
Log:
Fixed build problems with the new New Version Plugin.

Modified:
    directory/studio/branches/0.8.2/ldapstudio-updatesite/build.xml

Modified: directory/studio/branches/0.8.2/ldapstudio-updatesite/build.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/0.8.2/ldapstudio-updatesite/build.xml?rev=568591&r1=568590&r2=568591&view=diff
==============================================================================
--- directory/studio/branches/0.8.2/ldapstudio-updatesite/build.xml (original)
+++ directory/studio/branches/0.8.2/ldapstudio-updatesite/build.xml Wed Aug 22 05:41:50 2007
@@ -61,6 +61,8 @@
         <!-- Creation of the Plugins -->
 	    <!-- LDAP Studio RCP -->
 	    <ant dir="../ldapstudio-rcp" target="jar" inheritAll="no" />
+        <!-- LDAP Studio New Version Plugin -->
+	    <ant dir="../ldapstudio-new-version" inheritAll="no" />
 	    <!-- LDAP Studio Help Plugin -->
 	    <ant dir="../ldapstudio-rcp-help" target="jar" inheritAll="no" />		
 	    <!-- LDAP Studio Schemas Editor Plugin -->
@@ -87,8 +89,6 @@
 	    <ant dir="../ldapstudio-apacheds-configuration" inheritAll="no" />	    
         <!-- LDAP Studio Apache DS Configuration Help Plugin -->
 	    <ant dir="../ldapstudio-apacheds-configuration-help" inheritAll="no" />
-        <!-- LDAP Studio New Version Plugin -->
-	    <ant dir="../ldapstudio-new-version" inheritAll="no" />
 	    
 	    <!-- Copying the Plugins -->
 	    <copy todir="${project.plugins}">
@@ -149,7 +149,7 @@
 	            <include name="*.jar" />
 	        </fileset>
             <!-- LDAP Studio New Version Plugin -->
-            <fileset dir="../ldapstudio-apacheds-configuration-help/target">
+            <fileset dir="../ldapstudio-new-version/target">
 	            <include name="*.jar" />
 	        </fileset>
 	    </copy>