|
1 | | -<?xml version="1.0" encoding="UTF-8"?> |
2 | | -<classpath> |
3 | | - <classpathentry kind="src" path="src"/> |
4 | | - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> |
5 | | - <classpathentry kind="lib" path="D:/LYF/ProgFiles4Prog/spring-framework-3.0.5.RELEASE/dist/org.springframework.aop-3.0.5.RELEASE.jar"/> |
6 | | - <classpathentry kind="lib" path="D:/LYF/ProgFiles4Prog/spring-framework-3.0.5.RELEASE/dist/org.springframework.asm-3.0.5.RELEASE.jar"/> |
7 | | - <classpathentry kind="lib" path="D:/LYF/ProgFiles4Prog/spring-framework-3.0.5.RELEASE/dist/org.springframework.aspects-3.0.5.RELEASE.jar"/> |
8 | | - <classpathentry kind="lib" path="D:/LYF/ProgFiles4Prog/spring-framework-3.0.5.RELEASE/dist/org.springframework.beans-3.0.5.RELEASE.jar"/> |
9 | | - <classpathentry kind="lib" path="D:/LYF/ProgFiles4Prog/spring-framework-3.0.5.RELEASE/dist/org.springframework.context.support-3.0.5.RELEASE.jar"/> |
10 | | - <classpathentry kind="lib" path="D:/LYF/ProgFiles4Prog/spring-framework-3.0.5.RELEASE/dist/org.springframework.context-3.0.5.RELEASE.jar"/> |
11 | | - <classpathentry kind="lib" path="D:/LYF/ProgFiles4Prog/spring-framework-3.0.5.RELEASE/dist/org.springframework.core-3.0.5.RELEASE.jar"/> |
12 | | - <classpathentry kind="lib" path="D:/LYF/ProgFiles4Prog/spring-framework-3.0.5.RELEASE/dist/org.springframework.expression-3.0.5.RELEASE.jar"/> |
13 | | - <classpathentry kind="lib" path="D:/LYF/ProgFiles4Prog/spring-framework-3.0.5.RELEASE/dist/org.springframework.instrument.tomcat-3.0.5.RELEASE.jar"/> |
14 | | - <classpathentry kind="lib" path="D:/LYF/ProgFiles4Prog/spring-framework-3.0.5.RELEASE/dist/org.springframework.instrument-3.0.5.RELEASE.jar"/> |
15 | | - <classpathentry kind="lib" path="D:/LYF/ProgFiles4Prog/spring-framework-3.0.5.RELEASE/dist/org.springframework.jdbc-3.0.5.RELEASE.jar"/> |
16 | | - <classpathentry kind="lib" path="D:/LYF/ProgFiles4Prog/spring-framework-3.0.5.RELEASE/dist/org.springframework.jms-3.0.5.RELEASE.jar"/> |
17 | | - <classpathentry kind="lib" path="D:/LYF/ProgFiles4Prog/spring-framework-3.0.5.RELEASE/dist/org.springframework.orm-3.0.5.RELEASE.jar"/> |
18 | | - <classpathentry kind="lib" path="D:/LYF/ProgFiles4Prog/spring-framework-3.0.5.RELEASE/dist/org.springframework.oxm-3.0.5.RELEASE.jar"/> |
19 | | - <classpathentry kind="lib" path="D:/LYF/ProgFiles4Prog/spring-framework-3.0.5.RELEASE/dist/org.springframework.test-3.0.5.RELEASE.jar"/> |
20 | | - <classpathentry kind="lib" path="D:/LYF/ProgFiles4Prog/spring-framework-3.0.5.RELEASE/dist/org.springframework.transaction-3.0.5.RELEASE.jar"/> |
21 | | - <classpathentry kind="lib" path="D:/LYF/ProgFiles4Prog/commons-logging-1.1.1-bin/commons-logging-1.1.1/commons-logging-1.1.1.jar"/> |
22 | | - <classpathentry kind="lib" path="D:/LYF/ProgFiles4Prog/commons-logging-1.1.1-bin/commons-logging-1.1.1/commons-logging-api-1.1.1.jar"/> |
23 | | - <classpathentry kind="output" path="bin"/> |
24 | | -</classpath> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<classpath> |
| 3 | + <classpathentry including="**/*.java" kind="src" output="target/classes" path="src"> |
| 4 | + <attributes> |
| 5 | + <attribute name="optional" value="true"/> |
| 6 | + <attribute name="maven.pomderived" value="true"/> |
| 7 | + </attributes> |
| 8 | + </classpathentry> |
| 9 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> |
| 10 | + <attributes> |
| 11 | + <attribute name="maven.pomderived" value="true"/> |
| 12 | + </attributes> |
| 13 | + </classpathentry> |
| 14 | + <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> |
| 15 | + <attributes> |
| 16 | + <attribute name="maven.pomderived" value="true"/> |
| 17 | + </attributes> |
| 18 | + </classpathentry> |
| 19 | + <classpathentry kind="output" path="target/classes"/> |
| 20 | +</classpath> |
0 commit comments