Created
October 23, 2012 15:26
-
-
Save 573/3939434 to your computer and use it in GitHub Desktop.
The .project simphony.gui.client.launch file (JPF)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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="/simphony.gui.client"/> | |
</listAttribute> | |
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> | |
<listEntry value="4"/> | |
</listAttribute> | |
<listAttribute key="org.eclipse.jdt.launching.CLASSPATH"> | |
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="org.eclipse.jdt.launching.JRE_CONTAINER" path="2" type="4"/> "/> | |
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="REPAST_SIMPHONY_LAUNCHER" path="3" type="4"/> "/> | |
</listAttribute> | |
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.maven.ide.eclipse.launchconfig.classpathProvider"/> | |
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/> | |
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="repast.simphony.runtime.RepastMain"/> | |
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value=""${workspace_loc:simphony.gui.client}/ascenario.rs""/> | |
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="simphony.gui.client"/> | |
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.maven.ide.eclipse.launchconfig.sourcepathProvider"/> | |
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx400M"/> | |
</launchConfiguration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment