-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathbuild.properties
31 lines (23 loc) · 1.32 KB
/
build.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
# This is the Signavio Core Components configuration file. Most users only have to configure this file.
# The path to your Apache Tomcat webapps folder
dir-tomcat-webapps = /apache-tomcat-6.0.16/webapps
# The path to your jBoss deployment folder
dir-jboss-webapps = /home/dearshor/applications/jboss-as-7.1.1.Final/standalone/deployments
# The folder the war file(s) is/are stored
target = target
# The version of the application. If you want to integrate the Signavio Core Components into
# your own software product, you can align the version number.
version=1.0.0
# The name of the war file, if you use the all-in-one-war build target
war = activiti-modeler
# The configuration you want to use. This is the name of the folder in the 'configuration' project
# that contains the configuration and skin files. The following configurations are available:
# default, Activiti, jBPM
# You can also add your own configuration in the 'configuration' project.
configuration = Activiti
# The URL of your server. Format: http(s)://<domain>(:<port>)
# Do not add a trailing slash here!
host = http://localhost:8080
# The path on your system the directories and diagram files are created.
# Do not use \ ! Always use / !
fileSystemRootDirectory = /home/dearshor/SDKit/activiti-5.10/workspace/activiti-modeler-examples