Use m2eclipse for Eclipse configuration

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6428 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Charlie Groves
2011-01-11 23:46:41 +00:00
parent 50b19cdee0
commit 52afa1d654
4 changed files with 41 additions and 36 deletions
+7 -21
View File
@@ -1,24 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry excluding="**/.svn/" kind="src" path="src/main/java"/> <classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry excluding="**/*.java" kind="src" path="src/main/resources"/> <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
<classpathentry excluding="**/.svn/" kind="src" output="dist/test-classes" path="src/test/java"/> <classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
<classpathentry excluding="**/*.java" kind="src" output="dist/test-classes" path="src/test/resources"/> <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry exported="true" kind="var" path="M2_REPO/aopalliance/aopalliance/1.0/aopalliance-1.0.jar" sourcepath="M2_REPO/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar"/> <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry exported="true" kind="var" path="M2_REPO/com/google/inject/guice/2.0/guice-2.0.jar" sourcepath="/EXT_SRC_DIR/guice.zip"> <classpathentry kind="output" path="target/classes"/>
<accessrules>
<accessrule kind="nonaccessible" pattern="**/internal/**"/>
</accessrules>
</classpathentry>
<classpathentry exported="true" kind="var" path="M2_REPO/javassist/javassist/3.8.0.GA/javassist-3.8.0.GA.jar" sourcepath="M2_REPO/javassist/javassist/3.8.0.GA/javassist-3.8.0.GA-sources.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/com/samskivert/jmustache/1.0/jmustache-1.0.jar" sourcepath="M2_REPO/com/samskivert/jmustache/1.0/jmustache-1.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/groves/.m2/repository/com/samskivert/jmustache/1.0/jmustache-1.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="var" path="M2_REPO/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar" sourcepath="M2_REPO/javax/annotation/jsr250-api/1.0/jsr250-api-1.0-sources.jar"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/depot"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/gwt-utils"/>
<classpathentry kind="output" path="dist/classes"/>
</classpath> </classpath>
+22 -12
View File
@@ -1,13 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>narya</name> <name>narya</name>
<comment>Facilities for making networked multiplayer games.</comment> <comment>Facilities for making networked multiplayer games.</comment>
<projects/> <projects>
<buildSpec> </projects>
<buildCommand> <buildSpec>
<name>org.eclipse.jdt.core.javabuilder</name> <buildCommand>
</buildCommand> <name>org.eclipse.jdt.core.javabuilder</name>
</buildSpec> <arguments>
<natures> </arguments>
<nature>org.eclipse.jdt.core.javanature</nature> </buildCommand>
</natures> <buildCommand>
</projectDescription> <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>
+4 -3
View File
@@ -1,5 +1,6 @@
#Tue Nov 16 13:17:35 PST 2010 #Thu Dec 09 16:51:13 PST 2010
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
eclipse.preferences.version=1 eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.source=1.5 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.compliance=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 16:51:10 PST 2010
activeProfiles=
eclipse.preferences.version=1
fullBuildGoals=process-test-resources
resolveWorkspaceProjects=true
resourceFilterGoals=process-resources resources\:testResources
skipCompilerPlugin=true
version=1