|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <classpath>
|
3 |
| - <classpathentry kind="src" path="src/common"/> |
4 |
| - <classpathentry kind="src" path="src/api_client"/> |
5 |
| - <classpathentry kind="src" path="src/peer"/> |
6 |
| - <classpathentry kind="src" path="src/directory"/> |
7 |
| - <classpathentry kind="src" path="src/web_server"/> |
8 |
| - <classpathentry kind="src" path="src/simple_server"/> |
9 |
| - <classpathentry kind="src" path="src/external/mysql_lib"/> |
10 |
| - <classpathentry kind="src" path="test"/> |
| 3 | + <classpathentry kind="src" output="target/classes" path="src/api_client"> |
| 4 | + <attributes> |
| 5 | + <attribute name="optional" value="true"/> |
| 6 | + <attribute name="maven.pomderived" value="true"/> |
| 7 | + </attributes> |
| 8 | + </classpathentry> |
| 9 | + <classpathentry kind="src" output="target/classes" path="src/peer"> |
| 10 | + <attributes> |
| 11 | + <attribute name="optional" value="true"/> |
| 12 | + <attribute name="maven.pomderived" value="true"/> |
| 13 | + </attributes> |
| 14 | + </classpathentry> |
| 15 | + <classpathentry kind="src" output="target/classes" path="src/directory"> |
| 16 | + <attributes> |
| 17 | + <attribute name="optional" value="true"/> |
| 18 | + <attribute name="maven.pomderived" value="true"/> |
| 19 | + </attributes> |
| 20 | + </classpathentry> |
| 21 | + <classpathentry kind="src" output="target/classes" path="src/web_server"> |
| 22 | + <attributes> |
| 23 | + <attribute name="optional" value="true"/> |
| 24 | + <attribute name="maven.pomderived" value="true"/> |
| 25 | + </attributes> |
| 26 | + </classpathentry> |
| 27 | + <classpathentry kind="src" output="target/classes" path="src/simple_server"> |
| 28 | + <attributes> |
| 29 | + <attribute name="optional" value="true"/> |
| 30 | + <attribute name="maven.pomderived" value="true"/> |
| 31 | + </attributes> |
| 32 | + </classpathentry> |
| 33 | + <classpathentry kind="src" output="target/classes" path="src/external/mysql_lib"> |
| 34 | + <attributes> |
| 35 | + <attribute name="optional" value="true"/> |
| 36 | + <attribute name="maven.pomderived" value="true"/> |
| 37 | + </attributes> |
| 38 | + </classpathentry> |
11 | 39 | <classpathentry kind="src" path="integration_tests/src"/>
|
12 |
| - <classpathentry kind="src" path="src/server"/> |
13 |
| - <classpathentry exported="true" kind="lib" path="libs/javax.servlet-3.0.0.v201112011016.jar"/> |
14 |
| - <classpathentry exported="true" kind="lib" path="libs/jetty/jetty-all-8.1.7.v20120910.jar" sourcepath="libs/jetty/jetty-all-8.1.7.v20120910-sources.jar"/> |
15 |
| - <classpathentry exported="true" kind="lib" path="libs/log4j-1.2.17.jar"/> |
16 |
| - <classpathentry exported="true" kind="lib" path="libs/mailapi.jar"/> |
17 |
| - <classpathentry exported="true" kind="lib" path="libs/smtp.jar"/> |
18 |
| - <classpathentry exported="true" kind="lib" path="libs/guice-3.0.jar"/> |
19 |
| - <classpathentry exported="true" kind="lib" path="libs/aopalliance.jar"/> |
20 |
| - <classpathentry exported="true" kind="lib" path="libs/mockito-all-1.9.0.jar" sourcepath="libs/mockito-all-1.9.0.jar"> |
21 |
| - <attributes> |
22 |
| - <attribute name="javadoc_location" value="jar:platform:/resource/codeine/libs/mockito-all-1.9.0.jar!/"/> |
23 |
| - </attributes> |
24 |
| - </classpathentry> |
25 |
| - <classpathentry exported="true" kind="lib" path="libs/guice-servlet-3.0.jar"/> |
26 |
| - <classpathentry exported="true" kind="lib" path="libs/javax.inject.jar"/> |
27 |
| - <classpathentry exported="true" kind="lib" path="libs/gson/gson-2.2.4.jar" sourcepath="libs/gson/gson-2.2.4-sources.jar"/> |
28 |
| - <classpathentry exported="true" kind="lib" path="libs/guava/guava-16.0.1.jar" sourcepath="libs/guava/guava-16.0.1-sources.jar"/> |
29 |
| - <classpathentry kind="lib" path="libs/joda-time/joda-time-2.2.jar" sourcepath="libs/joda-time/joda-time-2.2-sources.jar"/> |
30 |
| - <classpathentry kind="lib" path="libs/mysql/mysql-connector-java-5.1.15-bin.jar"/> |
31 |
| - <classpathentry kind="lib" path="libs/jmustache-1.8.jar"/> |
| 40 | + <classpathentry kind="src" output="target/classes" path="src/server"> |
| 41 | + <attributes> |
| 42 | + <attribute name="optional" value="true"/> |
| 43 | + <attribute name="maven.pomderived" value="true"/> |
| 44 | + </attributes> |
| 45 | + </classpathentry> |
32 | 46 | <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
33 |
| - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
34 |
| - <classpathentry exported="true" kind="lib" path="libs/mongo/mongo-java-driver-2.11.2.jar" sourcepath="libs/mongo/mongo-java-driver-2.11.2-sources.jar"/> |
35 |
| - <classpathentry kind="output" path="compiled_classes"/> |
| 47 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> |
| 48 | + <attributes> |
| 49 | + <attribute name="maven.pomderived" value="true"/> |
| 50 | + </attributes> |
| 51 | + </classpathentry> |
| 52 | + <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> |
| 53 | + <attributes> |
| 54 | + <attribute name="maven.pomderived" value="true"/> |
| 55 | + </attributes> |
| 56 | + </classpathentry> |
| 57 | + <classpathentry including="**/*.java" kind="src" output="target/classes" path="src/common"> |
| 58 | + <attributes> |
| 59 | + <attribute name="optional" value="true"/> |
| 60 | + <attribute name="maven.pomderived" value="true"/> |
| 61 | + </attributes> |
| 62 | + </classpathentry> |
| 63 | + <classpathentry kind="src" output="target/test-classes" path="test"> |
| 64 | + <attributes> |
| 65 | + <attribute name="optional" value="true"/> |
| 66 | + <attribute name="maven.pomderived" value="true"/> |
| 67 | + </attributes> |
| 68 | + </classpathentry> |
| 69 | + <classpathentry kind="output" path="target/classes"/> |
36 | 70 | </classpath>
|
0 commit comments