You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by se...@apache.org on 2006/04/01 22:14:36 UTC

svn commit: r390743 - /jakarta/site/build.xml

Author: sebb
Date: Sat Apr  1 12:14:33 2006
New Revision: 390743

URL: http://svn.apache.org/viewcvs?rev=390743&view=rev
Log:
Try to fix whitespace generation for other JVMs

Modified:
    jakarta/site/build.xml

Modified: jakarta/site/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/build.xml?rev=390743&r1=390742&r2=390743&view=diff
==============================================================================
--- jakarta/site/build.xml (original)
+++ jakarta/site/build.xml Sat Apr  1 12:14:33 2006
@@ -18,8 +18,17 @@
 	<!-- Directory to which RSS file is generated. -->
     <property name="rss.output.dir" location="${docs.dest}/site"/>
 
+    <!-- 
+     The property jdk14 means that whitespace removal will be performed.
+     (perhaps ought to be renamed)
+     -->
     <condition property="jdk14" value="1.4">
-      <equals arg1="1.4" arg2="${java.specification.version}"/>
+    	<not>
+	    <and>
+		  <equals arg1="1.5" arg2="${java.specification.version}"/>
+	  	  <equals arg1="Sun Microsystems Inc." arg2="${java.vendor}"/>
+	    </and>
+	</not>
     </condition>
 
   <target name="clean" description="Delete intermediate files.">



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: site-cvs-help@jakarta.apache.org