From: <cg...@us...> - 2008-10-15 04:42:19
|
Revision: 5395 http://jython.svn.sourceforge.net/jython/?rev=5395&view=rev Author: cgroves Date: 2008-10-15 04:42:15 +0000 (Wed, 15 Oct 2008) Log Message: ----------- Remove build/exposed from the classpath. Having it in there meant any source navigation like F3 or Open Type would go to the exposed version rather than the source version that you were really after. Not having it in there means you need to add the exposed dir to the classpath of any run configurations in Eclipse, but that felt like a lesser evil than my smiting my keyboard in frustration every time Eclipse opened the wrong file. Modified Paths: -------------- trunk/jython/.classpath Modified: trunk/jython/.classpath =================================================================== --- trunk/jython/.classpath 2008-10-15 00:46:02 UTC (rev 5394) +++ trunk/jython/.classpath 2008-10-15 04:42:15 UTC (rev 5395) @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="lib" path="build/exposed"/> <classpathentry excluding="com/ziclix/python/sql/handler/InformixDataHandler.java|com/ziclix/python/sql/handler/OracleDataHandler.java" kind="src" output="build/classes" path="src"/> <classpathentry kind="src" output="build/classes" path="build/gensrc"/> <classpathentry kind="src" output="build/classes" path="tests/java"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |