Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
project-base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cosc360-2016
project-base
Compare revisions
d4d8440f999611ad9a16fb686797c108032420b5 to master
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
cosc360-2016/project-base
Select target project
No results found
master
Select Git revision
Branches
master
1 result
Swap
Target
dmccormi/project-base
Select target project
cosc360-2016/project-base
aalkinani/project-base
ygurjar/project-base
dmccormi/project-base
cayeke/project-base
Afrah/project-base
amarsh24/project-base
dbarron2/project-base
8 results
d4d8440f999611ad9a16fb686797c108032420b5
Select Git revision
Branches
master
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source
2
Added sbt script and sbt-launch.jar
· 54d1d4a2
Will Billingsley
authored
Jul 15, 2016
54d1d4a2
Added (untested) sbt.bat based on code at scala-sbt.org
· b3a49efd
Will Billingsley
authored
Jul 15, 2016
b3a49efd
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
sbt
+3
-0
3 additions, 0 deletions
sbt
sbt-launch.jar
+0
-0
0 additions, 0 deletions
sbt-launch.jar
sbt.bat
+2
-0
2 additions, 0 deletions
sbt.bat
with
5 additions
and
0 deletions
sbt
0 → 100755
View file @
b3a49efd
#!/bin/bash
SBT_OPTS
=
"-Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M"
java
$SBT_OPTS
-jar
`
dirname
$0
`
/sbt-launch.jar
"
$@
"
This diff is collapsed.
Click to expand it.
sbt-launch.jar
0 → 100644
View file @
b3a49efd
File added
This diff is collapsed.
Click to expand it.
sbt.bat
0 → 100644
View file @
b3a49efd
set
SCRIPT_DIR
=
%~dp0
java
-Xms
512
M
-Xmx
1536
M
-Xss
1
M
-XX
:
+CMSClassUnloadingEnabled -XX
:MaxPermSize
=
256
M
-jar
"
%SCRIPT_DIR%
sbt-launch.jar"
%
*
This diff is collapsed.
Click to expand it.