|
Revision 17125, 0.6 kB
(checked in by int128, 5 years ago)
|
|
mvn+sastrutsの設定がうまくいってるはず
|
-
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 | <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0"/> |
|---|
| 7 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_06"/> |
|---|
| 8 | <classpathentry kind="output" path="webapp/WEB-INF/classes"/> |
|---|
| 9 | </classpath> |
|---|