Use m2eclipse for Eclipse configuration

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1111 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Charlie Groves
2011-01-11 23:46:53 +00:00
parent 7c5debc5e3
commit 4ebd386e52
4 changed files with 26 additions and 11 deletions
+6 -11
View File
@@ -1,14 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/.svn/**" kind="src" output="dist/classes" path="src/main/java"/>
<classpathentry excluding="**/.svn/**" kind="src" output="dist/test-classes" path="src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="var" path="M2_REPO/com/megginson/sax/xml-writer/0.2/xml-writer-0.2.jar"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/narya"/>
<classpathentry exported="true" kind="var" path="M2_REPO/com/jcraft/jogg/0.0.7/jogg-0.0.7.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/com/jcraft/jorbis/0.0.15/jorbis-0.0.15.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/org/lwjgl/lwjgl/2.6/lwjgl-2.6.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/org/lwjgl/lwjgl_util/2.6/lwjgl_util-2.6.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/net/javazoom/jlayer/1.0/jlayer-1.0.jar"/>
<classpathentry kind="output" path="dist/classes"/>
<classpathentry excluding="**/OggPlayer.java|**/ModPlayer.java|**/MidiPlayer.java|**/Mp3Player.java" kind="src" output="target/classes" path="src/main/java"/>
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
+6
View File
@@ -10,8 +10,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.maven.ide.eclipse.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.maven.ide.eclipse.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
+6
View File
@@ -0,0 +1,6 @@
#Thu Dec 09 14:25:49 PST 2010
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.source=1.5
+8
View File
@@ -0,0 +1,8 @@
#Thu Dec 09 14:25:21 PST 2010
activeProfiles=
eclipse.preferences.version=1
fullBuildGoals=process-test-resources
resolveWorkspaceProjects=true
resourceFilterGoals=process-resources resources\:testResources
skipCompilerPlugin=true
version=1