Mercurial > hg > AnnotationManager
diff .classpath @ 7:97f68ab3430f
support both read and search api of Annotator.
some cleanup of imports.
author | casties |
---|---|
date | Mon, 19 Mar 2012 12:01:39 +0100 |
parents | 0be9d53a6967 |
children | e9fd2e1e0979 |
line wrap: on
line diff
--- a/.classpath Wed Mar 14 16:21:45 2012 +0100 +++ b/.classpath Mon Mar 19 12:01:39 2012 +0100 @@ -1,16 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM 1.6.0 (MacOS X Default)"> - <attributes> - <attribute name="owner.project.facets" value="java"/> - </attributes> - </classpathentry> - <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0"> - <attributes> - <attribute name="owner.project.facets" value="jst.web"/> - </attributes> - </classpathentry> <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/> <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> <classpathentry kind="lib" path="libs/log4j-1.2.15.jar"> @@ -46,5 +36,7 @@ </classpathentry> <classpathentry kind="lib" path="libs/httpcomponents-core-4.0-beta3/lib/httpcore-nio-4.0-beta3.jar"/> <classpathentry combineaccessrules="false" kind="src" path="/TripleStoreManager"/> + <classpathentry kind="lib" path="libs/org.restlet.jar"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JDK 1.6"/> <classpathentry kind="output" path="build/classes"/> </classpath>