Author: rgardler
Date: Sat Nov 18 14:24:26 2006
New Revision: 476632
URL: http://svn.apache.org/viewvc?view=rev&rev=476632
Log:
Use build rather than bin (conforms to the "norm" within Apache Forrest)
Modified:
forrest/trunk/whiteboard/forrest2/.classpath
Modified: forrest/trunk/whiteboard/forrest2/.classpath
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/.classpath?view=diff&rev=476632&r1=476631&r2=476632
==============================================================================
--- forrest/trunk/whiteboard/forrest2/.classpath (original)
+++ forrest/trunk/whiteboard/forrest2/.classpath Sat Nov 18 14:24:26 2006
@@ -9,5 +9,5 @@
<classpathentry kind="con"
path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con"
path="org.jayasoft.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/ivy.xml/*"/>
<classpathentry combineaccessrules="false" kind="src"
path="/org.saafe.catalogue"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="output" path="build/classes"/>
</classpath>