https://github.com/firstdarkdev/jar-relocator
A java library to relocate packages inside a jar or extracted jar directory
https://github.com/firstdarkdev/jar-relocator
Last synced: 10 months ago
JSON representation
A java library to relocate packages inside a jar or extracted jar directory
- Host: GitHub
- URL: https://github.com/firstdarkdev/jar-relocator
- Owner: firstdarkdev
- License: apache-2.0
- Created: 2023-11-05T16:07:43.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T19:54:54.000Z (about 2 years ago)
- Last Synced: 2025-01-29T21:50:34.433Z (12 months ago)
- Language: Java
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# jar-relocator
This is a fork of [jar-relocator by lucko](https://github.com/lucko/jar-relocator/) with some changes required for our own use.
#### Full list of changes
* Packages renamed from `me.lucko` to `com.hypherionmc`.
* Added a DirectoryRelocator task that allows remapping files inside a directory, instead of a jar
* Added a runDirectory() method to JarRelocator.
* Converted from MAVEN to Gradle
* Not published to maven central
* Not signed
This fork will probably not be of much use to anyone else, but it's kept here for source control, and to disclose the source of the library
### License
This library is licensed under Apache License Version 2.0, just like the original.