forked from EsupPortail/esup-uportal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.properties.sample
78 lines (62 loc) · 3.05 KB
/
build.properties.sample
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#
# Licensed to Jasig under one or more contributor license
# agreements. See the NOTICE file distributed with this work
# for additional information regarding copyright ownership.
# Jasig 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.
#
#
# Modify this file to suit your environment.
# The values of these properties will
# override the values of properties of the
# same name in the build.xml file.
#
# Use forward slashes for path names even if
# you are in a Windows environment!
#
#==================== File and Directory Names ========================
##### Replace server.home with the location of Tomcat 6 on your machine #####
# path to tomcat binaries
# path to tomcat servlet container (defaults to same directory as the tomcat binaries)
server.base=${server.home}
# path to webapps directory (defaults to /webapps under the tomcat path)
server.webapps=${server.base}/webapps
# If the mvn executable isn't on your path you can set the location here or set it on your path.
#maven.home=
######## uPortal Data ########
# Use default_entities.location to override the location of data imported by the initdb
# and/or db-import targets; required data is imported before entities specified here
#default_entities.location=uportal-war/src/main/data/default_entities
default_entities.location=uportal-war/src/main/data/default_fr_entities
# Use quickstart_entities.location to override the location of data imported by the initdb
# and/or db-import targets; required and default data is imported before entities specified here
#quickstart_entities.location=uportal-war/src/main/data/quickstart_entities
#quickstart_entities.location=uportal-war/src/main/data/esup_entities
quickstart_entities.location=uportal-war/src/main/data/quickstart_fr_entities
######## Deployment Configuration ##########
# The following apply to deployPortletApp, deploy-war, and deploy-ear targets
# Should the deployment tools extract the WARs when copying them into the servlet container
extractWars=true
# Should the existing webapp be removed before deploying the new webapp
removeExisting=true
# The following applies to the clean and deploy-ear targets.
# Should the shared library location have all existing files removed when clean is run.
# NOTE: Tomcat 6.0 does not include any libraries in shared/lib by default so as long as
# all required libraries are declared in the uportal-ear it is ok to set this to true.
cleanShared=true
# Prompt the user before running ant tasks that could modify the database
prodPrompt=false
# which filter file do we use
env=esup