Launch configs for use with the grefine-all top level project

git-svn-id: http://google-refine.googlecode.com/svn/trunk@2110 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Tom Morris 2011-06-11 23:08:48 +00:00
parent ed91bf36ce
commit 5fa5e7b28a
2 changed files with 26 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/grefine-all/server/src/com/google/refine/Refine.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.refine.Refine"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="grefine-all"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Drefine.autoreloading=true"/>
</launchConfiguration>