diff options
| author | bjculkin <bjculkin@localhost> | 2023-10-25 23:02:09 +0000 |
|---|---|---|
| committer | bjculkin <bjculkin@localhost> | 2023-10-25 23:02:09 +0000 |
| commit | b4180c7658a679341948a642ef57cbfc031317ce (patch) | |
| tree | 431ae6fdeb0e8c494ad636e20b405c072f2cc542 | |
| parent | bdc3409184b28e2371c541a3d76b262d3f9f1f8e (diff) | |
Tweak for new setup
| -rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry kind="src" output="target/classes" path="src"> + <classpathentry including="**/*.java" kind="src" output="target/classes" path="src"> <attributes> <attribute name="optional" value="true"/> <attribute name="maven.pomderived" value="true"/> |
