Skip to content

Commit 4bdc684

Browse files
author
naraesk
authored
Merge pull request #14 from softvis-research/feature/software-mrt
Feature/software mrt
2 parents 02141d7 + 4d69b2d commit 4bdc684

3,369 files changed

Lines changed: 1394431 additions & 2275351 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.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.komodoproject
2+
*/.idea

generator/.gitignore

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
.metadata/
2-
FreeMind_integration/
3-
findbugs/
4-
org.svis.source/
5-
org.svis.test/
6-
org.svis.tracer/
72
*/bin
8-
org.svis.generator.test/output
93
*/model/*
104
*/xtend-gen/*
115
*/test-xtend-gen/*
126
*/src-gen/*
137
*.xml_gen
148
*famixrepo*
159
*famixrepo_error*
16-
org.svis.generator.test/tmp/
1710
org.svis.generator.tests/dbms/
1811
*/target/*
1912
**/generated-sources/*
@@ -34,3 +27,14 @@ neostore.transaction.db.**
3427
*.xtextbin
3528
*.xtendbin
3629
test-xtend-gen/
30+
31+
# Ignore Files generated by Xtext
32+
**/xtext/validation/*
33+
**/xtext/scoping/*
34+
**/xtext/generator/*
35+
**/xtext/*StandaloneSetup.xtend
36+
**/xtext/*RuntimeModule.xtend
37+
.antlr-generator-3.2.0-patch.jar
38+
39+
# Ignore default models
40+
org.svis.generator.run/input

generator/.gitmodules

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType">
3+
<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
4+
<stringAttribute key="M2_GOALS" value="-pl ../org.svis.generator.run validate exec:exec@run"/>
5+
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
6+
<booleanAttribute key="M2_OFFLINE" value="false"/>
7+
<stringAttribute key="M2_PROFILES" value=""/>
8+
<listAttribute key="M2_PROPERTIES">
9+
<listEntry value="workflow=org/svis/generator/run/rd/Cassandra2RD.mwe2"/>
10+
</listAttribute>
11+
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
12+
<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
13+
<intAttribute key="M2_THREADS" value="1"/>
14+
<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
15+
<stringAttribute key="M2_USER_SETTINGS" value=""/>
16+
<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="true"/>
17+
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
18+
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
19+
</listAttribute>
20+
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:/org.svis.generator.releng}"/>
21+
</launchConfiguration>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType">
3+
<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
4+
<stringAttribute key="M2_GOALS" value="-pl ../org.svis.generator.run validate exec:exec@run"/>
5+
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
6+
<booleanAttribute key="M2_OFFLINE" value="false"/>
7+
<stringAttribute key="M2_PROFILES" value=""/>
8+
<listAttribute key="M2_PROPERTIES">
9+
<listEntry value="workflow=org/svis/generator/run/Famix2Hismo.mwe2"/>
10+
</listAttribute>
11+
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
12+
<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
13+
<intAttribute key="M2_THREADS" value="1"/>
14+
<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
15+
<stringAttribute key="M2_USER_SETTINGS" value=""/>
16+
<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="true"/>
17+
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
18+
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
19+
</listAttribute>
20+
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:/org.svis.generator.releng}"/>
21+
</launchConfiguration>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType">
3+
<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
4+
<stringAttribute key="M2_GOALS" value="-pl ../org.svis.generator.run validate exec:exec@run"/>
5+
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
6+
<booleanAttribute key="M2_OFFLINE" value="false"/>
7+
<stringAttribute key="M2_PROFILES" value=""/>
8+
<listAttribute key="M2_PROPERTIES">
9+
<listEntry value="workflow=org/svis/generator/run/rd/Hismo2RD.mwe2"/>
10+
</listAttribute>
11+
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
12+
<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
13+
<intAttribute key="M2_THREADS" value="1"/>
14+
<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
15+
<stringAttribute key="M2_USER_SETTINGS" value=""/>
16+
<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="true"/>
17+
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
18+
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
19+
</listAttribute>
20+
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:/org.svis.generator.releng}"/>
21+
</launchConfiguration>

generator/org.svis.generator.releng/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<version>1.0.0-SNAPSHOT</version>
1212
<name>Generator Release Engineering</name>
1313
<packaging>pom</packaging>
14-
<url>https://bitbucket.org/rimue/generator</url>
14+
<url>https://github.com/getaviz/Getaviz</url>
1515
<modules>
1616
<module>../org.svis.lib.repository</module>
1717
<module>../org.svis.xtext.city</module>
@@ -167,6 +167,13 @@
167167
<groupId>org.eclipse.xtend</groupId>
168168
<artifactId>xtend-maven-plugin</artifactId>
169169
<version>${xtext.version}</version>
170+
<dependencies>
171+
<dependency>
172+
<groupId>org.eclipse.platform</groupId>
173+
<artifactId>org.eclipse.equinox.common</artifactId>
174+
<version>3.10.0</version>
175+
</dependency>
176+
</dependencies>
170177
<executions>
171178
<execution>
172179
<goals>

generator/org.svis.generator.run/.classpath

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<attribute name="maven.pomderived" value="true"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry including="**/*.java" kind="src" path="xtend-gen"/>
109
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
1110
<attributes>
1211
<attribute name="maven.pomderived" value="true"/>

0 commit comments

Comments
 (0)