File tree Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
- / target /
1
+ target /
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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 >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 15
15
<module >Generator</module >
16
16
<module >Imager</module >
17
17
<module >Viewer</module >
18
+ <module >ModelChecker</module >
18
19
</modules >
19
20
20
21
<properties >
You can’t perform that action at this time.
0 commit comments