Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit ba3cbc7

Browse files
committed
2 parents ca02c89 + 0f193a1 commit ba3cbc7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2045
-1008
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ project/plugins/project/
2828
/config/
2929

3030
# resources of the bootstrap project
31-
/dependencyList.txt
3231
/bootstrap/src/main/resources/
3332
/bin/
3433
/lib/

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ simple_run:
1313
sbt package copy
1414

1515
bootstrap_deploy:
16-
sbt dependencyList | cut -d " " -f2 | grep ":" | sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[mGK]//g" | uniq > dependencyList.txt
1716
sbt compile
1817
sbt clean
1918
sbt package copy

0 commit comments

Comments
 (0)