An open API service indexing awesome lists of open source software.

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

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.