| # Copyright 1999-2004 The Apache Software Foundation |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| # Properties controlling the build process |
| |
| #------------------------------------------------------------------------------------ |
| # The root of the Cocoon source tree |
| |
| cocoon.src.dir=../cocoon-2.1 |
| |
| #------------------------------------------------------------------------------------ |
| # The original, unmodified and expanded cocoon webapp directory |
| |
| cocoon.webapp.dir=${cocoon.src.dir}/build/webapp |
| |
| #------------------------------------------------------------------------------------ |
| # Root directories where publications are located |
| |
| pubs.root.dirs=src/webapp/lenya/pubs |
| #pubs.root.dirs=src/webapp/lenya/pubs:../anotherproject/pubs:/home/user/my-pub |
| |
| |
| #------------------------------------------------------------------------------------ |
| # Where the 'install' build target should put the webapp context |
| # WARNING: This has to be an absolute path! (FIXME: cocoon.xconf needs absolute path (scr/targets/init-build.xml)) |
| # NOTE: Do not use white spaces within the path |
| |
| tomcat.home.dir=/usr/local/tomcat |
| #tomcat.home.dir=C:/build/tomcat |
| |
| |
| #------------------------------------------------------------------------------------ |
| # Where the 'install' build target should put the webapp context |
| # NOTE: This path is relative to tomcat.home.dir |
| |
| tomcat.webapps.dir=webapps/lenya |
| |
| |
| #------------------------------------------------------------------------------------ |
| # The server cache directory to be cleaned by the 'reset' target |
| # NOTE: This path is relative to tomcat.home.dir |
| |
| tomcat.cache.dir=work/Standalone/localhost/lenya |
| |
| |
| #------------------------------------------------------------------------------------ |
| # Where the 'install' build target should copy the endorsed libraries |
| # NOTE: This path is relative to tomcat.home.dir |
| |
| tomcat.endorsed.dir=common/endorsed |
| |
| |
| #------------------------------------------------------------------------------------ |
| # Files and directories which should be excluded during 'install' and 'reset' |
| # Comma- or space-separated list of patterns |
| # All files are included when commented |
| |
| target.install.excludes=lenya/resources/bxeng/**,lenya/resources/kupu/** |
| target.reset.excludes=lenya/resources/bxeng/**,lenya/resources/kupu/** |
| |
| #target.install.excludes=**/default/**/authoring/**,**/default/**/live/**,**/default/config/ac/passwd/*.iml |
| #target.reset.excludes=**/default/**/authoring/**,**/default/**/live/**,**/default/config/ac/passwd/*.iml |
| |
| |
| #------------------------------------------------------------------------------------ |
| # HSQL-DB server port (default is 9002) |
| # NOTE: This parameter is useful if you want to run several lenya instances on the same server |
| |
| #hsqldb-server.port=19002 |
| |
| |
| #------------------------------------------------------------------------------------ |
| # Enable multipart requests (for security reasons turned off by default. |
| # Uncomment to enable) |
| |
| #enable.uploads=true |
| |
| |
| #------------------------------------------------------------------------------------ |
| # Enable RollingFileAppender of log4j |
| |
| #enable.log4j=true |
| |
| |
| #------------------------------------------------------------------------------------ |
| # Anteater and Webtest home directories |
| |
| #anteater.home=/usr/local/anteater |
| #webtest.home = /usr/local/canoo-webtest |
| |
| #------------------------------------------------------------------------------------ |
| # Eclipse Properties for use with the eclipse-project target |
| |
| ide.eclipse.outputdir=build/eclipse/classes |
| ide.eclipse.export.libs=false |
| |
| #------------------------------------------------------------------------------------ |
| # Xopus context name |
| |
| xopus.context=Xopus2.1.64 |