-
Notifications
You must be signed in to change notification settings - Fork 7
fix site descriptor (revert partially PR #161) #182
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,8 @@ | |
|
||
<body> | ||
<breadcrumbs> | ||
<item name="Plexus" href="https://codehaus-plexus.github.io/"/> | ||
<item name="Parent POM" href="https://codehaus-plexus.github.io/plexus-pom"/> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we really need a link to parent in breadcrumbs? |
||
</breadcrumbs> | ||
|
||
<menu name="Overview"> | ||
|
@@ -49,28 +51,28 @@ | |
<menu ref="reports" inherit="bottom" /> | ||
|
||
<menu name="Plexus Projects" inherit="bottom"> | ||
<item name="Modello" href="../modello/" /> | ||
<item name="Plexus Classworlds" href="../plexus-classworlds/" /> | ||
<item name="Modello" href="https://codehaus-plexus.github.io/modello/" /> | ||
<item name="Plexus Classworlds" href="https://codehaus-plexus.github.io/plexus-classworlds/" /> | ||
<item name="Plexus Components"> | ||
<item name="Plexus Archiver" href="../plexus-archiver/"/> | ||
<item name="Plexus CLI" href="../plexus-cli/"/> | ||
<item name="Plexus Compiler" href="../plexus-compiler/"/> | ||
<item name="Plexus Digest" href="../plexus-digest/"/> | ||
<item name="Plexus i18n" href="../plexus-i18n/"/> | ||
<item name="Plexus Interactivity" href="../plexus-interactivity/"/> | ||
<item name="Plexus Interpolation" href="../plexus-interpolation/"/> | ||
<item name="Plexus IO" href="../plexus-io/"/> | ||
<item name="Plexus Languages" href="../plexus-languages/"/> | ||
<item name="Plexus Resources" href="../plexus-resources/"/> | ||
<item name="Plexus Swizzle" href="../plexus-swizzle/"/> | ||
<item name="Plexus Velocity" href="../plexus-velocity/"/> | ||
<item name="Plexus Archiver" href="https://codehaus-plexus.github.io/plexus-archiver/"/> | ||
<item name="Plexus CLI" href="https://codehaus-plexus.github.io/plexus-cli/"/> | ||
<item name="Plexus Compiler" href="https://codehaus-plexus.github.io/plexus-compiler/"/> | ||
<item name="Plexus Digest" href="https://codehaus-plexus.github.io/plexus-digest/"/> | ||
<item name="Plexus i18n" href="https://codehaus-plexus.github.io/plexus-i18n/"/> | ||
<item name="Plexus Interactivity" href="https://codehaus-plexus.github.io/plexus-interactivity/"/> | ||
<item name="Plexus Interpolation" href="https://codehaus-plexus.github.io/plexus-interpolation/"/> | ||
<item name="Plexus IO" href="https://codehaus-plexus.github.io/plexus-io/"/> | ||
<item name="Plexus Languages" href="https://codehaus-plexus.github.io/plexus-languages/"/> | ||
<item name="Plexus Resources" href="https://codehaus-plexus.github.io/plexus-resources/"/> | ||
<item name="Plexus Swizzle" href="https://codehaus-plexus.github.io/plexus-swizzle/"/> | ||
<item name="Plexus Velocity" href="https://codehaus-plexus.github.io/plexus-velocity/"/> | ||
</item> | ||
<item name="Plexus Parent POMs"> | ||
<item name="Plexus" href="../plexus-pom/"/> | ||
<item name="Plexus Components" href="../plexus-components/"/> | ||
<item name="Plexus" href="https://codehaus-plexus.github.io/plexus-pom/"/> | ||
<item name="Plexus Components" href="https://codehaus-plexus.github.io/plexus-components/"/> | ||
</item> | ||
<item name="Plexus Utils" href="../plexus-utils/" /> | ||
<item name="Plexus XML" href="../plexus-xml/" /> | ||
<item name="Plexus Utils" href="https://codehaus-plexus.github.io/plexus-utils/" /> | ||
<item name="Plexus XML" href="https://codehaus-plexus.github.io/plexus-xml/" /> | ||
</menu> | ||
</body> | ||
</project> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.