some prep for impl of WSC2
This commit is contained in:
parent
ebd3754b9c
commit
81341d0709
2 changed files with 7 additions and 0 deletions
|
@ -32,6 +32,7 @@ public class DevStub implements IFMLLoadingPlugin {
|
|||
if(LoadHandler.data.map.get("username") != null)
|
||||
throw new IllegalStateException();
|
||||
LoadHandler.data.set("build-name", "Greenland");
|
||||
LoadHandler.data.set("server", "spl");
|
||||
LoadHandler.data.set("ip", "baseband.com.de");
|
||||
LoadHandler.data.set("branch", "[dev]");
|
||||
LoadHandler.data.set("allowed-branches", new TCNArray());
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
package de.com.baseband.client.util.net;
|
||||
|
||||
public class WebServiceClient2 {
|
||||
// TODO make
|
||||
// -> https://downloads.baseband.com.de
|
||||
}
|
Loading…
Add table
Reference in a new issue