diff --git a/.classpath b/.classpath index 8473db1..0369b72 100644 --- a/.classpath +++ b/.classpath @@ -1,8 +1,11 @@ + + + diff --git a/LightspeedJarLoader.zip b/LightspeedJarLoader.zip new file mode 100644 index 0000000..3b893aa Binary files /dev/null and b/LightspeedJarLoader.zip differ diff --git a/data/lightspeed.sql b/data/lightspeed.sql index eddc082..463e589 100644 --- a/data/lightspeed.sql +++ b/data/lightspeed.sql @@ -19,8 +19,7 @@ CREATE TABLE IF NOT EXISTS builds ( test_total INTEGER, test_failures INTEGER, test_errors INTEGER, - test_skipped INTEGER, - jar TEXT + test_skipped INTEGER ); CREATE TABLE IF NOT EXISTS deployments ( diff --git a/fxml/BuildDataPane.css b/fxml/BuildDataPane.css deleted file mode 100644 index 3e9698b..0000000 --- a/fxml/BuildDataPane.css +++ /dev/null @@ -1,40 +0,0 @@ - -#idText { - -fx-font-weight: bold; -} - -.Text { - -fx-padding: 5 0 5 0; -} - -.table-view { - -fx-focus-color: transparent; - -fx-min-height: 50px; -} - -.column-header { - -fx-text-fill: white; - -fx-font-size: 10pt; - -fx-cell-size: 30px; -} - -.table-cell { - -fx-alignment: CENTER-LEFT; - -fx-font-size: 10pt; - -fx-fill: white; -} - -.table-row-cell { - -fx-cell-size: 30px; -} - -.table-row-cell:filled:selected { - -fx-background: -fx-control-inner-background ; - -fx-background-color: -fx-table-cell-border-color, -fx-background ; - -fx-background-insets: 0, 0 0 1 0 ; - -fx-table-cell-border-color: derive(-fx-color, 5%); -} - -.table-row-cell:odd:filled:selected { - -fx-background: -fx-control-inner-background-alt ; -} diff --git a/fxml/BuildDataPane.fxml b/fxml/BuildDataPane.fxml deleted file mode 100644 index b03162b..0000000 --- a/fxml/BuildDataPane.fxml +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/fxml/CreateServerPane.css b/fxml/CreateServerPane.css deleted file mode 100644 index c5f3123..0000000 --- a/fxml/CreateServerPane.css +++ /dev/null @@ -1,8 +0,0 @@ - -#idText { - -fx-font-weight: bold; -} - -.Text { - -fx-padding: 5 0 5 0; -} diff --git a/fxml/CreateServerPane.fxml b/fxml/CreateServerPane.fxml deleted file mode 100644 index 7239c36..0000000 --- a/fxml/CreateServerPane.fxml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -