File tree Expand file tree Collapse file tree 8 files changed +36
-10
lines changed
target/m2e-wtp/web-resources/META-INF/maven/com.mycompany/calculonotas Expand file tree Collapse file tree 8 files changed +36
-10
lines changed Original file line number Diff line number Diff line change 23
23
<attribute name =" org.eclipse.jst.component.dependency" value =" /WEB-INF/lib" />
24
24
</attributes >
25
25
</classpathentry >
26
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE -1.6 " >
26
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE -1.5 " >
27
27
<attributes >
28
28
<attribute name =" owner.project.facets" value =" java" />
29
29
</attributes >
Original file line number Diff line number Diff line change 20
20
<arguments >
21
21
</arguments >
22
22
</buildCommand >
23
+ <buildCommand >
24
+ <name >org.eclipse.wst.validation.validationbuilder</name >
25
+ <arguments >
26
+ </arguments >
27
+ </buildCommand >
23
28
<buildCommand >
24
29
<name >org.eclipse.m2e.core.maven2Builder</name >
25
30
<arguments >
26
31
</arguments >
27
32
</buildCommand >
28
33
<buildCommand >
29
- <name >org.eclipse.wst.validation.validationbuilder </name >
34
+ <name >org.springframework.ide.eclipse.core.springbuilder </name >
30
35
<arguments >
31
36
</arguments >
32
37
</buildCommand >
33
38
</buildSpec >
34
39
<natures >
40
+ <nature >org.springframework.ide.eclipse.core.springnature</nature >
35
41
<nature >org.eclipse.jem.workbench.JavaEMFNature</nature >
36
42
<nature >org.eclipse.wst.common.modulecore.ModuleCoreNature</nature >
37
43
<nature >org.eclipse.jdt.core.javanature</nature >
Original file line number Diff line number Diff line change 1
1
eclipse.preferences.version =1
2
2
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
3
- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.6
3
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.5
4
4
org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
5
- org.eclipse.jdt.core.compiler.compliance =1.6
5
+ org.eclipse.jdt.core.compiler.compliance =1.5
6
6
org.eclipse.jdt.core.compiler.debug.lineNumber =generate
7
7
org.eclipse.jdt.core.compiler.debug.localVariable =generate
8
8
org.eclipse.jdt.core.compiler.debug.sourceFile =generate
9
9
org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
10
10
org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
11
11
org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
12
- org.eclipse.jdt.core.compiler.source =1.6
12
+ org.eclipse.jdt.core.compiler.source =1.5
Original file line number Diff line number Diff line change 5
5
<wb-resource deploy-path =" /" source-path =" /src/main/webapp" tag =" defaultRootSource" />
6
6
<wb-resource deploy-path =" /WEB-INF/classes" source-path =" /src/main/java" />
7
7
<wb-resource deploy-path =" /WEB-INF/classes" source-path =" /src/main/resources" />
8
- <wb-resource deploy-path =" /WEB-INF/classes" source-path =" /src/test/java" />
9
8
<property name =" context-root" value =" calculonotas" />
10
9
<property name =" java-output-path" value =" /calculonotas/target/classes" />
11
10
</wb-module >
Original file line number Diff line number Diff line change 2
2
<faceted-project >
3
3
<fixed facet =" wst.jsdt.web" />
4
4
<installed facet =" wst.jsdt.web" version =" 1.0" />
5
- <installed facet =" java" version =" 1.6 " />
6
- <installed facet =" jst.web" version =" 2.5 " />
5
+ <installed facet =" java" version =" 1.5 " />
6
+ <installed facet =" jst.web" version =" 2.3 " />
7
7
</faceted-project >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <beansProjectDescription >
3
+ <version >1</version >
4
+ <pluginVersion ><![CDATA[ 3.0.0.201208090952-RELEASE]]> </pluginVersion >
5
+ <configSuffixes >
6
+ <configSuffix ><![CDATA[ xml]]> </configSuffix >
7
+ </configSuffixes >
8
+ <enableImports ><![CDATA[ false]]> </enableImports >
9
+ <configs >
10
+ <config >src/main/webapp/WEB-INF/applicationContext.xml</config >
11
+ </configs >
12
+ <configSets >
13
+ </configSets >
14
+ </beansProjectDescription >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <beans xmlns =" http://www.springframework.org/schema/beans"
3
+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd" >
5
+
6
+
7
+ </beans >
Original file line number Diff line number Diff line change 1
1
# Generated by Maven Integration for Eclipse
2
- # Sat Aug 18 17:51:24 PET 2012
2
+ # Sat Aug 18 17:56:00 PET 2012
3
3
version =1.0
4
4
groupId =com.mycompany
5
5
m2e.projectName =calculonotas
6
- m2e.projectLocation =/Users/josediaz/Documents/workspace-academia-web /calculonotas
6
+ m2e.projectLocation =/Users/josediaz/Documents/github-java-samples/java-samples /calculonotas
7
7
artifactId =calculonotas
You can’t perform that action at this time.
0 commit comments