Skip to content

Commit 6463360

Browse files
author
David Baum
committed
merge mrt_with_properties
1 parent b82cf47 commit 6463360

104 files changed

Lines changed: 20578 additions & 19465 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

generator/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@ test-xtend-gen/
3636
**/xtext/*RuntimeModule.xtend
3737
.antlr-generator-3.2.0-patch.jar
3838

39-
# Ignore default models
39+
# Ignore default models, but not properties
4040
org.svis.generator.run/input
41+
!*.properties
42+

generator/org.svis.generator.run/config.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

generator/org.svis.generator.run/input/backup/famix/bank.famix renamed to generator/org.svis.generator.run/input/famix/bank.famix

File renamed without changes.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Config for generating MRT visualizations for CapGemini
2+
3+
convert_to_multipart = true
4+
5+
structure.show_class_members = false
6+
structure.containes_projects = true
7+
8+
history.show_versions = latest
9+
history.show_histories = false
10+
history.show_namespace_histories = false
11+
history.time_format = yyyy-MM-dd
12+
13+
rd.class_size = number_of_statements
14+
rd.class_color_metric = static
15+
rd.class_height = number_of_incidents
16+
rd.color.project = #000000

generator/org.svis.generator.releng/settings.properties renamed to generator/org.svis.generator.run/input/settings.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ database_name = ../databases/graph.db
44

55
#
66
## History
7-
history.repository_nameReekX3DHeightTest.properties
7+
history.repository_name
88
history.repository_owner
99

1010
#

generator/org.svis.generator.tests/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
</properties>
2121
<dependencies>
22+
<dependency>
23+
<groupId>org.svis.generator</groupId>
24+
<artifactId>org.svis.xtext.famix</artifactId>
25+
<version>1.0.0-SNAPSHOT</version>
26+
</dependency>
27+
<!-- https://mvnrepository.com/artifact/org.eclipse.xtext/org.eclipse.xtext.testing -->
28+
<dependency>
29+
<groupId>org.eclipse.xtext</groupId>
30+
<artifactId>org.eclipse.xtext.testing</artifactId>
31+
<version>2.14.0</version>
32+
<scope>test</scope>
33+
</dependency>
2234
<dependency>
2335
<groupId>xml-apis</groupId>
2436
<artifactId>xml-apis</artifactId>

0 commit comments

Comments
 (0)