diff options
Diffstat (limited to 'id/server/auth/.settings/org.eclipse.wst.common.component')
| -rw-r--r-- | id/server/auth/.settings/org.eclipse.wst.common.component | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/id/server/auth/.settings/org.eclipse.wst.common.component b/id/server/auth/.settings/org.eclipse.wst.common.component index b4ffa88f6..9725f5b61 100644 --- a/id/server/auth/.settings/org.eclipse.wst.common.component +++ b/id/server/auth/.settings/org.eclipse.wst.common.component @@ -17,7 +17,8 @@          </dependent-module>      <property name="context-root" value="moa-id-auth"/>      <wb-resource deploy-path="/WEB-INF/classes" source-path="src/main/resources"/> -        <wb-resource deploy-path="/" source-path="/src/main/webapp"/> +        <wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/> +        <wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>      <property name="java-output-path" value="/target/classes"/>    </wb-module>  </project-modules> | 
