Mercurial > hg > MetaDataManagerRestlet
comparison .classpath @ 1:ede4c4ead6f5
properties fuer die name server in web.xml eingebaut,
zum instlalieren muss web.xml.template in web.xml umbenannt werden.
| author | dwinter |
|---|---|
| date | Thu, 30 Jun 2011 11:21:29 +0200 |
| parents | 813aa2c5bc4b |
| children | f13ac4acbb0d |
comparison
equal
deleted
inserted
replaced
| 0:813aa2c5bc4b | 1:ede4c4ead6f5 |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <classpath> | 2 <classpath> |
| 3 <classpathentry kind="src" path="src"/> | 3 <classpathentry kind="src" path="src"/> |
| 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM 1.6.0 (MacOS X Default)"> | |
| 5 <attributes> | |
| 6 <attribute name="owner.project.facets" value="java"/> | |
| 7 </attributes> | |
| 8 </classpathentry> | |
| 9 <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0"> | 4 <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0"> |
| 10 <attributes> | 5 <attributes> |
| 11 <attribute name="owner.project.facets" value="jst.web"/> | 6 <attribute name="owner.project.facets" value="jst.web"/> |
| 12 </attributes> | 7 </attributes> |
| 13 </classpathentry> | 8 </classpathentry> |
| 14 <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/> | 9 <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/> |
| 15 <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> | 10 <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> |
| 16 <classpathentry kind="lib" path="libs/org.restlet.jar"/> | 11 <classpathentry kind="lib" path="libs/org.restlet.jar"/> |
| 17 <classpathentry kind="lib" path="libs/log4j-1.2.15.jar"/> | 12 <classpathentry kind="lib" path="libs/log4j-1.2.15.jar"/> |
| 18 <classpathentry kind="lib" path="libs/org.restlet.ext.servlet.jar"/> | 13 <classpathentry kind="lib" path="libs/org.restlet.ext.servlet.jar"/> |
| 14 <classpathentry kind="lib" path="libs/org.json.jar"/> | |
| 15 <classpathentry kind="lib" path="libs/org.restlet.ext.json.jar"/> | |
| 19 <classpathentry combineaccessrules="false" kind="src" path="/MetaDataManager"/> | 16 <classpathentry combineaccessrules="false" kind="src" path="/MetaDataManager"/> |
| 17 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | |
| 18 <classpathentry combineaccessrules="false" kind="src" path="/NamedIdentityManager"> | |
| 19 <attributes> | |
| 20 <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="NamedIdentityManager/libs"/> | |
| 21 </attributes> | |
| 22 </classpathentry> | |
| 20 <classpathentry kind="output" path="build/classes"/> | 23 <classpathentry kind="output" path="build/classes"/> |
| 21 </classpath> | 24 </classpath> |
