mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
Not used.
This commit is contained in:
parent
5829ae49bb
commit
742fff6105
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ class JarUtils {
|
||||||
kobaltLog(2, " Writing contents of jar file $foundFile")
|
kobaltLog(2, " Writing contents of jar file $foundFile")
|
||||||
metaArchive.addArchive(foundFile)
|
metaArchive.addArchive(foundFile)
|
||||||
} else {
|
} else {
|
||||||
val fp = foundFile.path
|
|
||||||
val toPath = File(file.to).normalize().path
|
val toPath = File(file.to).normalize().path
|
||||||
val finalPath = if (toPath.isEmpty()) null else (toPath + "/")
|
val finalPath = if (toPath.isEmpty()) null else (toPath + "/")
|
||||||
metaArchive.addFile(File(directory, fromFile.path), foundFile, finalPath)
|
metaArchive.addFile(File(directory, fromFile.path), foundFile, finalPath)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue