eclipse work

This commit is contained in:
eugenp 2013-05-18 11:45:55 +03:00
parent f82c103046
commit 993fc6bade
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>spring-hibernate3-dao</name>
<name>spring-hibernate3</name>
<comment></comment>
<projects>
</projects>

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="spring-hibernate3-dao">
<wb-module deploy-name="spring-hibernate3">
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<property name="java-output-path" value="/spring-hibernate3-dao/target/classes"/>
<property name="context-root" value="spring-hibernate3-dao"/>
<property name="java-output-path" value="/spring-hibernate3/target/classes"/>
<property name="context-root" value="spring-hibernate3"/>
</wb-module>
</project-modules>

View File

@ -1,10 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.baeldung</groupId>
<artifactId>spring-hibernate3-dao</artifactId>
<artifactId>spring-hibernate3</artifactId>
<version>0.1-SNAPSHOT</version>
<name>spring-hibernate3-dao</name>
<name>spring-hibernate3</name>
<packaging>war</packaging>
<dependencies>
@ -86,7 +86,7 @@
</dependencies>
<build>
<finalName>spring-hibernate3-dao</finalName>
<finalName>spring-hibernate3</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>