https://github.com/bndtools/workspace-templates
Contains bnd workspace template fragments for bndtools.
https://github.com/bndtools/workspace-templates
Last synced: 4 months ago
JSON representation
Contains bnd workspace template fragments for bndtools.
- Host: GitHub
- URL: https://github.com/bndtools/workspace-templates
- Owner: bndtools
- License: apache-2.0
- Created: 2024-03-22T13:44:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-11-21T19:37:12.000Z (7 months ago)
- Last Synced: 2025-11-21T20:32:57.462Z (7 months ago)
- Language: Java
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# workspace-templates
Contains bnd workspace template fragments.
## Template Fragments
When bndtools creates a new workspace, it will allow the user to check a number of _template fragments_. A template fragment is a folder somewher (either Github or addressed via a URL) with instsructions how to apply the content to a workspace. The [index.bnd](index.bnd) in this repository is the master file that is included by default by bndtools. We accept PRs for this file if you want to add your own templates. In this repository we manage a number of useful fragments like gradle, OSGi R8, common maven like setup, etc.
Learn more about [Template Fragments in bnd / bndtools](https://bnd.bndtools.org/chapters/620-template-fragments.html#template-fragments).