-
Notifications
You must be signed in to change notification settings - Fork 194
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
Adds repository creation to its example using Eclipse features in target platform #2890
Adds repository creation to its example using Eclipse features in target platform #2890
Conversation
@vogella can you add to the corresponding testcase some asserts that check for the new expected items? |
@@ -0,0 +1,28 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> | |||
<projectDescription> |
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.
project files are usually not required to be included in integration tests.
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.
project files are usually not required to be included in integration tests.
Thanks. Removed
814a404
to
03513e7
Compare
Will do, thanks for the suggestion. |
example Demonstrates that an Eclipse feature and its dependencies from the target platform can also be used to create the content of an update site.
03513e7
to
197cfd1
Compare
I added a check to the test for the expected feature.jar in the generate update site. My local build for Tycho is still running to validate this. |
You can do
then go into the
that should speedup development/verification of your changes. |
|
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
Demonstrates that an Eclipse feature and its dependencies from the target platform can also be used to create the content of an update site.