Author: mvitenkov
Date: 2008-10-07 10:44:01 -0400 (Tue, 07 Oct 2008)
New Revision: 10682
Added:
trunk/test-applications/HelloWorld/src/main/
trunk/test-applications/HelloWorld/src/main/java/
trunk/test-applications/HelloWorld/src/main/java/action/
trunk/test-applications/HelloWorld/src/main/java/model/
trunk/test-applications/HelloWorld/src/main/resources/
trunk/test-applications/HelloWorld/src/main/webapp/
Removed:
trunk/test-applications/HelloWorld/WebContent/
trunk/test-applications/HelloWorld/resources/
trunk/test-applications/HelloWorld/src/action/
trunk/test-applications/HelloWorld/src/model/
Modified:
trunk/test-applications/HelloWorld/.classpath
trunk/test-applications/HelloWorld/.settings/org.eclipse.wst.common.component
Log:
Modified: trunk/test-applications/HelloWorld/.classpath
===================================================================
--- trunk/test-applications/HelloWorld/.classpath 2008-10-07 14:33:19 UTC (rev 10681)
+++ trunk/test-applications/HelloWorld/.classpath 2008-10-07 14:44:01 UTC (rev 10682)
@@ -2,6 +2,7 @@
<classpath>
<classpathentry kind="src" output="WebContent/WEB-INF/dev"
path="src/action"/>
<classpathentry kind="src" path="src/model"/>
+ <classpathentry kind="src" path="java"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.5.0_12"/>
<classpathentry kind="con"
path="org.eclipse.jst.server.core.container/org.jboss.ide.eclipse.as.core.server.runtime.runtimeTarget/JBoss
4.2 Runtime"/>
<classpathentry kind="con"
path="org.eclipse.jst.j2ee.internal.module.container"/>
Modified: trunk/test-applications/HelloWorld/.settings/org.eclipse.wst.common.component
===================================================================
---
trunk/test-applications/HelloWorld/.settings/org.eclipse.wst.common.component 2008-10-07
14:33:19 UTC (rev 10681)
+++
trunk/test-applications/HelloWorld/.settings/org.eclipse.wst.common.component 2008-10-07
14:44:01 UTC (rev 10682)
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="HelloWorld">
- <wb-resource deploy-path="/"
source-path="/WebContent"/>
<wb-resource deploy-path="/WEB-INF/classes"
source-path="/src/action"/>
<wb-resource deploy-path="/WEB-INF/classes"
source-path="/src/model"/>
<wb-resource deploy-path="/WEB-INF/classes"
source-path="/dataScroller"/>
+ <wb-resource deploy-path="/WEB-INF/classes"
source-path="/java"/>
+ <wb-resource deploy-path="/"
source-path="/src/main/webapp"/>
<property name="context-root" value="HelloWorld"/>
<property name="java-output-path"
value="build/classes"/>
</wb-module>
Copied: trunk/test-applications/HelloWorld/src/main/java/action (from rev 10679,
trunk/test-applications/HelloWorld/src/action)
Property changes on: trunk/test-applications/HelloWorld/src/main/java/action
___________________________________________________________________
Name: svn:mergeinfo
+
Copied: trunk/test-applications/HelloWorld/src/main/java/model (from rev 10679,
trunk/test-applications/HelloWorld/src/model)
Property changes on: trunk/test-applications/HelloWorld/src/main/java/model
___________________________________________________________________
Name: svn:mergeinfo
+
Copied: trunk/test-applications/HelloWorld/src/main/resources (from rev 10679,
trunk/test-applications/HelloWorld/resources)
Property changes on: trunk/test-applications/HelloWorld/src/main/resources
___________________________________________________________________
Name: svn:mergeinfo
+
Copied: trunk/test-applications/HelloWorld/src/main/webapp (from rev 10679,
trunk/test-applications/HelloWorld/WebContent)
Property changes on: trunk/test-applications/HelloWorld/src/main/webapp
___________________________________________________________________
Name: svn:mergeinfo
+
Show replies by date