|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <classpath> |
3 | | - <classpathentry kind="src" path="sif3Common/src"/> |
4 | | - <classpathentry kind="src" path="sif3InfraModel/src"/> |
5 | | - <classpathentry kind="src" path="sif3InfraCommon/src"/> |
6 | | - <classpathentry kind="src" path="sif3InfraREST/src"/> |
7 | | - <classpathentry kind="src" path="demo/src"/> |
8 | | - <classpathentry kind="src" path="test/src"/> |
9 | | - <classpathentry excluding="consumers/|providers/|hibernate/" kind="src" path="config"/> |
10 | | - <classpathentry kind="src" path="config/hibernate"/> |
11 | | - <classpathentry kind="src" path="config/consumers"/> |
12 | | - <classpathentry kind="src" path="config/providers"/> |
13 | | - <classpathentry kind="lib" path="lib/jaxb/jaxb-api.jar"/> |
14 | | - <classpathentry kind="lib" path="lib/jaxb/jaxb-impl.jar"/> |
15 | | - <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/> |
| 3 | + <classpathentry kind="src" path="src/main/java"/> |
| 4 | + <classpathentry kind="src" path="src/main/resources"/> |
| 5 | + <classpathentry kind="src" path="src/test/java"/> |
| 6 | + <classpathentry excluding="config/|config/providers/|config/providers/|config/hibernate/|config/hibernate/|config/environments/|config/environments/|config/consumers/|config/consumers/|config/" kind="src" path="src/test/resources"/> |
| 7 | + <classpathentry kind="src" path="src/test/resources/config/providers"/> |
| 8 | + <classpathentry kind="src" path="src/test/resources/config/hibernate"/> |
| 9 | + <classpathentry kind="src" path="src/test/resources/config/consumers"/> |
| 10 | + <classpathentry excluding="providers/|hibernate/|environments/|consumers/" kind="src" path="src/test/resources/config"/> |
16 | 11 | <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> |
17 | | - <classpathentry kind="lib" path="lib/xml/dom4j-1.6.1.jar"/> |
18 | | - <classpathentry kind="lib" path="lib/jdbc/mysql.jar"/> |
19 | 12 | <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0"> |
20 | 13 | <attributes> |
21 | | - <attribute name="owner.project.facets" value="jst.web"/> |
| 14 | + <attribute name="owner.project.facets" value="jst.utility"/> |
| 15 | + </attributes> |
| 16 | + </classpathentry> |
| 17 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_51_64bit"> |
| 18 | + <attributes> |
| 19 | + <attribute name="owner.project.facets" value="java"/> |
22 | 20 | </attributes> |
23 | 21 | </classpathentry> |
24 | | - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
25 | 22 | <classpathentry kind="output" path="build/classes"/> |
26 | 23 | </classpath> |
0 commit comments