From: <tho...@us...> - 2014-03-21 01:21:05
|
Revision: 8004 http://sourceforge.net/p/bigdata/code/8004 Author: thompsonbry Date: 2014-03-21 01:21:03 +0000 (Fri, 21 Mar 2014) Log Message: ----------- Fixing the .classpath for the eclipse IDE to include the jackson jar. Modified Paths: -------------- branches/RDR/.classpath Modified: branches/RDR/.classpath =================================================================== --- branches/RDR/.classpath 2014-03-21 01:12:03 UTC (rev 8003) +++ branches/RDR/.classpath 2014-03-21 01:21:03 UTC (rev 8004) @@ -59,6 +59,7 @@ <classpathentry exported="true" kind="lib" path="bigdata/lib/lucene/lucene-analyzers-3.0.0.jar"/> <classpathentry exported="true" kind="lib" path="bigdata/lib/lucene/lucene-core-3.0.0.jar"/> <classpathentry kind="lib" path="bigdata/lib/jetty/jetty-client-9.1.3.v20140225.jar" sourcepath="/Users/bryan/Documents/workspace/org.eclipse.jetty.project-jetty-9.1-wsbatch"/> + <classpathentry kind="lib" path="bigdata-sails/lib/jackson-core-2.3.3-20140314.203554-3.jar"/> <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry exported="true" kind="lib" path="bigdata/lib/high-scale-lib-v1.1.2.jar"/> <classpathentry exported="true" kind="lib" path="bigdata/lib/junit-ext-1.1-b3-dev.jar"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |