diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-12-13 23:19:50 +0100 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-12-13 23:36:47 +0100 |
| commit | af6e75be99c0dd600583f1a2c42c64f9a89d7b66 (patch) | |
| tree | 7751668efc44de1c7be8b47d061063d18f832816 /.classpath | |
| parent | 5f30a827fc84af1e54f0716a49995e98a044ebd6 (diff) | |
| download | JCatalog-testing.tar.gz JCatalog-testing.zip | |
Add JUnit3 based HtmlUnit-Testsuitetesting
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="test"/> <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/> <classpathentry kind="con" path="oracle.eclipse.tools.glassfish.lib.system"> <attributes> @@ -12,5 +13,27 @@ <attribute name="owner.project.facets" value="java"/> </attributes> </classpathentry> + <classpathentry kind="lib" path="lib/commons-codec-1.8.jar"/> + <classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/> + <classpathentry kind="lib" path="lib/commons-io-2.4.jar"/> + <classpathentry kind="lib" path="lib/commons-lang3-3.1.jar"/> + <classpathentry kind="lib" path="lib/commons-logging-1.1.3.jar"/> + <classpathentry kind="lib" path="lib/cssparser-0.9.11.jar"/> + <classpathentry kind="lib" path="lib/htmlunit-2.13.jar"/> + <classpathentry kind="lib" path="lib/htmlunit-core-js-2.13.jar"/> + <classpathentry kind="lib" path="lib/httpclient-4.3.1.jar"/> + <classpathentry kind="lib" path="lib/httpcore-4.3.jar"/> + <classpathentry kind="lib" path="lib/httpmime-4.3.1.jar"/> + <classpathentry kind="lib" path="lib/jetty-http-8.1.12.v20130726.jar"/> + <classpathentry kind="lib" path="lib/jetty-io-8.1.12.v20130726.jar"/> + <classpathentry kind="lib" path="lib/jetty-util-8.1.12.v20130726.jar"/> + <classpathentry kind="lib" path="lib/jetty-websocket-8.1.12.v20130726.jar"/> + <classpathentry kind="lib" path="lib/nekohtml-1.9.19.jar"/> + <classpathentry kind="lib" path="lib/sac-1.3.jar"/> + <classpathentry kind="lib" path="lib/serializer-2.7.1.jar"/> + <classpathentry kind="lib" path="lib/xalan-2.7.1.jar"/> + <classpathentry kind="lib" path="lib/xercesImpl-2.11.0.jar"/> + <classpathentry kind="lib" path="lib/xml-apis-1.4.01.jar"/> + <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/> <classpathentry kind="output" path="build/classes"/> </classpath> |
