This commit is contained in:
Phillip Webb
2013-08-08 21:49:38 -07:00
parent 7bea9dd973
commit cf655945aa
37 changed files with 49 additions and 157 deletions

View File

@@ -88,8 +88,8 @@ public class Repackager {
}
/**
* Repackage to the given destination so that it can be run using '{@literal java -jar}
* '
* Repackage to the given destination so that it can be launched using '
* {@literal java -jar}'
* @param destination the destination file (may be the same as the source)
* @param libraries the libraries required to run the archive
* @throws IOException