From 92553543143e7d1199a71fef2dfa673d1a4aec18 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 22 Oct 2010 22:53:44 +0000 Subject: [PATCH] Unsatisfactory partial compromise: place both project and jar dependencies in the .classpath. I'm leaving optional="true" on the project entries in mute protest of its non-workingness. When project dependencies are met (since they come first in the list), Eclipse will use those to find the code they export and everything will be groovy. When they're not met, if you switch Window -> Preferences -> Java -> Compiler -> Building -> "Incomplete build path" from Error to Warning, it will build and just leave you with three annoying warnings in the Problems list about unsatisfied project dependencies. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6226 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .classpath | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/.classpath b/.classpath index 217c4460e..1894c2769 100644 --- a/.classpath +++ b/.classpath @@ -1,20 +1,24 @@ + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + +