Shawn O. Pearce | abbb03e | 2009-03-09 12:04:16 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 2 | <launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> |
| 3 | <stringAttribute key="bad_container_name" value="/gerrit-appja"/> |
| 4 | <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> |
Shawn O. Pearce | 10a52b3 | 2009-02-09 08:12:54 -0800 | [diff] [blame] | 5 | <listEntry value="/gerrit"/> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 6 | </listAttribute> |
| 7 | <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> |
| 8 | <listEntry value="4"/> |
| 9 | </listAttribute> |
| 10 | <booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> |
Shawn O. Pearce | 7013b38 | 2008-12-20 21:47:57 -0800 | [diff] [blame] | 11 | <stringAttribute key="org.eclipse.debug.core.source_locator_id" value="org.eclipse.jdt.launching.sourceLocator.JavaSourceLookupDirector"/> |
Shawn O. Pearce | 10a52b3 | 2009-02-09 08:12:54 -0800 | [diff] [blame] | 12 | <stringAttribute key="org.eclipse.debug.core.source_locator_memento" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <sourceLookupDirector> <sourceContainers duplicates="false"> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;gerrit&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;gwtjsonrpc&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;gwtorm&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;default/&gt;&#10;" typeId="org.eclipse.debug.core.containerType.default"/> </sourceContainers> </sourceLookupDirector> "/> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 13 | <listAttribute key="org.eclipse.jdt.launching.CLASSPATH"> |
Shawn O. Pearce | d4041b4 | 2009-05-04 18:26:22 -0700 | [diff] [blame] | 14 | <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="org.eclipse.jdt.launching.JRE_CONTAINER" javaProject="gerrit" path="1" type="4"/> "/> |
Shawn O. Pearce | fa0c753 | 2009-05-12 17:22:08 -0700 | [diff] [blame] | 15 | <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="org.eclipse.jdt.USER_LIBRARY/GWT_16" path="3" type="4"/> "/> |
Shawn O. Pearce | d4041b4 | 2009-05-04 18:26:22 -0700 | [diff] [blame] | 16 | <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/gwtexpui/src/main/java" path="3" type="2"/> "/> |
| 17 | <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/gwtjsonrpc/src/main/java" path="3" type="2"/> "/> |
| 18 | <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/gwtorm/src/main/java" path="3" type="2"/> "/> |
| 19 | <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/gerrit/src/main/java" path="3" type="2"/> "/> |
| 20 | <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry id="org.eclipse.jdt.launching.classpathentry.defaultClasspath"> <memento exportedEntriesOnly="false" project="gerrit"/> </runtimeClasspathEntry> "/> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 21 | </listAttribute> |
| 22 | <stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.maven.ide.eclipse.launchconfig.classpathProvider"/> |
| 23 | <booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/> |
Shawn O. Pearce | 0da2b72 | 2009-05-12 17:21:02 -0700 | [diff] [blame] | 24 | <stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> |
Shawn O. Pearce | 8d2f184 | 2009-05-13 07:59:04 -0700 | [diff] [blame] | 25 | <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.HostedMode"/> |
| 26 | <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-war ${resource_loc:/gerrit/src/main/webapp} -startupUrl /Gerrit com.google.gerrit.Gerrit"/> |
Shawn O. Pearce | 10a52b3 | 2009-02-09 08:12:54 -0800 | [diff] [blame] | 27 | <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="gerrit"/> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 28 | <stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.maven.ide.eclipse.launchconfig.sourcepathProvider"/> |
Shawn O. Pearce | 49212fa | 2009-04-14 10:13:33 -0700 | [diff] [blame] | 29 | <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx256M -XstartOnFirstThread -DGerritServer=${resource_loc:/gerrit/src/main/java/GerritServer.properties} -Dcom.google.gerrit.server.BecomeAnyAccountLoginServlet=true"/> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 30 | </launchConfiguration> |