|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <classpath> |
3 | | - <classpathentry kind="src" path="src"/> |
4 | | - <classpathentry kind="src" path="tests"/> |
5 | 3 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> |
6 | 4 | <attributes> |
7 | 5 | <attribute name="module" value="true"/> |
8 | 6 | </attributes> |
9 | 7 | </classpathentry> |
| 8 | + <classpathentry kind="src" path="src"/> |
| 9 | + <classpathentry kind="src" path="tests"/> |
10 | 10 | <classpathentry kind="lib" path="lib/apache-commons-csv/commons-csv-1.0-SNAPSHOT.jar"/> |
11 | | - <classpathentry kind="lib" path="lib/htmlunit-2.45/htmlunit-2.45.0.jar"/> |
12 | | - <classpathentry kind="lib" path="lib/htmlunit-2.45/htmlunit-cssparser-1.7.0.jar"/> |
13 | 11 | <classpathentry kind="lib" path="lib/htmlunit-2.45/httpclient-4.5.13.jar"/> |
14 | 12 | <classpathentry kind="lib" path="lib/htmlunit-2.45/commons-codec-1.11.jar"/> |
15 | 13 | <classpathentry kind="lib" path="lib/htmlunit-2.45/httpcore-4.4.13.jar"/> |
16 | 14 | <classpathentry kind="lib" path="lib/htmlunit-2.45/commons-logging-1.2.jar"/> |
17 | | - <classpathentry kind="lib" path="lib/htmlunit-2.45/htmlunit-core-js-2.45.0.jar"/> |
18 | 15 | <classpathentry kind="lib" path="lib/htmlunit-2.45/dec-0.1.2.jar"/> |
19 | 16 | <classpathentry kind="lib" path="lib/htmlunit-2.45/commons-io-2.8.0.jar"/> |
20 | 17 | <classpathentry kind="lib" path="lib/htmlunit-2.45/commons-lang3-3.11.jar"/> |
21 | 18 | <classpathentry kind="lib" path="lib/htmlunit-2.45/xercesImpl-2.12.0.jar"/> |
22 | 19 | <classpathentry kind="lib" path="lib/htmlunit-2.45/xml-apis-1.4.01.jar"/> |
23 | 20 | <classpathentry kind="lib" path="lib/htmlunit-2.45/xalan-2.7.2.jar"/> |
24 | 21 | <classpathentry kind="lib" path="lib/htmlunit-2.45/httpmime-4.5.13.jar"/> |
25 | | - <classpathentry kind="lib" path="lib/htmlunit-2.45/neko-htmlunit-2.45.0.jar"/> |
26 | 22 | <classpathentry kind="lib" path="lib/htmlunit-2.45/salvation2-3.0.0.jar"/> |
27 | 23 | <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/> |
| 24 | + <classpathentry kind="lib" path="lib/org.htmlunit/htmlunit-3.2.0.jar"/> |
| 25 | + <classpathentry kind="lib" path="lib/org.htmlunit/htmlunit-core-js-3.2.0.jar"/> |
| 26 | + <classpathentry kind="lib" path="lib/org.htmlunit/htmlunit-cssparser-3.2.0.jar"/> |
| 27 | + <classpathentry kind="lib" path="lib/org.htmlunit/neko-htmlunit-3.2.0.jar"/> |
28 | 28 | <classpathentry kind="output" path="bin"/> |
29 | 29 | </classpath> |
0 commit comments