-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtoolwrapper.properties
49 lines (49 loc) · 2.15 KB
/
toolwrapper.properties
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
# Copyright 2011 The IMPACT Project Consortium.
#
# 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.
#
# Project properties
#
# The variables below can be used in the template code and configuration files.
# For example, the variable global.wrapper.version is ${global_wrapper_version}
# in the template files ('$'-prefix, in angle brackets, and replacing '.' by '_').
# Note also that there are derived variables documented in this file with
# the comment prefix "#derived:" which means that the value of this variable
# also determines the value of derived variables created by string conversions.
#
# Toolwrapper properties
#
# Some global project settings that are supposed to be the same for the
# different tools that are created in a project.
# Wrapper version helps identifying which version of the wrapper was used
# to generate the code.
global.wrapper.version=0.7
# Year when the source code is generated
global.year=2013
# A global prefix that identifies the global project for which different
# tool wrappers are created
global.project.prefix=IMPACT
# It should not be necessary to change these settings indicating in which
# subdirectory template, generated code, resources and libs can be found.
# Folder that contains the wrapper template
project.template.dir=template
project.template.service=tmpl/service.vm
project.template.operation=tmpl/operation.vm
# Folder that contains the generated projects
project.generate.dir=generated
# Resources directory
project.resources.dir=resources
# JVM heap space the compiler is assigned when building the wrapper project
# (see task -service.build in the build file template/build.xml).
jvm.heapspace.size=1024m
url.filter=^(https?)://.*