-
Notifications
You must be signed in to change notification settings - Fork 917
new nb module project wizard improvements. #4007
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
Conversation
|
Requested a review from @ebarboni - need to branch, but this would be a good fix to get in before release - will need rebasing on delivery once that is set up. |
|
Hi, I wonder if we can rename the constant RELEASE90_VERSION to something like "Minimum Version" and adjust to RELEASE111 (first out of incubation) |
@ebarboni sure, i can do that. As far as i see, 90 is the last release with osgi support, this means we could basically remove the entire check box if we only list >=111 (minus ignore list). |
|
|
db7da2b to
0faf088
Compare
|
- use dev snapshot as fallback instead of RELEASE90 - sort the version list properly, newest first - filter out non-apache releases
0faf088 to
25dfa90
Compare
|
rebased onto delivery just in case it is decided to include it. |
25dfa90 to
8bc0bf1
Compare
|
LGTM merging |
|
@ebarboni this PR is not in rc2, right? I am just want to be sure that I am not crazy. I just decompiled apisupport and I saw the old file. its also not listed here: |
|
arf, I see that not on master nor on release140. I have no idea what happen. sync pr created too late ? |
|
I don't know. but we have to check if its only this PR or if more is missing. |
|
@ebarboni This PR fhere is also not in delivery: this explains why its not in master. Did someone force push into delivery? found another PR which I can't find in delivery: |
|
check a bit but only this PR + #4004 seems the missing one. |
- don't add osgi flag if it was not checked (followup on apache#4007) - upgrade nbm-plugin version in nb app project wizard (fixes apache#4316) (nbm project did already upgrade it correctly) - minor cleanup
- don't add osgi flag if it was not checked (followup on apache#4007) - upgrade nbm-plugin version in nb app project wizard (fixes apache#4316) (nbm project did already upgrade it correctly) - minor cleanup
second commit is the usual language lvl cleanup, first commit has the fixes.