Skip to content

Instantly share code, notes, and snippets.

@573
Created October 23, 2012 15:00
Show Gist options
  • Save 573/3939250 to your computer and use it in GitHub Desktop.
Save 573/3939250 to your computer and use it in GitHub Desktop.
example .classpath file for eclipse
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="misc"/>
<classpathentry kind="lib" path="/repast.simphony.core/bin"/>
<classpathentry kind="lib" path="/repast.simphony.data/bin"/>
<classpathentry kind="lib" path="/repast.simphony.data.ui/bin"/>
<classpathentry kind="lib" path="/repast.simphony.gui/bin"/>
<classpathentry kind="lib" path="/repast.simphony.runtime/bin"/>
<classpathentry kind="lib" path="/repast.simphony.dataLoader/bin"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment