- fix creation of private.properties on Windoof
This commit is contained in:
parent
c924a94e92
commit
433ed2148b
@ -59,8 +59,8 @@ task checkPlatformConfig {
|
|||||||
}
|
}
|
||||||
file("nbproject/private/").mkdirs()
|
file("nbproject/private/").mkdirs()
|
||||||
platformFile.createNewFile()
|
platformFile.createNewFile()
|
||||||
platformFile.write("nbplatform.default.netbeans.dest.dir=${netbeansFolder.absolutePath}\r\n"+\
|
platformFile.write("nbplatform.default.netbeans.dest.dir=${netbeansFolder.absolutePath.replace('\\','/')}\r\n"+\
|
||||||
"nbplatform.default.harness.dir=${netbeansFolder.absolutePath}/harness\r\n")
|
"nbplatform.default.harness.dir=${netbeansFolder.absolutePath.replace('\\','/')}/harness\r\n")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user