Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 7942 invoked by uid 500); 22 Jun 2003 06:29:32 -0000 Mailing-List: contact forrest-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-cvs@xml.apache.org Received: (qmail 7931 invoked from network); 22 Jun 2003 06:29:31 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 22 Jun 2003 06:29:31 -0000 Received: (qmail 7678 invoked by uid 1352); 22 Jun 2003 06:29:30 -0000 Date: 22 Jun 2003 06:29:30 -0000 Message-ID: <20030622062930.7677.qmail@icarus.apache.org> From: jefft@apache.org To: xml-forrest-cvs@apache.org Subject: cvs commit: xml-forrest/src/resources/forrest-shbat forrest.build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jefft 2003/06/21 23:29:30 Modified: . status.xml src/resources/fresh-site forrest.properties src/resources/forrest-shbat forrest.build.xml Log: Define ${project.resources-dir}, and copy across all content into the webapp. The idea is to allow resource files (eg. XML lookup files) which are made available to the XSLTs. Conceptually, this is where skinconf.xml belongs. Revision Changes Path 1.168 +5 -0 xml-forrest/status.xml Index: status.xml =================================================================== RCS file: /home/cvs/xml-forrest/status.xml,v retrieving revision 1.167 retrieving revision 1.168 diff -u -r1.167 -r1.168 --- status.xml 19 Jun 2003 10:51:49 -0000 1.167 +++ status.xml 22 Jun 2003 06:29:30 -0000 1.168 @@ -24,6 +24,11 @@ + + Allow any sort of content inside resources/, which will be + made available to the sitemap but not automatically copied to the + generated site output. + Add a flag for email obfuscation, and turn it off by default. 1.26 +4 -3 xml-forrest/src/resources/fresh-site/forrest.properties Index: forrest.properties =================================================================== RCS file: /home/cvs/xml-forrest/src/resources/fresh-site/forrest.properties,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- forrest.properties 13 May 2003 01:15:12 -0000 1.25 +++ forrest.properties 22 Jun 2003 06:29:30 -0000 1.26 @@ -27,9 +27,10 @@ #project.conf-dir=${project.content-dir}/conf #project.sitemap-dir=${project.content-dir} #project.xdocs-dir=${project.content-dir}/content/xdocs -#project.stylesheets-dir=${project.content-dir}/resources/stylesheets -#project.images-dir=${project.content-dir}/resources/images -#project.schema-dir=${project.content-dir}/resources/schema +#project.resources-dir=${project.content-dir}/resources +#project.stylesheets-dir=${project.resources-dir}/stylesheets +#project.images-dir=${project.resources-dir}/images +#project.schema-dir=${project.resources-dir}/schema #project.skins-dir=${project.content-dir}/skins #project.skinconf=${project.content-dir}/skinconf.xml #project.lib-dir=${project.content-dir}/lib 1.73 +12 -8 xml-forrest/src/resources/forrest-shbat/forrest.build.xml Index: forrest.build.xml =================================================================== RCS file: /home/cvs/xml-forrest/src/resources/forrest-shbat/forrest.build.xml,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- forrest.build.xml 28 May 2003 02:36:22 -0000 1.72 +++ forrest.build.xml 22 Jun 2003 06:29:30 -0000 1.73 @@ -84,10 +84,11 @@ - - - - + + + + + @@ -111,6 +112,7 @@ + @@ -386,7 +388,7 @@ copy-classes, copy-skins, copy-skinconf, copy-status"/> @@ -412,9 +414,11 @@ - + + + +