mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
build scripts: copy libpty in "update from sources"
This commit is contained in:
@@ -457,6 +457,11 @@ idea.fatal.error.notification=disabled
|
||||
def jarsBuilder = new DistributionJARsBuilder(buildContext)
|
||||
jarsBuilder.buildJARs()
|
||||
layoutShared()
|
||||
|
||||
//todo[nik]
|
||||
buildContext.ant.copy(todir: "$targetDirectory/lib/libpty/") {
|
||||
fileset(dir: "$buildContext.paths.communityHome/lib/libpty/")
|
||||
}
|
||||
/*
|
||||
//todo[nik] uncomment this to update os-specific files (e.g. in 'bin' directory) as well
|
||||
def propertiesFile = patchIdeaPropertiesFile()
|
||||
|
||||
Reference in New Issue
Block a user