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:35:46 UTC

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

Author: pamarcelot
Date: Tue Jan 16 00:35:45 2007
New Revision: 496620

URL: http://svn.apache.org/viewvc?view=rev&rev=496620
Log:
Updating (again) the Ant script. A '&' was causing problems...

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=496620&r1=496619&r2=496620
==============================================================================
--- directory/trunks/ldapstudio/build.xml (original)
+++ directory/trunks/ldapstudio/build.xml Tue Jan 16 00:35:45 2007
@@ -55,7 +55,7 @@
 	<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 (Linux & Mac OS X)</echo>
+	<echo>          o -Dldapstudio-rcp.os.arch=i386 for i386 architecture (Linux and 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>