Skip to content

Commit 058d175

Browse files
committed
Cleanup
1 parent fb5e18b commit 058d175

Some content is hidden

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

103 files changed

+115
-62443
lines changed

Diff for: sparql/ESWC2015-queries.txt

+112-72
Large diffs are not rendered by default.

Diff for: src/main/java/org/fit/layout/eswc/BlockBrowserEswc.java

+3-17
Original file line numberDiff line numberDiff line change
@@ -73,25 +73,11 @@ public void run()
7373
browser.initPlugins();
7474
main.setVisible(true);
7575

76-
String localpath = "file://" + System.getProperty("user.home") + "/git/ToolsEswc/test/ceur/volumes/";
77-
String suffix = ".html";
78-
//String localpath = "http://ceur-ws.org/";
79-
//String suffix = "/";
80-
81-
//URL url = new URL(localpath + "Vol-1317" + suffix);
82-
//URL url = new URL(localpath + "Vol-1010" + suffix);
83-
//URL url = new URL(localpath + "Vol-981" + suffix);
84-
//URL url = new URL(localpath + "Vol-921" + suffix);
85-
//URL url = new URL(localpath + "Vol-862" + suffix);
86-
//URL url = new URL(localpath + "Vol-859" + suffix);
87-
//URL url = new URL(localpath + "Vol-250" + suffix);
88-
//URL url = new URL(localpath + "Vol-225" + suffix);
89-
//URL url = new URL(localpath + "Vol-1" + suffix);
9076

9177
/* CEUR */
9278
//URL url = new URL("http://ceur-ws.org/Vol-1333/");
9379
//URL url = new URL("http://ceur-ws.org/Vol-1317/");
94-
URL url = new URL("http://ceur-ws.org/Vol-1186/");
80+
//URL url = new URL("http://ceur-ws.org/Vol-1186/");
9581
//URL url = new URL("http://ceur-ws.org/Vol-1044/");
9682
//URL url = new URL("http://ceur-ws.org/Vol-921/");
9783
//URL url = new URL("http://ceur-ws.org/Vol-906/");
@@ -108,9 +94,9 @@ public void run()
10894
//URL url = new URL("http://ceur-ws.org/Vol-100/");
10995
//URL url = new URL("http://ceur-ws.org/Vol-53/");
11096
//URL url = new URL("http://ceur-ws.org/Vol-49/");
111-
//URL url = new URL("http://ceur-ws.org/Vol-15/"); //TODO total chaos
97+
//URL url = new URL("http://ceur-ws.org/Vol-15/");
11298
//URL url = new URL("http://ceur-ws.org/Vol-5/");
113-
//URL url = new URL("http://ceur-ws.org/Vol-1/");
99+
URL url = new URL("http://ceur-ws.org/Vol-1/");
114100

115101
browser.setLocation(url.toString());
116102

Diff for: test/ceur/ceur-ws.css

-73
This file was deleted.

Diff for: test/ceur/training.txt

-98
This file was deleted.

Diff for: test/ceur/volumes/Vol-1.html

-142
This file was deleted.

0 commit comments

Comments
 (0)