From 147b94b5de526543f359d89ad25c10d1c45b4269 Mon Sep 17 00:00:00 2001 From: Charlie Groves Date: Tue, 16 Nov 2010 21:32:53 +0000 Subject: [PATCH] Regenerate eclipse business with mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true and then clean out the crap that we don't care about. This downloads all the available source and javadocs to the maven repository, so if you run that command in your copy of narya, you'll be able to navigate into library sources in your Eclipse as well. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6274 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .classpath | 25 ++++++++++++++----------- .project | 28 ++++++++++++---------------- .settings/org.eclipse.jdt.core.prefs | 5 +++++ 3 files changed, 31 insertions(+), 27 deletions(-) create mode 100644 .settings/org.eclipse.jdt.core.prefs diff --git a/.classpath b/.classpath index ebba26015..984f484f3 100644 --- a/.classpath +++ b/.classpath @@ -1,21 +1,24 @@ - + + + - - - - - + + - - - - - + + + + + + + + + diff --git a/.project b/.project index 73322d773..a2fbb8359 100644 --- a/.project +++ b/.project @@ -1,17 +1,13 @@ - - narya - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - - + narya + Facilities for making networked multiplayer games. + + + + org.eclipse.jdt.core.javabuilder + + + + org.eclipse.jdt.core.javanature + + \ No newline at end of file diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 000000000..14810c364 --- /dev/null +++ b/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,5 @@ +#Tue Nov 16 13:17:35 PST 2010 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.source=1.5 +org.eclipse.jdt.core.compiler.compliance=1.5