GRAILS-1019: Allowing expressions to be used with the 'disabled' attribute for g...
[grails.git] / src / grails / templates / ide-support / eclipse / .launch
blobc85ed569a06588a0374f59fff05a43cd90dd9738
1 <?xml version="1.0" encoding="UTF-8"?>
2 <launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
3 <booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
4 <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="grails.util.GrailsMain"/>
5 <booleanAttribute key="org.eclipse.jdt.debug.ui.INCLUDE_EXTERNAL_JARS" value="true"/>
6 <listAttribute key="org.eclipse.jdt.launching.CLASSPATH">
7 <listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;runtimeClasspathEntry containerPath=&quot;org.eclipse.jdt.launching.JRE_CONTAINER&quot; javaProject=&quot;@grails.project.name@&quot; path=&quot;1&quot; type=&quot;4&quot;/&gt;&#10;"/>
8 <listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;runtimeClasspathEntry id=&quot;org.eclipse.jdt.launching.classpathentry.defaultClasspath&quot;&gt;&#10;&lt;memento exportedEntriesOnly=&quot;false&quot; project=&quot;@grails.project.name@&quot;/&gt;&#10;&lt;/runtimeClasspathEntry&gt;&#10;"/>
9 <listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/@grails.project.name@&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#10;"/>
10 </listAttribute>
11 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
12 <listEntry value="4"/>
13 </listAttribute>
14 <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="@grails.project.name@"/>
15 <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dbase.dir=${project_loc} -Dserver.port=8080 -Dgrails.env=development"/>
16 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
17 <listEntry value="/@grails.project.name@"/>
18 </listAttribute>
19 <booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
20 </launchConfiguration>