Skip to content

Commit 45c94cc

Browse files
authored
Merge pull request #860 from timKraeuter/add_model_checker_jar
Add model-checker jar in build and simplify gitignore
2 parents 3344369 + 3df267c commit 45c94cc

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

release/runnable/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/target/
1+
target/

release/runnable/Imager/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
<parent>
4+
<groupId>nl.utwente.groove</groupId>
5+
<artifactId>runnable</artifactId>
6+
<version>1.0</version>
7+
</parent>
8+
<artifactId>ModelChecker</artifactId>
9+
<packaging>jar</packaging>
10+
</project>

release/runnable/Simulator/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

release/runnable/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<module>Generator</module>
1616
<module>Imager</module>
1717
<module>Viewer</module>
18+
<module>ModelChecker</module>
1819
</modules>
1920

2021
<properties>

0 commit comments

Comments
 (0)