Initial import
This commit is contained in:
12
app-office/ganttproject-bin/files/2.8-ganttproject-bin
Normal file
12
app-office/ganttproject-bin/files/2.8-ganttproject-bin
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
GP_HOME=/opt/ganttproject-bin
|
||||
|
||||
cd ${GP_HOME}
|
||||
|
||||
LOCAL_CLASSPATH=$GP_HOME/eclipsito.jar
|
||||
|
||||
CONFIGURATION_FILE=ganttproject-eclipsito-config.xml
|
||||
BOOT_CLASS=org.bardsoftware.eclipsito.Boot
|
||||
|
||||
$(java-config -J) -Xmx256m -classpath $CLASSPATH:$LOCAL_CLASSPATH $BOOT_CLASS $CONFIGURATION_FILE $*
|
||||
Reference in New Issue
Block a user