Merged in blacklevel/idempiere (pull request #52)
This commit is contained in:
commit
91c5d8453c
|
@ -111,4 +111,15 @@
|
||||||
fragment="true"
|
fragment="true"
|
||||||
unpack="false"/>
|
unpack="false"/>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.swt.gtk.solaris.x86"
|
||||||
|
os="solaris"
|
||||||
|
ws="gtk"
|
||||||
|
arch="x86"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
fragment="true"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
</feature>
|
</feature>
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
## 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=solaris
|
||||||
|
target.ws=gtk
|
||||||
|
target.arch=x86
|
||||||
|
|
||||||
|
product.features=org.idempiere.eclipse.platform.feature.group
|
||||||
|
product.profile=DefaultProfile
|
||||||
|
product.id=org.adempiere.server.product
|
|
@ -25,3 +25,7 @@ root.win32.win32.x86.folder.utils=utils.windows
|
||||||
#windows 64
|
#windows 64
|
||||||
root.win32.win32.x86_64=file:setup.bat,file:console-setup.bat,file:idempiere-server.bat,file:setup-alt.bat,file:console-setup-alt.bat
|
root.win32.win32.x86_64=file:setup.bat,file:console-setup.bat,file:idempiere-server.bat,file:setup-alt.bat,file:console-setup-alt.bat
|
||||||
root.win32.win32.x86_64.folder.utils=utils.windows
|
root.win32.win32.x86_64.folder.utils=utils.windows
|
||||||
|
#solaris
|
||||||
|
root.solaris.gtk.x86=file:setup.sh,file:console-setup.sh,file:idempiere-server.sh,file:setup-alt.sh,file:console-setup-alt.sh
|
||||||
|
root.solaris.gtk.x86.folder.utils=utils.unix
|
||||||
|
root.solaris.gtk.x86.permissions.755=*.sh,**/*.sh
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
## 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=solaris
|
||||||
|
target.ws=gtk
|
||||||
|
target.arch=x86
|
||||||
|
|
||||||
|
product.features=org.idempiere.eclipse.platform.feature.group
|
||||||
|
product.profile=DefaultProfile
|
||||||
|
product.id=org.adempiere.ui.swing.product
|
|
@ -4,3 +4,5 @@ root.linux.gtk.x86.permissions.755=*.sh,**/*.sh
|
||||||
root.macosx.cocoa.x86=file:adempiere-client.sh
|
root.macosx.cocoa.x86=file:adempiere-client.sh
|
||||||
root.macosx.cocoa.x86.permissions.755=*.sh,**/*.sh
|
root.macosx.cocoa.x86.permissions.755=*.sh,**/*.sh
|
||||||
root.win32.win32.x86=file:adempiere-client.bat
|
root.win32.win32.x86=file:adempiere-client.bat
|
||||||
|
root.solaris.gtk.x86=file:adempiere-client.sh
|
||||||
|
root.solaris.gtk.x86.permissions.755=*.sh,**/*.sh
|
|
@ -15,3 +15,6 @@ root.macosx.cocoa.x86_64.permissions.755=*.sh,**/*.sh
|
||||||
|
|
||||||
root.win32.win32.x86=file:director.bat,file:update.bat
|
root.win32.win32.x86=file:director.bat,file:update.bat
|
||||||
root.win32.win32.x86_64=file:director.bat,file:update.bat
|
root.win32.win32.x86_64=file:director.bat,file:update.bat
|
||||||
|
|
||||||
|
root.solaris.gtk.x86=file:director.sh,file:update.sh
|
||||||
|
root.solaris.gtk.x86.permissions.755=*.sh,**/*.sh
|
Loading…
Reference in New Issue