| ################################################################################ |
| # Copy this file to the root of this project and rename to cps2dep.properties! # |
| # # |
| # NOTE: If you use simple JUnit tests, copy to the src folder instead! # |
| # # |
| ################################################################################ |
| |
| # File location of cloned git repository (e.g. c:/cps-demonstrator/git/incquery-examples-cps.git or /home/usr/git/cps-demo) |
| git.clone.location = my-cps-git-location |
| |
| # log level for M2M transformations |
| cps.xform.loglevel = INFO |
| |
| # log level for generator |
| cps.generator.loglevel = INFO |
| |
| # log level for VIATRA Query and EVM |
| org.eclipse.viatra.query.loglevel = INFO |
| |
| # log level for BenchmarkResult |
| cps.mondosam.loglevel = OFF |
| |
| # log level for Internal CSV stats |
| cps.stats.loglevel = INFO |
| |
| # persist results of the transformation into instances project |
| cps.persist.results = false |
| |
| # disabled M2M transformation implementation alternatives |
| # possible values: |
| # BATCH_SIMPLE |
| # BATCH_OPTIMIZED |
| # BATCH_VIATRA_QUERY_RETE |
| # BATCH_VIATRA_QUERY_LOCAL_SEARCH |
| # BATCH_VIATRA_QUERY_LOCAL_SEARCH_GENERIC |
| # BATCH_VIATRA_QUERY_LOCAL_SEARCH_WO_INDEXER |
| # BATCH_VIATRA_TRANSFORMATION |
| # INCR_VIATRA_QUERY_RESULT_TRACEABILITY |
| # INCR_VIATRA_EXPLICIT_TRACEABILITY |
| # INCR_VIATRA_AGGREGATED |
| # INCR_VIATRA_TRANSFORMATION |
| cps.xform.m2m.disabled.alternatives = none |
| |
| # disabled M2T transformation implementation alternatives |
| # possible values: |
| # TEMPLATE |
| # JDT |
| cps.xform.m2t.disabled.alternatives = none |
| |
| # list of enabled scales for model generation (int) |
| cps.generator.enabled.scales = 1, 1, 1, 2, 4, 8, 16 |