-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# JPackage | ||
|
||
A copy of the JPackage source code branched of from | ||
[openjdk/jdk](https://github.com/openjdk/jdk) at | ||
[5795c760db5](https://github.com/openjdk/jdk/commit/5795c760db5bbfd7ff3b56a0c6236827526df70a). | ||
|
||
The JDK is a huge repository with 1.8Gb, >80K files and > 70K commits. | ||
Checking it out from the remote in order to inspect things in a local IDE | ||
is not a quick operation with a repository of this size. | ||
|
||
This clone has relocated the packages and renamed everything from | ||
`jdk.jpackage` to `mobanisto.jpackage` so that conflicts with the | ||
packages from the JDK this is compiled with are avoided. | ||
|
||
Also, Gradle configurations have been added to that the project can be | ||
built in the IDE. |