Revision: 4886
http://jnode.svn.sourceforge.net/jnode/?rev=4886&view=rev
Author: fduminy
Date: 2009-01-18 11:04:39 +0000 (Sun, 18 Jan 2009)
Log Message:
-----------
changed eclipse build path to follow same policy as other JNode projects
Modified Paths:
--------------
trunk/sound/.classpath
Modified: trunk/sound/.classpath
===================================================================
--- trunk/sound/.classpath 2009-01-18 04:33:04 UTC (rev 4885)
+++ trunk/sound/.classpath 2009-01-18 11:04:39 UTC (rev 4886)
@@ -2,5 +2,5 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="output" path="build/classes"/>
</classpath>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|