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/16 09:34:10 UTC

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

Author: pamarcelot
Date: Tue Jan 16 00:34:10 2007
New Revision: 496619

URL: http://svn.apache.org/viewvc?view=rev&rev=496619
Log:
Updating the help of the Ant build script with correct identifier for the x86 Windows Architecture.

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=496619&r1=496618&r2=496619
==============================================================================
--- directory/trunks/ldapstudio/build.xml (original)
+++ directory/trunks/ldapstudio/build.xml Tue Jan 16 00:34:10 2007
@@ -55,7 +55,8 @@
 	<echo>          o -Dldapstudio-rcp.os.name=linux for Linux</echo>
 	<echo>          o -Dldapstudio-rcp.os.name=win32 for Windows</echo>
 	<echo>      and the target architecture using this option:</echo>
-	<echo>          o -Dldapstudio-rcp.os.arch=i386 for i386 architecture</echo>
+	<echo>          o -Dldapstudio-rcp.os.arch=i386 for i386 architecture (Linux & Mac OS X)</echo>
+	<echo>          o -Dldapstudio-rcp.os.arch=x86 for x86 architecture (Windows only)</echo>
 	<echo>          o -Dldapstudio-rcp.os.arch=ppc for PowerPC architecture</echo>
         <echo>  clean - Delete any generated file (javadoc, classes, jars, distribution)</echo>
         <echo>  javadoc - Generate Javadoc files</echo>