Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed links to example projects #331

Merged
merged 1 commit into from
Sep 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Specific docs and more can be found in the [Kotlin dialect specific readme](./po

## YAML

* http://snakeyaml.org - Extensive usage of Polyglot YAML and contributions to
* https://bitbucket.org/snakeyaml/snakeyaml/src/master/ - Extensive usage of Polyglot YAML and contributions to
the project from the team.

* https://urbanise.com - Using Polyglot YAML for building next generation strata
Expand All @@ -205,18 +205,18 @@ _Java Projects_
a standalone
[pom.scala](https://github.com/lefou/LambdaTest/blob/master/pom.scala)

* [CmdOption](https://github.com/ToToTec/CmdOption) - A Java project with a
* [CmdOption (until version `0.6.0` )](https://github.com/ToToTec/CmdOption/tree/0.6.0) - A Java project with a
top-level reactor project and an additional shared scala file included into
both `pom.scala`s
both `pom.scala`s (Switched over to Mill after version `0.6.0`)

_Scala Projects_

* [Domino](https://github.com/domino-osgi/domino) - A simple project using
Polyglot Scala.
* [Domino (until version `1.1.3`)](https://github.com/domino-osgi/domino/tree/1.1.3) - A simple project using
Polyglot Scala. (Switched over to Mill after version `1.1.3`)

* [Blended](https://github.com/woq-blended/blended) - A complex multi-project
using Polyglot Scala. It's also an example where the `#include` feature is
* [Blended (until version `2.4.0.2`)](https://github.com/woq-blended/blended/tree/2.4.0.2) - A complex multi-project
using Polyglot Scala. Now archived. It's also an example where the `#include` feature is
heavily used to share common configuration but avoid Maven parent poms, which
are often problematic.
are often problematic. (Switched later to sbt and then Mill)

Please let us know of your usage by filing an issue so we can add it here.