mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- moving mobile source and resource files to adhere to the maven conventions - clean up of the poms - regenerated the eclipse project files with mvn eclipse:eclipse to put them inline with the modifications of the poms - adding structure of the bundle module
11 lines
707 B
XML
11 lines
707 B
XML
<classpath>
|
|
<classpathentry kind="src" path="src/main/java"/>
|
|
<classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
|
|
<classpathentry kind="src" path="src/test/java" output="target/test-classes"/>
|
|
<classpathentry kind="output" path="target/classes"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="var" path="M2_REPO/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar"/>
|
|
<classpathentry kind="src" path="/forge-core"/>
|
|
<classpathentry kind="var" path="M2_REPO/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar"/>
|
|
<classpathentry kind="var" path="M2_REPO/com/google/guava/guava/15.0/guava-15.0.jar"/>
|
|
</classpath> |