Author: adrianc Date: Sun Mar 14 06:33:58 2010 New Revision: 922773 URL: http://svn.apache.org/viewvc?rev=922773&view=rev Log: Updated classpath file.
Modified: commons/sandbox/convert/trunk/.classpath Modified: commons/sandbox/convert/trunk/.classpath URL: http://svn.apache.org/viewvc/commons/sandbox/convert/trunk/.classpath?rev=922773&r1=922772&r2=922773&view=diff ============================================================================== --- commons/sandbox/convert/trunk/.classpath (original) +++ commons/sandbox/convert/trunk/.classpath Sun Mar 14 06:33:58 2010 @@ -1,11 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="src/java"/> - <classpathentry kind="src" path="src/test"/> - <!-- - <classpathentry kind="lib" path="target/lib/ant-1.5.jar"/> - <classpathentry kind="lib" path="target/lib/ant-optional-1.5.jar"/> - --> + <classpathentry kind="src" path="src/test/java"/> + <classpathentry kind="src" path="src/main/java"/> <classpathentry kind="lib" path="target/lib/junit-4.8.1.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="bin"/>