Skip to content

Commit e90e24d

Browse files
committed
applicationContext y configuracion del web.xml
1 parent bd78efd commit e90e24d

File tree

8 files changed

+36
-10
lines changed

8 files changed

+36
-10
lines changed

calculonotas/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
2424
</attributes>
2525
</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">
2727
<attributes>
2828
<attribute name="owner.project.facets" value="java"/>
2929
</attributes>

calculonotas/.project

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,24 @@
2020
<arguments>
2121
</arguments>
2222
</buildCommand>
23+
<buildCommand>
24+
<name>org.eclipse.wst.validation.validationbuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
2328
<buildCommand>
2429
<name>org.eclipse.m2e.core.maven2Builder</name>
2530
<arguments>
2631
</arguments>
2732
</buildCommand>
2833
<buildCommand>
29-
<name>org.eclipse.wst.validation.validationbuilder</name>
34+
<name>org.springframework.ide.eclipse.core.springbuilder</name>
3035
<arguments>
3136
</arguments>
3237
</buildCommand>
3338
</buildSpec>
3439
<natures>
40+
<nature>org.springframework.ide.eclipse.core.springnature</nature>
3541
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
3642
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
3743
<nature>org.eclipse.jdt.core.javanature</nature>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
eclipse.preferences.version=1
22
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
44
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
66
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
77
org.eclipse.jdt.core.compiler.debug.localVariable=generate
88
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
99
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
1010
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
1111
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

calculonotas/.settings/org.eclipse.wst.common.component

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
66
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
77
<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"/>
98
<property name="context-root" value="calculonotas"/>
109
<property name="java-output-path" value="/calculonotas/target/classes"/>
1110
</wb-module>

calculonotas/.settings/org.eclipse.wst.common.project.facet.core.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<faceted-project>
33
<fixed facet="wst.jsdt.web"/>
44
<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"/>
77
</faceted-project>

calculonotas/.springBeans

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Generated by Maven Integration for Eclipse
2-
#Sat Aug 18 17:51:24 PET 2012
2+
#Sat Aug 18 17:56:00 PET 2012
33
version=1.0
44
groupId=com.mycompany
55
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
77
artifactId=calculonotas

0 commit comments

Comments
 (0)