ForgePatch/fml/.classpath

10 lines
492 B
Plaintext
Raw Normal View History

2012-03-28 16:53:08 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
2012-03-30 05:12:59 +00:00
<classpathentry kind="src" path="test"/>
2012-03-28 16:53:08 +00:00
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
2012-03-30 05:12:59 +00:00
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
2012-03-28 16:53:08 +00:00
<classpathentry combineaccessrules="false" kind="src" path="/forge-server"/>
<classpathentry kind="output" path="bin"/>
</classpath>