Commit 0e8be0ef authored by Evan W. Patton's avatar Evan W. Patton Committed by Jeffrey I. Schiller

Clean up ServerLayout

Change-Id: I61521a8a55856ad18ac07a8c308bc5283cc325d9
parent fea46c77
......@@ -36,7 +36,7 @@ public class ServerLayout {
/**
* Relative path of the
* {@link com.google.appinventor.server.component.ComponentService} within
* {@link com.google.appinventor.shared.rpc.component.ComponentService} within
* the ODE GWT module.
*/
public static final String COMPONENT_SERVICE = "components";
......@@ -89,13 +89,6 @@ public class ServerLayout {
public static final String ADMIN_INFO_SERVICE = "admininfo";
/**
* Relative path of the
* {@link com.google.appinventor.shared.rpc.launch.LaunchService} within
* the ODE GWT module.
*/
public static final String LAUNCH_SERVICE = "launch";
/**
* Relative path of the
* {@link com.google.appinventor.server.TosServlet}
......@@ -195,27 +188,6 @@ public class ServerLayout {
*/
public static final String YA_TOS_FORM = "Ya_tos_form.html";
/**
* Relative base path of the
* {@link com.google.appinventor.server.WebStartJnlpServlet}
* within the ODE GWT module.
*/
public static final String WEBSTART_JNLP_SERVLET_BASE = "webstartjnlp/";
/**
* Relative path within
* {@link com.google.appinventor.server.WebStartJnlpServlet}
* for starting codeblocks (for Young Android)
*/
public static final String WEBSTART_JNLP_PURPOSE_CODEBLOCKS = "codeblocks";
/**
* Relative path of the
* {@link com.google.appinventor.server.WebStartFileServlet}
* within the ODE GWT module.
*/
public static final String WEBSTART_FILE_SERVLET = "webstartfile";
/**
* Relative path of the {@link com.google.appinventor.server.ReceiveBuildServlet} within
* {@link #ODE_BASEURL_NOAUTH}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment