1 |
# ----------------------------------------------------------------------------- |
2 |
# Properties defining the project and configuring the generation pipeline. |
3 |
# Must be filled in/updated by users |
4 |
# ----------------------------------------------------------------------------- |
5 |
|
6 |
# prefix used in all generated file names |
7 |
# vo-dml target = ${dm.file.name}.vo-dml.xml |
8 |
# html target = ${dm.file.name}.html |
9 |
#dm.filename.prefix = STC_coords-v2.0 |
10 |
dm.filename.prefix = STC_meas-v2.0 |
11 |
#dm.filename.prefix = STC_trans-v2.0 |
12 |
|
13 |
|
14 |
# Model in XMI format |
15 |
#xmi.source = ../model/coords/stc_coords_2.0_uml2p4p1.xmi |
16 |
xmi.source = ../model/meas/stc_meas_2.0_uml2p4p1.xmi |
17 |
#xmi.source = ../model/trans/stc_trans_2.0_uml2p4p1.xmi |
18 |
# |
19 |
# AR UModel versions |
20 |
#xmi.source = ../model/coords/STC2.0UModelCoords.xmi |
21 |
#xmi.source = ../model/meas/STC2.0UModelCoordMeasure.xmi |
22 |
#xmi.source = ../model/trans/STC2.0UModelTransforms.xmi |
23 |
|
24 |
|
25 |
# the "profile" according to which the XMI is built. |
26 |
# MUST be one of: |
27 |
#xmi.source.profile = Altova_UML2.1.2 |
28 |
#xmi.source.profile = MD_CE_12.1 |
29 |
xmi.source.profile = Modelio_UML2.4.1 |
30 |
|
31 |
# HTML generation |
32 |
# if HTML should be generated with a "preamble", here indicate the source of that preamble. |
33 |
# if empty or commented-out/does-not-exists, HTML is generated without preamble |
34 |
# preamble is expected to have structure like top of typical IVOA documents, ending with abstract |
35 |
# a sample preamble can be found in [TBD] |
36 |
html.preamble = |
37 |
|