Author: kmenard
Date: Thu Sep 7 13:52:03 2006
New Revision: 441223
URL: http://svn.apache.org/viewvc?view=rev&rev=441223
Log:
Fixed a classpath problem.
Modified:
incubator/cayenne/soc/trunk/cayenne-eclipse/.classpath
Modified: incubator/cayenne/soc/trunk/cayenne-eclipse/.classpath
URL:
http://svn.apache.org/viewvc/incubator/cayenne/soc/trunk/cayenne-eclipse/.classpath?view=diff&rev=441223&r1=441222&r2=441223
==============================================================================
--- incubator/cayenne/soc/trunk/cayenne-eclipse/.classpath (original)
+++ incubator/cayenne/soc/trunk/cayenne-eclipse/.classpath Thu Sep 7 13:52:03
2006
@@ -3,10 +3,6 @@
<classpathentry path="src" kind="src"/>
<classpathentry path="org.eclipse.jdt.launching.JRE_CONTAINER"
kind="con"/>
<classpathentry path="org.eclipse.pde.core.requiredPlugins" kind="con"/>
- <classpathentry path="lib/cayenne.jar" kind="lib">
- <attributes>
- <attribute name="javadoc_location"
value="file:/home/bruno/cayenne-1.2/doc/api/cayenne/"/>
- </attributes>
- </classpathentry>
+ <classpathentry path="lib/cayenne.jar" kind="lib"/>
<classpathentry path="bin" kind="output"/>
</classpath>