# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You 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 # NOTE: # Don't modify this file directly but create a file named # 'local.build.properties' and implement ONLY # the properties you need. # You do NOT have to copy the whole 'build.properties' file. # The build system will first read all properties defined # in the 'local.build.properties' file and then will read out the # ones in 'build.properties'. Ant will use the first found. # You can as well execute ./configure.sh (Linux) or configure (Windows) # to generate the 'local.build.properties'. #------------------------------------------------------------------------------------ # Build properties version to make sure that local.build.properties is kept in sync # NOTE: Do NOT modify this number unless you are a Dev and want to modify this file # NOTE for Devs: Update this number if this file is being updated. # Also update the version number within src/targets/properties-build.xml build.properties.version=648826 #------------------------------------------------------------------------------------ # The root of the Lenya source tree lenya.src.dir=../trunk #------------------------------------------------------------------------------------ # Eclipse Properties for use with the eclipse-project target ide.eclipse.outputdir=build/eclipse/classes ide.eclipse.export.libs=false