aboutsummaryrefslogtreecommitdiffstats
path: root/vespabase/src/project.properties
blob: 8f70e96d96afe807453fa7ce2b4cc818c7ca210c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
###################################################################
# PROJECT DIRECTORY DEFINITIONS
###################################################################
#
# This section defines the name and location of various directories
# in the project.
#
###################################################################

#------------------------------------------------------------------
# PROJECT_DIR defines the root directory of the project. If the
# value is set to the magic string "[DEFAULT]", the property will
# be automatically set to be the current directory (pwd)
#
PROJECT_DIR=[DEFAULT]

#------------------------------------------------------------------
# PROJECT_NAME defines the name of the project. If the value is set
# to the magic string "[DEFAULT]", the property will automatically
# be set to be the name of the project directory.
#
PROJECT_NAME=vespabase

#------------------------------------------------------------------
# DIST_DIR location of distribution files
#
DIST_DIR=build

###################################################################
# VARIOUS PROJECT PROPS
###################################################################

#------------------------------------------------------------------
# VERSION - the current major version of the project
#
VERSION=0.1
#------------------------------------------------------------------
# BUILD_XML defines the location of the ant target definition file
#
BUILD_XML=$PROJECT_DIR/build.xml

#------------------------------------------------------------------
# JAVA_HOME defines the location of the JDK
#
JAVA_HOME=[DEFAULT]