mirror of https://github.com/x64dbg/deps
|
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
x32 | ||
x64 | ||
.classpath | ||
.gitignore | ||
.project | ||
LICENSE | ||
README.md | ||
antplugin.gradle | ||
bootstrap.gradle | ||
build.xml | ||
jdk-copy.sh | ||
jdk-diff.sh | ||
jdk-patch.sh | ||
renames |
README.md
Ceylon bootstrap
License
The content of this repository is released under the ASL v2.0 as provided in the LICENSE file that accompanied this code.
By submitting a "pull request" or otherwise contributing to this repository, you agree to license your contribution under the license mentioned above.
Directory structure
src
- the Ceylon bootstrap module sourcestest-src
- the Ceylon bootstrap module unit tests
Build the module
For setting up the development environment and compiling and building the distribution take a look at ceylon-dist.
If after having built the distribution you want to build the module run
ant clean publish
And to run the tests type
ant test
Once built, the module lives in this jar:
~/.ceylon/repo/ceylon/bootstrap/0.2/ceylon.bootstrap-0.2.jar