Configure properties for linux x64_64 installer
This commit is contained in:
parent
d2aefe74ed
commit
1612064a56
|
@ -0,0 +1,11 @@
|
||||||
|
## buckminster.properties ##
|
||||||
|
#Where all the output should go
|
||||||
|
buckminster.output.root=${user.home}/buckminster.output
|
||||||
|
# Where the temp files should go
|
||||||
|
buckminster.temp.root=${user.home}/tmp
|
||||||
|
# How .qualifier in versions should be replaced
|
||||||
|
qualifier.replacement.*=generator:buildTimestamp
|
||||||
|
generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||||
|
target.os=linux
|
||||||
|
target.ws=gtk
|
||||||
|
target.arch=x86_64
|
|
@ -2,6 +2,10 @@ bin.includes = feature.xml
|
||||||
root=file:build.xml,file:setup.ini,file:extensions-priorty.properties
|
root=file:build.xml,file:setup.ini,file:extensions-priorty.properties
|
||||||
root.folder.data=data
|
root.folder.data=data
|
||||||
root.folder.setup=setup
|
root.folder.setup=setup
|
||||||
|
#linux 64 bits
|
||||||
|
root.linux.gtk.x86_64=file:setup.sh,file:console-setup.sh,file:adempiere-server.sh,file:setup-alt.sh,file:console-setup-alt.sh
|
||||||
|
root.linux.gtk.x86_64.folder.utils=utils.unix
|
||||||
|
root.linux.gtk.x86_64.permissions.755=*.sh,**/*.sh
|
||||||
#linux
|
#linux
|
||||||
root.linux.gtk.x86=file:setup.sh,file:console-setup.sh,file:adempiere-server.sh,file:setup-alt.sh,file:console-setup-alt.sh
|
root.linux.gtk.x86=file:setup.sh,file:console-setup.sh,file:adempiere-server.sh,file:setup-alt.sh,file:console-setup-alt.sh
|
||||||
root.linux.gtk.x86.folder.utils=utils.unix
|
root.linux.gtk.x86.folder.utils=utils.unix
|
||||||
|
|
Loading…
Reference in New Issue