Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
0e8be0ef
Commit
0e8be0ef
authored
Dec 06, 2019
by
Evan W. Patton
Committed by
Jeffrey I. Schiller
Dec 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up ServerLayout
Change-Id: I61521a8a55856ad18ac07a8c308bc5283cc325d9
parent
fea46c77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
29 deletions
+1
-29
appinventor/appengine/src/com/google/appinventor/shared/rpc/ServerLayout.java
...e/src/com/google/appinventor/shared/rpc/ServerLayout.java
+1
-29
No files found.
appinventor/appengine/src/com/google/appinventor/shared/rpc/ServerLayout.java
View file @
0e8be0ef
...
@@ -36,7 +36,7 @@ public class ServerLayout {
...
@@ -36,7 +36,7 @@ public class ServerLayout {
/**
/**
* Relative path of the
* Relative path of the
* {@link com.google.appinventor.s
erver
.component.ComponentService} within
* {@link com.google.appinventor.s
hared.rpc
.component.ComponentService} within
* the ODE GWT module.
* the ODE GWT module.
*/
*/
public
static
final
String
COMPONENT_SERVICE
=
"components"
;
public
static
final
String
COMPONENT_SERVICE
=
"components"
;
...
@@ -89,13 +89,6 @@ public class ServerLayout {
...
@@ -89,13 +89,6 @@ public class ServerLayout {
public
static
final
String
ADMIN_INFO_SERVICE
=
"admininfo"
;
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
* Relative path of the
* {@link com.google.appinventor.server.TosServlet}
* {@link com.google.appinventor.server.TosServlet}
...
@@ -195,27 +188,6 @@ public class ServerLayout {
...
@@ -195,27 +188,6 @@ public class ServerLayout {
*/
*/
public
static
final
String
YA_TOS_FORM
=
"Ya_tos_form.html"
;
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
* Relative path of the {@link com.google.appinventor.server.ReceiveBuildServlet} within
* {@link #ODE_BASEURL_NOAUTH}
* {@link #ODE_BASEURL_NOAUTH}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment