Skip to content

Commit 9f48413

Browse files
committed
mustache: move java template into example path.
1 parent f45a4f3 commit 9f48413

30 files changed

Lines changed: 10 additions & 11 deletions

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,4 @@ examples/typescript-ccda/type-schemas
5353
examples/typescript-sql-on-fhir/fhir-types
5454
examples/typescript-sql-on-fhir/tree.yaml
5555

56-
examples/mustache-java-r4/type-tree.yaml
57-
examples/mustache-java-r4/test-project
56+
examples/mustache/mustache-java-r4-output

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ test-typescript-ccda-example: typecheck format lint
5959
# cd examples/typescript-r4 && bun run demo.ts > /dev/null
6060

6161
test-mustache-java-r4-example: typecheck format lint
62-
bun run examples/mustache-java-r4/mustache-java-r4-gen.ts
63-
$(TYPECHECK) --project tsconfig.examples-mustache-java-r4.json
62+
bun run examples/mustache/mustache-java-r4-gen.ts
63+
$(TYPECHECK) --project examples/mustache/tsconfig.examples-mustache.json
6464

6565
test-csharp-sdk: typecheck format prepare-aidbox-runme lint
6666
$(TYPECHECK) --project tsconfig.example-csharp.json
File renamed without changes.

mustache/languages/java/static/model/src/test/java/de/solutio/fhir/models/resources/ResourceTest.java renamed to examples/mustache/java/static/model/src/test/java/de/solutio/fhir/models/resources/ResourceTest.java

File renamed without changes.

mustache/languages/java/templates/annotated_type.mustache renamed to examples/mustache/java/templates/annotated_type.mustache

File renamed without changes.

mustache/languages/java/templates/model/additional_codeable_concept_behaviour.mustache renamed to examples/mustache/java/templates/model/additional_codeable_concept_behaviour.mustache

File renamed without changes.

mustache/languages/java/templates/model/additional_extension_behaviour.mustache renamed to examples/mustache/java/templates/model/additional_extension_behaviour.mustache

File renamed without changes.

mustache/languages/java/templates/model/additional_reference_behaviour.mustache renamed to examples/mustache/java/templates/model/additional_reference_behaviour.mustache

File renamed without changes.

0 commit comments

Comments
 (0)