diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2013-07-12 11:06:06 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2013-07-12 11:06:06 +0200 |
commit | 31ab8aace485fb61f7c872ebaa143299c6e5dcf1 (patch) | |
tree | 41da03bf1ce918919fb73da1cecbe3baac7c9594 /id/server/moa-id-commons/.classpath | |
parent | 4fd52221a71a7f9f7683c34cc573aa44b9adcc1c (diff) | |
download | moa-id-spss-31ab8aace485fb61f7c872ebaa143299c6e5dcf1.tar.gz moa-id-spss-31ab8aace485fb61f7c872ebaa143299c6e5dcf1.tar.bz2 moa-id-spss-31ab8aace485fb61f7c872ebaa143299c6e5dcf1.zip |
SSO Implementation
Diffstat (limited to 'id/server/moa-id-commons/.classpath')
-rw-r--r-- | id/server/moa-id-commons/.classpath | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/id/server/moa-id-commons/.classpath b/id/server/moa-id-commons/.classpath index 8b5a9fa96..f903134e9 100644 --- a/id/server/moa-id-commons/.classpath +++ b/id/server/moa-id-commons/.classpath @@ -28,5 +28,10 @@ <attribute name="org.eclipse.jst.component.nondependency" value=""/> </attributes> </classpathentry> + <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> <classpathentry kind="output" path="target/classes"/> </classpath> |