adempiere-client.sh still did not work and was not copied for x86_64 ((pull request #53: IDEMPIERE-428, IDEMPIERE-81)
This commit is contained in:
parent
c84aa4c312
commit
2f0e254010
|
@ -17,4 +17,4 @@ echo ===================================
|
||||||
echo Starting Adempiere Client
|
echo Starting Adempiere Client
|
||||||
echo ===================================
|
echo ===================================
|
||||||
|
|
||||||
$JAVA -Dosgi.noShutdown=true -Dosgi.framework.activeThreadType=normal -Dosgi.compatibility.bootdelegation=true $@ -XX:MaxPermSize=192m -jar plugins/org.eclipse.equinox.launcher_ 1.*.jar -application org.adempiere.ui.swing.client
|
$JAVA -Dosgi.noShutdown=true -Dosgi.framework.activeThreadType=normal -Dosgi.compatibility.bootdelegation=true $@ -XX:MaxPermSize=192m -jar plugins/org.eclipse.equinox.launcher_1.*.jar -application org.adempiere.ui.swing.client
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
bin.includes = feature.xml
|
bin.includes = feature.xml
|
||||||
root.linux.gtk.x86=file:adempiere-client.sh
|
root.linux.gtk.x86=file:adempiere-client.sh
|
||||||
root.linux.gtk.x86.permissions.755=*.sh,**/*.sh
|
root.linux.gtk.x86.permissions.755=*.sh,**/*.sh
|
||||||
|
root.linux.gtk.x86_64=file:adempiere-client.sh
|
||||||
|
root.linux.gtk.x86_64.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
|
||||||
|
|
Loading…
Reference in New Issue