Skip to content

Commit

Permalink
fix: existing EEAs are lost during update via EEA generator
Browse files Browse the repository at this point in the history
Signed-off-by: sebthom <sebthom@users.noreply.github.com>
  • Loading branch information
sebthom authored and vorburger committed Sep 8, 2024
1 parent 7becc7a commit 84c102e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions libraries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,9 @@
get propagated to EEA files in other modules, which is necessary because of
https://github.com/eclipse-jdt/eclipse.jdt.core/issues/2512 -->
<argument>
-Deea-generator.input.dirs.default=${project.basedir},${project.basedir}/../eea-java-17</argument>

-Deea-generator.input.dirs=${project.basedir},${project.basedir}/../eea-java-17</argument>
<!--instructs the generator to perform in-place update of EEA files: -->
<argument>
-Deea-generator.output.dir=${project.basedir}</argument>

<argument>-Deea-generator.output.dir=${project.basedir}</argument>
<argument>-classpath</argument>
<classpath />
<argument>org.lastnpe.eea.generator.EEAGenerator</argument>
Expand Down

0 comments on commit 84c102e

Please sign in to comment.