forked from scalagwt/scalagwt-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Showcase.html.launch
20 lines (20 loc) · 1.57 KB
/
Showcase.html.launch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="com.google.gdt.eclipse.suite.webapp">
<stringAttribute key="com.google.gdt.eclipse.suiteMainTypeProcessor.PREVIOUSLY_SET_MAIN_TYPE_NAME" value="com.google.gwt.dev.DevMode"/>
<booleanAttribute key="com.google.gdt.eclipse.suiteWarArgumentProcessor.IS_WAR_FROM_PROJECT_PROPERTIES" value="false"/>
<listAttribute key="com.google.gwt.eclipse.core.ENTRY_POINT_MODULES">
<listEntry value="com.google.gwt.sample.showcase.Showcase"/>
</listAttribute>
<stringAttribute key="com.google.gwt.eclipse.core.URL" value="Showcase.html"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/scalagwt-sample"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="com.google.gwt.eclipse.core.moduleClasspathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.DevMode"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl Showcase.html -logLevel INFO -codeServerPort 9997 -port 8888 -war "${resource_loc:/scalagwt-sample/war}" com.google.gwt.sample.showcase.Showcase"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="scalagwt-sample"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-XstartOnFirstThread -Xmx512m -Dx.gwt.astBuilder=true -ea"/>
</launchConfiguration>