Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
48b243c4
Commit
48b243c4
authored
Jul 18, 2017
by
Jens Korinth
Browse files
Merge branch 'VersionFix' into 'master'
Changes jar version, temporarily fixes
#115
Closes
#115
See merge request
!8
parents
a831b501
f28affc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/itapasco
View file @
48b243c4
#!/bin/bash
java
-Xms512M
-Xmx1536M
-Xss1M
-XX
:+CMSClassUnloadingEnabled
-splash
:
$TAPASCO_HOME
/icon/tapasco_icon.png
-jar
$TAPASCO_HOME
/target/scala-2.12/Tapasco-2017.1
-SNAPSHOT
.jar itapasco
$*
java
-Xms512M
-Xmx1536M
-Xss1M
-XX
:+CMSClassUnloadingEnabled
-splash
:
$TAPASCO_HOME
/icon/tapasco_icon.png
-jar
$TAPASCO_HOME
/target/scala-2.12/Tapasco-2017.1.jar itapasco
$*
bin/tapasco
View file @
48b243c4
#!/bin/bash
java
-Xms512M
-Xmx1536M
-Xss1M
-XX
:+CMSClassUnloadingEnabled
-jar
$TAPASCO_HOME
/target/scala-2.12/Tapasco-2017.1
-SNAPSHOT
.jar
$*
java
-Xms512M
-Xmx1536M
-Xss1M
-XX
:+CMSClassUnloadingEnabled
-jar
$TAPASCO_HOME
/target/scala-2.12/Tapasco-2017.1.jar
$*
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment