diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2012-11-03 11:02:30 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2012-11-03 11:02:30 +1300 |
commit | 9cc6eebd2e4c95fa3ac633df7a4d1255a2f00c39 (patch) | |
tree | cd1bb509448bd690b37892566a6be8369be80a40 /TraccarTest-prod.launch | |
download | trackermap-web-9cc6eebd2e4c95fa3ac633df7a4d1255a2f00c39.tar.gz trackermap-web-9cc6eebd2e4c95fa3ac633df7a4d1255a2f00c39.tar.bz2 trackermap-web-9cc6eebd2e4c95fa3ac633df7a4d1255a2f00c39.zip |
Created project
Diffstat (limited to 'TraccarTest-prod.launch')
-rw-r--r-- | TraccarTest-prod.launch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/TraccarTest-prod.launch b/TraccarTest-prod.launch new file mode 100644 index 00000000..0405cfb0 --- /dev/null +++ b/TraccarTest-prod.launch @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="com.google.gwt.eclipse.core.launch.gwtJUnit"> +<stringAttribute key="com.google.gwt.eclipse.core.LOG_LEVEL" value="INFO"/> +<booleanAttribute key="com.google.gwt.eclipse.core.NOT_HEADLESS" value="false"/> +<stringAttribute key="com.google.gwt.eclipse.core.OUT_DIR" value="www-test"/> +<booleanAttribute key="com.google.gwt.eclipse.core.STANDARDS_MODE" value="false"/> +<stringAttribute key="com.google.gwt.eclipse.core.STYLE" value="OBFUSCATED"/> +<stringAttribute key="com.google.gwt.eclipse.core.WEB_MODE" value="true"/> +<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> +<listEntry value="/traccar-web/src/test/java/org/traccar/web/client/GwtTestTraccar.java"/> +</listAttribute> +<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> +<listEntry value="1"/> +</listAttribute> +<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value=""/> +<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/> +<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/> +<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/> +<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="com.google.gdt.eclipse.maven.mavenClasspathProvider"/> +<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.traccar.web.client.GwtTestTraccar"/> +<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="traccar-web"/> +</launchConfiguration> |