Skip to content

Commit eb5f774

Browse files
committed
项目路径文件
1 parent e03fd3a commit eb5f774

File tree

2 files changed

+81
-0
lines changed

2 files changed

+81
-0
lines changed

.classpath

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
<attributes>
6+
<attribute name="owner.project.facets" value="java"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
10+
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
11+
<classpathentry kind="con" path="com.genuitec.runtime.library/com.genuitec.generic_6.0">
12+
<attributes>
13+
<attribute name="owner.project.facets" value="jst.web"/>
14+
</attributes>
15+
</classpathentry>
16+
<classpathentry kind="con" path="com.genuitec.runtime.library/com.genuitec.jstl_1.2.1">
17+
<attributes>
18+
<attribute name="org.eclipse.jst.component.dependency" value="WEB-INF/lib"/>
19+
<attribute name="owner.project.facets" value="jst.web.jstl"/>
20+
</attributes>
21+
</classpathentry>
22+
<classpathentry kind="con" path="com.genuitec.runtime.library/com.genuitec.spring_3.1">
23+
<attributes>
24+
<attribute name="org.eclipse.jst.component.dependency" value="WEB-INF/lib"/>
25+
<attribute name="owner.project.facets" value="me.spring"/>
26+
</attributes>
27+
</classpathentry>
28+
<classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
29+
</classpath>

.project

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>springMVC</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.jdt.core.javabuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.wst.common.project.facet.core.builder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
<buildCommand>
24+
<name>org.eclipse.wst.validation.validationbuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
28+
<buildCommand>
29+
<name>com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator</name>
30+
<arguments>
31+
</arguments>
32+
</buildCommand>
33+
<buildCommand>
34+
<name>com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder</name>
35+
<arguments>
36+
</arguments>
37+
</buildCommand>
38+
<buildCommand>
39+
<name>com.genuitec.eclipse.springframework.springbuilder</name>
40+
<arguments>
41+
</arguments>
42+
</buildCommand>
43+
</buildSpec>
44+
<natures>
45+
<nature>com.genuitec.eclipse.springframework.springnature</nature>
46+
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
47+
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
48+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
49+
<nature>org.eclipse.jdt.core.javanature</nature>
50+
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
51+
</natures>
52+
</projectDescription>

0 commit comments

Comments
 (0)