diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-14 18:41:17 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-14 18:41:17 +0100 |
| commit | 6194d284f5559acc5f23a402f577bac655878f92 (patch) | |
| tree | ad3a47c59e5d8179911cb2bd0b88ecd520af2842 /examples/03-inductive-data-types | |
| parent | 717cef4b3c757ceefb2a16cdf6c3892cde28b53f (diff) | |
Rename java-junit to java
Diffstat (limited to 'examples/03-inductive-data-types')
| -rw-r--r-- | examples/03-inductive-data-types/hobgoblin.json5 | 2 | ||||
| -rw-r--r-- | examples/03-inductive-data-types/output/java/.gitignore (renamed from examples/03-inductive-data-types/output/java-junit/.gitignore) | 0 | ||||
| l--------- | examples/03-inductive-data-types/output/java/pom.xml (renamed from examples/03-inductive-data-types/output/java-junit/pom.xml) | 0 | ||||
| -rw-r--r-- | examples/03-inductive-data-types/output/java/src/test/java/org/zwobble/example/ArithmeticTests.java (renamed from examples/03-inductive-data-types/output/java-junit/src/test/java/org/zwobble/example/ArithmeticTests.java) | 0 |
4 files changed, 1 insertions, 1 deletions
diff --git a/examples/03-inductive-data-types/hobgoblin.json5 b/examples/03-inductive-data-types/hobgoblin.json5 index 8a073ac..12713d4 100644 --- a/examples/03-inductive-data-types/hobgoblin.json5 +++ b/examples/03-inductive-data-types/hobgoblin.json5 @@ -8,7 +8,7 @@ generators: [ { generator: "java-types", - path: "output/java-junit/src/gen/java", + path: "output/java/src/gen/java", }, { generator: "rust-types", diff --git a/examples/03-inductive-data-types/output/java-junit/.gitignore b/examples/03-inductive-data-types/output/java/.gitignore index ff511d4..ff511d4 100644 --- a/examples/03-inductive-data-types/output/java-junit/.gitignore +++ b/examples/03-inductive-data-types/output/java/.gitignore diff --git a/examples/03-inductive-data-types/output/java-junit/pom.xml b/examples/03-inductive-data-types/output/java/pom.xml index 445fa65..445fa65 120000 --- a/examples/03-inductive-data-types/output/java-junit/pom.xml +++ b/examples/03-inductive-data-types/output/java/pom.xml diff --git a/examples/03-inductive-data-types/output/java-junit/src/test/java/org/zwobble/example/ArithmeticTests.java b/examples/03-inductive-data-types/output/java/src/test/java/org/zwobble/example/ArithmeticTests.java index 5623af5..5623af5 100644 --- a/examples/03-inductive-data-types/output/java-junit/src/test/java/org/zwobble/example/ArithmeticTests.java +++ b/examples/03-inductive-data-types/output/java/src/test/java/org/zwobble/example/ArithmeticTests.java |
