File tree Expand file tree Collapse file tree 15 files changed +281
-0
lines changed 
Users/TT124/eclipseSpringMvc/AtmApp/target/m2e-wtp/web-resources Expand file tree Collapse file tree 15 files changed +281
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml  version =" 1.0"  encoding =" UTF-8" 
2+ <classpath >
3+ <classpathentry  kind =" src" output =" target/classes" path =" src/main/java" 
4+ <attributes >
5+ <attribute  name =" optional" value =" true" 
6+ <attribute  name =" maven.pomderived" value =" true" 
7+ </attributes >
8+ </classpathentry >
9+ <classpathentry  excluding =" **" kind =" src" output =" target/classes" path =" src/main/resources" 
10+ <attributes >
11+ <attribute  name =" maven.pomderived" value =" true" 
12+ </attributes >
13+ </classpathentry >
14+ <classpathentry  kind =" src" output =" target/test-classes" path =" src/test/java" 
15+ <attributes >
16+ <attribute  name =" test" value =" true" 
17+ <attribute  name =" optional" value =" true" 
18+ <attribute  name =" maven.pomderived" value =" true" 
19+ </attributes >
20+ </classpathentry >
21+ <classpathentry  kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" 
22+ <attributes >
23+ <attribute  name =" maven.pomderived" value =" true" 
24+ <attribute  name =" org.eclipse.jst.component.dependency" value =" /WEB-INF/lib" 
25+ </attributes >
26+ </classpathentry >
27+ <classpathentry  kind =" con" path =" org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v8.5" 
28+ <attributes >
29+ <attribute  name =" owner.project.facets" value =" jst.web" 
30+ </attributes >
31+ </classpathentry >
32+ <classpathentry  kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk-11.0.2" 
33+ <attributes >
34+ <attribute  name =" module" value =" true" 
35+ <attribute  name =" owner.project.facets" value =" java" 
36+ </attributes >
37+ </classpathentry >
38+ <classpathentry  kind =" con" path =" org.eclipse.jdt.USER_LIBRARY/derby" 
39+ <classpathentry  kind =" con" path =" org.eclipse.jdt.USER_LIBRARY/hibernate" 
40+ <classpathentry  kind =" con" path =" org.eclipse.jdt.USER_LIBRARY/hibernate Validator" 
41+ <classpathentry  kind =" output" path =" target/classes" 
42+ </classpath >
Original file line number Diff line number Diff line change 1+ /target /
Original file line number Diff line number Diff line change 1+ <?xml  version =" 1.0"  encoding =" UTF-8" 
2+ <projectDescription >
3+ <name >AtmApp</name >
4+ <comment ></comment >
5+ <projects >
6+ </projects >
7+ <buildSpec >
8+ <buildCommand >
9+ <name >org.eclipse.jdt.core.javabuilder</name >
10+ <arguments >
11+ </arguments >
12+ </buildCommand >
13+ <buildCommand >
14+ <name >org.eclipse.wst.common.project.facet.core.builder</name >
15+ <arguments >
16+ </arguments >
17+ </buildCommand >
18+ <buildCommand >
19+ <name >org.eclipse.m2e.core.maven2Builder</name >
20+ <arguments >
21+ </arguments >
22+ </buildCommand >
23+ <buildCommand >
24+ <name >org.eclipse.wst.validation.validationbuilder</name >
25+ <arguments >
26+ </arguments >
27+ </buildCommand >
28+ </buildSpec >
29+ <natures >
30+ <nature >org.eclipse.jem.workbench.JavaEMFNature</nature >
31+ <nature >org.eclipse.wst.common.modulecore.ModuleCoreNature</nature >
32+ <nature >org.eclipse.jdt.core.javanature</nature >
33+ <nature >org.eclipse.m2e.core.maven2Nature</nature >
34+ <nature >org.eclipse.wst.common.project.facet.core.nature</nature >
35+ <nature >org.eclipse.wst.jsdt.core.jsNature</nature >
36+ </natures >
37+ </projectDescription >
Original file line number Diff line number Diff line change 1+ <?xml  version =" 1.0"  encoding =" UTF-8" 
2+ <classpath >
3+ <classpathentry  excluding =" **/bower_components/*|**/node_modules/*|**/*.min.js" kind =" src" path =" src/main/webapp" 
4+ <classpathentry  kind =" src" path =" target/m2e-wtp/web-resources" 
5+ <classpathentry  kind =" con" path =" org.eclipse.wst.jsdt.launching.JRE_CONTAINER" 
6+ <classpathentry  kind =" con" path =" org.eclipse.wst.jsdt.launching.WebProject" 
7+ <attributes >
8+ <attribute  name =" hide" value =" true" 
9+ </attributes >
10+ </classpathentry >
11+ <classpathentry  kind =" con" path =" org.eclipse.wst.jsdt.launching.baseBrowserLibrary" 
12+ <classpathentry  kind =" output" path =" " 
13+ </classpath >
Original file line number Diff line number Diff line change 1+ eclipse.preferences.version =1
2+ org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
3+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.5
4+ org.eclipse.jdt.core.compiler.compliance =1.5
5+ org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
6+ org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
7+ org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
8+ org.eclipse.jdt.core.compiler.release =disabled
9+ org.eclipse.jdt.core.compiler.source =1.5
Original file line number Diff line number Diff line change 1+ activeProfiles =
2+ eclipse.preferences.version =1
3+ resolveWorkspaceProjects =true
4+ version =1
Original file line number Diff line number Diff line change 1+ <?xml  version =" 1.0"  encoding =" UTF-8" project-modules  id =" moduleCoreId" project-version =" 1.5.0" 
2+  
3+  <wb-module  deploy-name =" AtmApp" 
4+  
5+  <wb-resource  deploy-path =" /" source-path =" /target/m2e-wtp/web-resources" 
6+  
7+  <wb-resource  deploy-path =" /" source-path =" /src/main/webapp" tag =" defaultRootSource" 
8+  
9+  <wb-resource  deploy-path =" /WEB-INF/classes" source-path =" /src/main/java" 
10+  
11+  <wb-resource  deploy-path =" /WEB-INF/classes" source-path =" /src/main/resources" 
12+  <wb-resource  deploy-path =" /WEB-INF/classes" source-path =" /src/test/java" 
13+  
14+  <property  name =" context-root" value =" AtmApp" 
15+  
16+  <property  name =" java-output-path" value =" /AtmApp/target/classes" 
17+  
18+  </wb-module >
19+  
20+ </project-modules >
Original file line number Diff line number Diff line change 1+ <?xml  version =" 1.0"  encoding =" UTF-8" 
2+ <faceted-project >
3+  <runtime  name =" Apache Tomcat v8.5" 
4+  <fixed  facet =" wst.jsdt.web" 
5+  <installed  facet =" java" version =" 1.5" 
6+  <installed  facet =" jst.web" version =" 2.3" 
7+  <installed  facet =" wst.jsdt.web" version =" 1.0" 
8+ </faceted-project >
Original file line number Diff line number Diff line change 1+ org.eclipse.wst.jsdt.launching.baseBrowserLibrary
Original file line number Diff line number Diff line change 1+ Window
                         You can’t perform that action at this time. 
           
                  
0 commit comments