You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2005/12/23 03:35:04 UTC

svn commit: r358684 - /myfaces/api/trunk/build.properties

Author: skitching
Date: Thu Dec 22 18:35:01 2005
New Revision: 358684

URL: http://svn.apache.org/viewcvs?rev=358684&view=rev
Log:
Very minor tidyup; move ${temp.dir} definition before reference and clean up whitespace. This makes the file consistent with impl/build.properties.

Modified:
    myfaces/api/trunk/build.properties

Modified: myfaces/api/trunk/build.properties
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/build.properties?rev=358684&r1=358683&r2=358684&view=diff
==============================================================================
--- myfaces/api/trunk/build.properties (original)
+++ myfaces/api/trunk/build.properties Thu Dec 22 18:35:01 2005
@@ -2,6 +2,7 @@
 # to be used to build the entire project or a specific subproject.  They should not be changed by the user.
 
 subproject.dir       = ${basedir}/../
+temp.dir             = ${basedir}/temp
 src.dir              = ${subproject.dir}/src/java
 
 test.src.dir         = ${subproject.dir}/src/test
@@ -9,8 +10,9 @@
 test.reports.dir     = ${temp.dir}/tests/reports
 test.suffix          = **/*Test.java
 
-temp.dir             = ${basedir}/temp
 jar.file             = myfaces-api.jar
 jar.include.pattern  = javax/**/*.class
 javadoc.title        = Apache MyFaces: API
-javadoc.package      = javax.faces.*
\ No newline at end of file
+javadoc.package      = javax.faces.*
+
+skip.dependencies = true