From: <dav...@us...> - 2012-03-20 16:19:29
|
Revision: 1316 http://cishell.svn.sourceforge.net/cishell/?rev=1316&view=rev Author: david-coe Date: 2012-03-20 16:19:20 +0000 (Tue, 20 Mar 2012) Log Message: ----------- Adding .classpath to conform with other projects. Modified Paths: -------------- trunk/libs/prefuselib/.classpath Modified: trunk/libs/prefuselib/.classpath =================================================================== --- trunk/libs/prefuselib/.classpath 2012-03-20 15:59:50 UTC (rev 1315) +++ trunk/libs/prefuselib/.classpath 2012-03-20 16:19:20 UTC (rev 1316) @@ -1,6 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry exported="true" kind="lib" path="prefuse.jar"/> + <classpathentry exported="true" kind="lib" path="prefuse.jar"> + <attributes> + <attribute name="javadoc_location" value="http://prefuse.org/doc/api/"/> + </attributes> + </classpathentry> <classpathentry exported="true" kind="lib" path="prefuse-alpha-20060526.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry exported="true" kind="con" path="org.eclipse.pde.core.requiredPlugins"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |