build scripts: copy libpty in "update from sources"

This commit is contained in:
Aleksey Pivovarov
2016-09-20 16:07:49 +03:00
parent 8d492e9bb9
commit 78d6134d6a
@@ -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()