You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/05/20 20:13:58 UTC

svn commit: r171142 - /myfaces/trunk/build/build.xml

Author: schof
Date: Fri May 20 11:13:57 2005
New Revision: 171142

URL: http://svn.apache.org/viewcvs?rev=171142&view=rev
Log:
changed default temporary directory for build (MYFACES-245)

Modified:
    myfaces/trunk/build/build.xml

Modified: myfaces/trunk/build/build.xml
URL: http://svn.apache.org/viewcvs/myfaces/trunk/build/build.xml?rev=171142&r1=171141&r2=171142&view=diff
==============================================================================
--- myfaces/trunk/build/build.xml (original)
+++ myfaces/trunk/build/build.xml Fri May 20 11:13:57 2005
@@ -40,7 +40,7 @@
     <property name="app.release.bundle" value="myfaces-${release.version}-app"/>
 
     <!-- Temporary dir. May be overridden in build.local.properties -->
-    <property name="temp.dir" location="${env.TEMP}"/>
+    <property name="temp.dir" location="${project.dir}/build/temp"/>
 
     <property name="api.classes" location="${temp.dir}/myfaces-api/classes"/>
     <property name="share.classes" location="${temp.dir}/myfaces-share/classes"/>
@@ -847,9 +847,9 @@
             <property name="project.site-dir" value="${site.build.dir}"/>
             <property name="project.home" value="${project.home}"/>
         </ant>
-        
+
         <!-- fix line endings for cgi scripts (or they will bomb out once deployed -->
-        <fixcrlf srcdir="${site.build.dir}" eol="unix" eof="remove" includes="**/*.cgi"/>        
+        <fixcrlf srcdir="${site.build.dir}" eol="unix" eof="remove" includes="**/*.cgi"/>
 
         <!-- add javadoc -->
         <ant target="javadoc">