diff options
| author | bjorn <bjorn@bringert.net> | 2008-11-03 16:43:47 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-11-03 16:43:47 +0000 |
| commit | bf50b5d70d94e03e17ff18efc473ce5171a58586 (patch) | |
| tree | 647d89d406aa7f2537ed147fb209436a747f99b1 /src/server/gwt/TranslateApp.launch | |
| parent | 07a0e8fe869f11b50bb4b67dbc07118dcdd35465 (diff) | |
Added first version of the fridge poetry gui
Diffstat (limited to 'src/server/gwt/TranslateApp.launch')
| -rw-r--r-- | src/server/gwt/TranslateApp.launch | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/server/gwt/TranslateApp.launch b/src/server/gwt/TranslateApp.launch index 400ecca5c..8eff471c2 100644 --- a/src/server/gwt/TranslateApp.launch +++ b/src/server/gwt/TranslateApp.launch @@ -1,16 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> -<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/> -<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.GWTShell"/> +<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> +<listEntry value="/GF-GWT"/> +</listAttribute> +<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> +<listEntry value="4"/> +</listAttribute> +<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> <listAttribute key="org.eclipse.jdt.launching.CLASSPATH"> <listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry containerPath="org.eclipse.jdt.launching.JRE_CONTAINER" javaProject="GF-GWT" path="1" type="4"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry internalArchive="/GF-GWT/src" path="3" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry id="org.eclipse.jdt.launching.classpathentry.defaultClasspath"> <memento project="GF-GWT"/> </runtimeClasspathEntry> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry externalArchive="/Users/bringert/src/gwt-mac-1.5.3/gwt-dev-mac.jar" path="3" type="2"/> "/> - </listAttribute> -<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-XstartOnFirstThread -Xmx256M"/> +<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/> +<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.GWTShell"/> <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-out www -noserver http://localhost:41296/gwt/www/se.chalmers.cs.gf.gwt.TranslateApp/Translate.html"/> <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="GF-GWT"/> -<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> +<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-XstartOnFirstThread -Xmx256M"/> </launchConfiguration> |
