1234567891011121314151617181920 |
- <?xml version="1.0" encoding="UTF-8"?>
- <classpath>
- <classpathentry kind="src" path="src/config"/>
- <classpathentry kind="src" path="src/java"/>
- <classpathentry kind="src" path="test"/>
- <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
- <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
- <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/jbarcode-0.2.8.jar"/>
- <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
- <attributes>
- <attribute name="owner.project.facets" value="jst.web"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre7"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/classes12.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/ojdbc5.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/ojdbc6.jar"/>
- <classpathentry kind="output" path="WebContent/WEB-INF/classes"/>
- </classpath>
|