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:
Thomas Bayen 2012-12-22 20:59:09 +01:00
parent c84aa4c312
commit 2f0e254010
2 changed files with 3 additions and 1 deletions

View File

@ -17,4 +17,4 @@ echo ===================================
echo Starting Adempiere Client
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

View File

@ -1,6 +1,8 @@
bin.includes = feature.xml
root.linux.gtk.x86=file:adempiere-client.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.permissions.755=*.sh,**/*.sh
root.win32.win32.x86=file:adempiere-client.bat