Skip to content

Commit

Permalink
fix build file
Browse files Browse the repository at this point in the history
  • Loading branch information
official-sounding committed Jun 28, 2018
1 parent 4b9944a commit 5b26e4e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
<include name="html/images/sponsor_banner" />
<include name="lib/crg-scoreboard.jar" />
<include name="config/crg.scoreboard.properties" />
<include name="config/penalties.json" />
<include name="config/penalties/**" />
<include name="config/default/**" />
</zipfileset>
</zip>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/com/carolinarollergirls/scoreboard/Ruleset.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private static Ruleset initialize() {
newRule( new StringRule(false, "ScoreBoard", Clock.ID_INTERMISSION, "Unofficial", "", "Unofficial Score"));
newRule( new StringRule(false, "ScoreBoard", Clock.ID_INTERMISSION, "Official", "", "Final Score"));
newRule( new StringRule(false, "ScoreBoard", null, "BackgroundStyle", "", "bg_black"));
newRule( new StringRule(false, "ScoreBoard", null, "PenaltyDefinitionFile", "", "/config/wftda2018.json"));
newRule( new StringRule(false, "ScoreBoard", null, "PenaltyDefinitionFile", "", "/config/penalties/wftda2018.json"));
newRule( new StringRule(false, "ScoreBoard", null, "BoxStyle", "", "box_flat"));
newRule( new StringRule(false, "ScoreBoard", null, "CurrentView", "", "scoreboard"));
newRule( new StringRule(false, "ScoreBoard", null, "CustomHtml", "", "/customhtml/fullscreen/example.html"));
Expand Down

0 comments on commit 5b26e4e

Please sign in to comment.