Renamed student projects
diff --git a/jpars/student/student.model/.project b/jpars/student/student.model/.project
index b58b9a5..2cdc7cf 100644
--- a/jpars/student/student.model/.project
+++ b/jpars/student/student.model/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>StudentModel</name>
+ <name>jpars.student.model</name>
<comment>EclipseLink JPARS Student Example</comment>
<projects>
</projects>
diff --git a/jpars/student/student.web/.project b/jpars/student/student.web/.project
index d79deb6..c546f7d 100644
--- a/jpars/student/student.web/.project
+++ b/jpars/student/student.web/.project
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>StudentWebApp</name>
+ <name>jpars.student.web</name>
<comment></comment>
<projects>
- <project>StudentModel</project>
+ <project>jpars.student.model</project>
</projects>
<buildSpec>
<buildCommand>
diff --git a/jpars/student/student.web/.settings/org.eclipse.wst.common.component b/jpars/student/student.web/.settings/org.eclipse.wst.common.component
index d10da96..4821c87 100644
--- a/jpars/student/student.web/.settings/org.eclipse.wst.common.component
+++ b/jpars/student/student.web/.settings/org.eclipse.wst.common.component
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
- <wb-module deploy-name="StudentWebApp">
+ <wb-module deploy-name="jpars.student.web">
<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"/>
- <dependent-module archiveName="student.model-2.4.2-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/StudentModel/StudentModel">
+ <dependent-module archiveName="student.model-2.4.2-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/jpars.student.model/jpars.student.model">
<dependency-type>uses</dependency-type>
</dependent-module>
- <property name="java-output-path" value="/StudentWebApp/target/classes"/>
+ <property name="java-output-path" value="/jpars.student.web/target/classes"/>
<property name="context-root" value="student.web"/>
</wb-module>
</project-modules>
diff --git a/jpars/student/student.web/src/main/webapp/WEB-INF/web.xml b/jpars/student/student.web/src/main/webapp/WEB-INF/web.xml
index f8c1e89..18afc7c 100644
--- a/jpars/student/student.web/src/main/webapp/WEB-INF/web.xml
+++ b/jpars/student/student.web/src/main/webapp/WEB-INF/web.xml
@@ -1,6 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
- version="3.0">
-</web-app>
+<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" version="3.0"/>
\ No newline at end of file