Lines Matching full:basepath
3 def basePath = "../../../out/host/maven/bundles-24.3.3-SNAPSHOT/products/"
11 item(basePath + 'lin64/monitor') {
16 item(basePath + 'lin/monitor') {
28 item(basePath + 'mac64/monitor') {
41 item(basePath + 'win64/monitor') {
46 item(basePath + 'win/monitor') {
74 from zipTree(file(basePath + 'monitorproduct-linux.gtk.x86_64.zip'))
75 into file(basePath + 'lin64/')
82 from zipTree(file(basePath + 'monitorproduct-linux.gtk.x86.zip'))
83 into file(basePath + 'lin/')
90 from zipTree(file(basePath + 'monitorproduct-macosx.cocoa.x86_64.zip'))
91 into file(basePath + 'mac64/')
98 from zipTree(file(basePath + 'monitorproduct-win32.win32.x86_64.zip'))
99 into file(basePath + 'win64/')
106 from zipTree(file(basePath + 'monitorproduct-win32.win32.x86.zip'))
107 into file(basePath + 'win/')