# default.properties # ------------------ # # Copyright 2004-2005 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. # # ------------------------ Optional Customizations ----------------------- # Version Identifier to append to artifact filenames, and embed in # JavaDoc comments project.version=1.0.0 # Location in which state saving should take place (client or server) state.saving=client # Name of the Maven repository from which we will download dependencies # that are freely available maven.repo=http://www.ibiblio.org/maven # ----------------------- Standard Values -------------------------------- # State for the "debug" attribute of the "javac" task compile.debug=true # State for the "deprecation" attribute of the "javac" task compile.deprecation=true # State for the "optimize" attribute of the "javac" task compile.optimize=true # Directory (relative to Shale home) containing downloaded dependencies lib.dir=lib # Java platform version which source code must conform to platform.source=1.4 # Java platform version which generated class files must conform to platform.target=1.4 # State for the "halt on error" attribute for JUnit tests test.haltonerror=true # State for the "halt on failure" attribute for JUnit tests test.haltonfailure=true # JUnit test execution engine test.runner=junit.textui.TestRunner # ---------------------- Downloaded Dependencies ------------------------- # JAR file paths for downloaded dependencies. Note that the JSF JAR files # are *not* set here ... they are defined in your build.properties file to # support easy selection of which implementation you wish to use. commons-beanutils.jar=${lib.dir}/commons-beanutils/commons-beanutils.jar commons-chain.jar=${lib.dir}/commons-chain/commons-chain.jar commons-codec.jar=${lib.dir}/commons-codec/commons-codec.jar commons-collections.jar=${lib.dir}/commons-collections/commons-collections.jar commons-digester.jar=${lib.dir}/commons-digester/commons-digester.jar commons-el.jar=${lib.dir}/commons-el/commons-el.jar commons-fileupload.jar=${lib.dir}/commons-fileupload/commons-fileupload.jar commons-logging.jar=${lib.dir}/commons-logging/commons-logging.jar commons-validator.jar=${lib.dir}/commons-validator/commons-validator.jar jakarta-oro.jar=${lib.dir}/jakarta-oro/jakarta-oro.jar jsp-api.jar=${lib.dir}/jsp-api/jsp-api.jar jstl-api.jar=${lib.dir}/jstl-ri/jstl-api.jar jstl-impl.jar=${lib.dir}/jstl-ri/jstl-impl.jar junit.jar=${lib.dir}/junit/junit.jar portlet-api.jar=${lib.dir}/portlet-api/portlet-api.jar servlet-api.jar=${lib.dir}/servlet-api/servlet-api.jar spring-aop.jar=${lib.dir}/springframework/spring-aop.jar spring-beans.jar=${lib.dir}/springframework/spring-beans.jar spring-context.jar=${lib.dir}/springframework/spring-context.jar spring-core.jar=${lib.dir}/springframework/spring-core.jar spring-dao.jar=${lib.dir}/springframework/spring-dao.jar spring-hibernate.jar=${lib.dir}/springframework/spring-hibernate.jar spring.jar=${lib.dir}/springframework/spring.jar spring-jdbc.jar=${lib.dir}/springframework/spring-jdbc.jar spring-mock.jar=${lib.dir}/springframework/spring-mock.jar spring-orm.jar=${lib.dir}/springframework/spring-orm.jar spring-remoting.jar=${lib.dir}/springframework/spring-remoting.jar spring-support.jar=${lib.dir}/springframework/spring-support.jar spring-web.jar=${lib.dir}/springframework/spring-web.jar spring-webmvc.jar=${lib.dir}/springframework/spring-webmvc.jar struts-mailreader-dao.jar=${lib.dir}/struts-mailreader-dao/struts-mailreader-dao.jar taglibrarydoc.jar=${lib.dir}/taglibrarydoc/taglibrarydoc.jar tiles.jar=${lib.dir}/tiles/tiles-core.jar