mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Revert (signer is not available within CE)
This commit is contained in:
@@ -773,10 +773,10 @@ binding.setVariable("buildWinLauncher", { String ch, String inputPath, String ou
|
||||
}
|
||||
}
|
||||
}
|
||||
File outputFile = new File(outputPath)
|
||||
/*File outputFile = new File(outputPath)
|
||||
def outputFileName = outputFile.getName()
|
||||
def outputDir = outputPath.substring(0, outputPath.length() - outputFileName.length())
|
||||
executeExternalAnt(["dirName": outputDir, "fileName": outputFileName], "$home/build/signBuild.xml")
|
||||
executeExternalAnt(["dirName": outputDir, "fileName": outputFileName], "$home/build/signBuild.xml")*/
|
||||
})
|
||||
|
||||
binding.setVariable("collectUsedJars", { List modules, List approvedJars, List forbiddenJars, List modulesToBuild ->
|
||||
|
||||
Reference in New Issue
Block a user