Files
forge/forge-net/.classpath
teferi 3fb97dfe15 - Adding mobile modules to the maven BuildConfig.java
- 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
2014-02-28 09:11:29 +00:00

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>