Skip to content

Commit

Permalink
Merge pull request #703 from frank-weinberg/feature/extend-ui-framework
Browse files Browse the repository at this point in the history
Changes for v2025 (most of them)
  • Loading branch information
frank-weinberg authored Jun 2, 2024
2 parents 2fb0d8a + 44c1cde commit 7dc5ff5
Show file tree
Hide file tree
Showing 259 changed files with 10,654 additions and 49,875 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ release
lib/crg-scoreboard.jar
logs
config/autosave
config/*.xlsx
**/*.xlsx
html/stream
html/images/teamlogo
html/images/sponsor_banner
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@


<target name="test" depends="test-compile">
<junit printsummary="on" haltonfailure="yes" fork="true" showoutput="yes" maxmemory="128m">
<junit printsummary="on" haltonfailure="yes" fork="true" showoutput="yes" maxmemory="192m">
<classpath>
<path refid="classpath.test"/>
<pathelement location="${test.build.dir}"/>
Expand Down
43 changes: 0 additions & 43 deletions html/components/data-tab.css

This file was deleted.

Loading

0 comments on commit 7dc5ff5

Please sign in to comment.