diff options
author | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-11-16 15:18:03 +0000 |
---|---|---|
committer | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-11-16 15:18:03 +0000 |
commit | de1331212b42603ed762ec69c234b32a71fa764d (patch) | |
tree | aee7d1be2da292d6c88b148a035ecd5967fd3c4b /common/.settings/org.eclipse.wst.common.component | |
parent | ca6a7b6abe25499e5afc37d179d2400d28a51378 (diff) | |
download | moa-id-spss-de1331212b42603ed762ec69c234b32a71fa764d.tar.gz moa-id-spss-de1331212b42603ed762ec69c234b32a71fa764d.tar.bz2 moa-id-spss-de1331212b42603ed762ec69c234b32a71fa764d.zip |
Refined Eclipse WTP settings; changed standard configuration
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1041 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'common/.settings/org.eclipse.wst.common.component')
-rw-r--r-- | common/.settings/org.eclipse.wst.common.component | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/.settings/org.eclipse.wst.common.component b/common/.settings/org.eclipse.wst.common.component new file mode 100644 index 000000000..41f61a290 --- /dev/null +++ b/common/.settings/org.eclipse.wst.common.component @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<project-modules id="moduleCoreId" project-version="1.5.0">
+ <wb-module deploy-name="moa-common">
+ <wb-resource deploy-path="/" source-path="/src/main/java"/>
+ <wb-resource deploy-path="/" source-path="/src/test/java"/>
+ <wb-resource deploy-path="/" source-path="/src/main/resources"/>
+ </wb-module>
+</project-modules>
|