-
Notifications
You must be signed in to change notification settings - Fork 196
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
add bndtools workspace template fragment #4685
add bndtools workspace template fragment #4685
Conversation
dfd5957
to
f8ae7d4
Compare
0f43320
to
e2f1217
Compare
All suggestions fixed. I moved more stuff to BndBuild.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It overall looks good to me, please squash your commits into one so we can easier back-port this!
2c543dc
to
6f500ad
Compare
Test Results 606 files ±0 606 suites ±0 4h 20m 11s ⏱️ + 21m 4s For more details on these failures, see this check. Results for commit 6f500ad. ± Comparison against base commit 807bd8e. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the suggest changes will improve the documentation (of this cool new feature).
b700172
to
62317e4
Compare
Update BndBuild.md Apply suggestions from code review Co-Authored-By: Ed Merks <[email protected]> Co-Authored-By: Christoph Läubrich <[email protected]>
b1d565f
to
0a46e00
Compare
Build will not verify this .. |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
This adds a Workspace Template Fragment which can be used by bndtools users to create a new Bnd Workspace.
See https://bnd.bndtools.org/chapters/620-template-fragments.html for more information.
Next steps
After this folder is available on github (e.g. in master branch):
Onces that is done, all bnd tools users will see a new entry for Eclipse Tycho Maven in bndtools, like this:
Why
It is just a useful addition to promote the ability of Tycho to build Bnd Workspaces.