Skip to content

Commit

Permalink
Adapt repository URLs of p2/equinox to move to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Jun 23, 2024
1 parent 0a960d4 commit 2d7670b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ SPDX-License-Identifier: EPL-2.0

The project maintains the following source code repositories:

* http://git.eclipse.org/c/equinox/rt.equinox.binaries.git
* http://git.eclipse.org/c/equinox/rt.equinox.bundles.git
* http://git.eclipse.org/c/equinox/rt.equinox.framework.git
* http://git.eclipse.org/c/equinox/rt.equinox.p2.git
* https://github.com/eclipse-equinox/equinox.git
* https://github.com/eclipse-equinox/equinox.binaries.git
* https://github.com/eclipse-equinox/p2.git
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ public static void main(String[] args) throws Exception {
ImageData iconData = icon.data;
System.err.println(String.format("\t- %dx%d, %d bits, %d byte(s) @ %d", iconData.height, iconData.width, iconData.depth, icon.size, icon.offset)); //$NON-NLS-1$
}
System.err.println("[IconExe] For more details, see https://git.eclipse.org/c/equinox/rt.equinox.p2.git/tree/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/pde/internal/swt/tools/IconExe.java"); //$NON-NLS-1$
System.err.println(
"[IconExe] For more details, see https://github.com/eclipse-equinox/p2/blob/master/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/pde/internal/swt/tools/IconExe.java"); //$NON-NLS-1$
}
}

Expand Down

0 comments on commit 2d7670b

Please sign in to comment.