File tree Expand file tree Collapse file tree 14 files changed +189
-4
lines changed
src/main/java/org/dawin/controller
classes/org/dawin/controller
m2e-wtp/web-resources/META-INF
maven/org.dawin/controller Expand file tree Collapse file tree 14 files changed +189
-4
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >RealFinal</name >
4
+ <comment ></comment >
5
+ <projects >
6
+ </projects >
7
+ <buildSpec >
8
+ </buildSpec >
9
+ <natures >
10
+ </natures >
11
+ </projectDescription >
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 =" optional" value =" true" />
17
+ <attribute name =" maven.pomderived" value =" true" />
18
+ <attribute name =" test" value =" true" />
19
+ </attributes >
20
+ </classpathentry >
21
+ <classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
22
+ <attributes >
23
+ <attribute name =" maven.pomderived" value =" true" />
24
+ <attribute name =" test" value =" true" />
25
+ </attributes >
26
+ </classpathentry >
27
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11" >
28
+ <attributes >
29
+ <attribute name =" maven.pomderived" value =" true" />
30
+ </attributes >
31
+ </classpathentry >
32
+ <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
33
+ <attributes >
34
+ <attribute name =" maven.pomderived" value =" true" />
35
+ <attribute name =" org.eclipse.jst.component.dependency" value =" /WEB-INF/lib" />
36
+ </attributes >
37
+ </classpathentry >
38
+ <classpathentry kind =" output" path =" target/classes" />
39
+ </classpath >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >alertravel</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
+ <buildCommand >
29
+ <name >org.springframework.ide.eclipse.core.springbuilder</name >
30
+ <arguments >
31
+ </arguments >
32
+ </buildCommand >
33
+ <buildCommand >
34
+ <name >org.springframework.ide.eclipse.boot.validation.springbootbuilder</name >
35
+ <arguments >
36
+ </arguments >
37
+ </buildCommand >
38
+ </buildSpec >
39
+ <natures >
40
+ <nature >org.springframework.ide.eclipse.core.springnature</nature >
41
+ <nature >org.eclipse.jem.workbench.JavaEMFNature</nature >
42
+ <nature >org.eclipse.wst.common.modulecore.ModuleCoreNature</nature >
43
+ <nature >org.eclipse.jdt.core.javanature</nature >
44
+ <nature >org.eclipse.m2e.core.maven2Nature</nature >
45
+ <nature >org.eclipse.wst.common.project.facet.core.nature</nature >
46
+ <nature >org.eclipse.wst.jsdt.core.jsNature</nature >
47
+ </natures >
48
+ </projectDescription >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <classpath >
3
+ <classpathentry kind =" src" path =" src/main/webapp" />
4
+ <classpathentry excluding =" **/bower_components/*|**/node_modules/*|**/*.min.js" 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 =11
4
+ org.eclipse.jdt.core.compiler.compliance =11
5
+ org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
6
+ org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
7
+ org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
8
+ org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
9
+ org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
10
+ org.eclipse.jdt.core.compiler.release =enabled
11
+ org.eclipse.jdt.core.compiler.source =11
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
+ <wb-module deploy-name =" controller-1.0.0-BUILD-SNAPSHOT" >
3
+ <wb-resource deploy-path =" /" source-path =" /target/m2e-wtp/web-resources" />
4
+ <wb-resource deploy-path =" /" source-path =" /src/main/webapp" tag =" defaultRootSource" />
5
+ <wb-resource deploy-path =" /WEB-INF/classes" source-path =" /src/main/java" />
6
+ <wb-resource deploy-path =" /WEB-INF/classes" source-path =" /src/main/resources" />
7
+ <property name =" context-root" value =" controller" />
8
+ <property name =" java-output-path" value =" /alertravel/target/classes" />
9
+ </wb-module >
10
+ </project-modules >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <faceted-project >
3
+ <fixed facet =" wst.jsdt.web" />
4
+ <installed facet =" java" version =" 11" />
5
+ <installed facet =" jst.web" version =" 3.1" />
6
+ <installed facet =" wst.jsdt.web" version =" 1.0" />
7
+ </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
Original file line number Diff line number Diff line change
1
+ disabled =06target
2
+ eclipse.preferences.version =1
You can’t perform that action at this time.
0 commit comments