Skip to content

Commit

Permalink
fixed Maven build, missed xtend-gen in build.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRentzCAU committed Jan 18, 2024
1 parent a27840f commit 5efccdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source.. = src/,\
src-gen/
src-gen/,\
xtend-gen/
bin.includes = .,\
META-INF/
bin.excludes = **/*.xtend
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source.. = src/,\
src-gen/
src-gen/,\
xtend-gen/
bin.includes = .,\
META-INF/,\
plugin.xml
Expand Down

0 comments on commit 5efccdf

Please sign in to comment.