|
Revision 16895, 0.7 kB
(checked in by int128, 5 years ago)
|
|
Initial commit
|
-
Property svn:mime-type set to
text/plain
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <classpath> |
|---|
| 3 | <classpathentry kind="src" path="src/main/resources"/> |
|---|
| 4 | <classpathentry kind="src" path="src/main/java"/> |
|---|
| 5 | <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"> |
|---|
| 6 | <attributes> |
|---|
| 7 | <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> |
|---|
| 8 | </attributes> |
|---|
| 9 | </classpathentry> |
|---|
| 10 | <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/> |
|---|
| 11 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_06"/> |
|---|
| 12 | <classpathentry kind="output" path="webapp/WEB-INF/classes"/> |
|---|
| 13 | </classpath> |
|---|