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/06/29 20:23:55 UTC

svn commit: r202410 - /myfaces/sandbox/trunk/build.properties

Author: schof
Date: Wed Jun 29 11:23:53 2005
New Revision: 202410

URL: http://svn.apache.org/viewcvs?rev=202410&view=rev
Log:
sandbox build stuff

Added:
    myfaces/sandbox/trunk/build.properties

Added: myfaces/sandbox/trunk/build.properties
URL: http://svn.apache.org/viewcvs/myfaces/sandbox/trunk/build.properties?rev=202410&view=auto
==============================================================================
--- myfaces/sandbox/trunk/build.properties (added)
+++ myfaces/sandbox/trunk/build.properties Wed Jun 29 11:23:53 2005
@@ -0,0 +1,23 @@
+# These are the subproject build properties used to perform the build.  They allow the same build script 
+# to be used to build the entire project or a specific subproject.  They should not be changed by the user.
+
+subproject.dir       = ${basedir}/../
+src.dir              = ${subproject.dir}/src/java:${share.src.dir}
+jar.file             = sandbox.jar
+jar.include.pattern  = org/**/*.class
+jar.fileset2.dir     = ${subproject.dir}/src/java
+jar.include2.pattern = **
+jar.exclude2.pattern = **/*.java
+tlds.dir             = ${subproject.dir}/tld
+tlds.stylesheet      = ${tlds.dir}/misc/resolve_entities.xsl
+tlds.dtd             = ${tlds.dir}/misc/web-jsptaglibrary_1_2.dtd
+temp.dir             = ${basedir}/temp
+resolved-tlds.dir    = ${temp.dir}/tlds
+zip.fileset.dir      = ${temp.dir}/tlds
+zip.fileset.inc.pat  = *.tld
+zip.fileset.prefix   = META-INF/
+zip.fileset2.dir     = ${subproject.dir}/conf
+zip.fileset2.inc.pat = *.xml
+zip.fileset2.prefix  = META-INF/
+javadoc.title        = Apache MyFaces: Sandbox
+javadoc.package      = org.apache.myfaces.custom.*