-
Notifications
You must be signed in to change notification settings - Fork 11
/
ea.application.properties
38 lines (28 loc) · 1.83 KB
/
ea.application.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
# -------------------------------------------------------------------------------------------------
# This file contains properties used by the "eatools" utility which is used to generate
# diagrams with logical filenames (as opposed to the filenames given by EA when using the HTML
# export function).
#
# Note to developers:
# This file is parsed by the EaApplicationProperties class
# -------------------------------------------------------------------------------------------------
# -------------------------------------------------------------------------------------------------
# Specify the EA project (repository) to connect to. This is a file-based repo:
ea.project = earepos/minimal.eap
# Connection string for a database repo will look something like this.
#ea.project = BIRD --- DBType=3;Connect=Provider=OraOLEDB.Oracle.1;Password=ea2009;Persist Security Info=True;User ID=ea;Data Source=div
# -------------------------------------------------------------------------------------------------
# Specify the name of the root package in the EA model. Only diagrams in this root package will be
# generated
#ea.rootpkg = Model
ea.rootpkg =
# -------------------------------------------------------------------------------------------------
# (Optional, i.e. may be blank) Specify the name of a specific diagram to be generated
ea.diagram.to.generate =
# -------------------------------------------------------------------------------------------------
# The directory where the generated files will be placed.
# NB! Must be given as an absolute pathname
ea.doc.root.dir = C:\\cygwin\\tmp\\eadoc
# -------------------------------------------------------------------------------------------------
# (Optional) The loglevel when running the utility. If ommitted, INFO is set.
ea.loglevel = debug