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

[tycho-4.0.x] Fix TargetPlatformConfigurationMojo Javadoc #4177

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

eclipse-tycho-bot
Copy link

Backport

This will backport the following commits from main to tycho-4.0.x:

Questions ?

Please refer to the Backport tool documentation

The correct structure is not

  <target>
      <file>...</file>
      <locations>
          <location>...</location>
          <location>...</location>
      </locations>
      ...
  </target>

but

  <target>
      <file>...</file>
      <location>...</location>
      <location>...</location>
      ...
  <target>

(cherry picked from commit 359c1b0)
Copy link

Test Results

  597 files    597 suites   4h 5m 11s ⏱️
  418 tests   412 ✅  6 💤 0 ❌
1 254 runs  1 235 ✅ 19 💤 0 ❌

Results for commit b395139.

@eclipse-tycho-bot eclipse-tycho-bot merged commit 5d0baa2 into tycho-4.0.x Aug 22, 2024
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants