Skip to content

Commit

Permalink
Finished Maven build
Browse files Browse the repository at this point in the history
  • Loading branch information
Cornelius committed Aug 26, 2023
1 parent 6253ffe commit 304ad49
Show file tree
Hide file tree
Showing 17 changed files with 1,146 additions and 32 deletions.
Binary file modified .DS_Store
Binary file not shown.
11 changes: 11 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>CorC</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
Binary file modified de.tu-bs.cs.isf.cbc.model/.DS_Store
Binary file not shown.
17 changes: 9 additions & 8 deletions de.tu-bs.cs.isf.cbc.model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,15 @@
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<filesets combine.children="append">
<fileset>
<directory>${project.basedir}/src-gen/</directory>
<includes>
<include>**/*</include>
</includes>
</fileset>
</filesets>
<filesets combine.children="append">
<fileset>
<directory>${project.basedir}/src-gen/</directory>
<excludes>
<exclude>**/MethodImpl.java</exclude>
<exclude>**/JavaVariablesImpl.java</exclude>
</excludes>
</fileset>
</filesets>
</configuration>
</plugin>
</plugins>
Expand Down
Loading

0 comments on commit 304ad49

Please sign in to comment.