diff options
author | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2012-02-17 18:41:30 +0000 |
---|---|---|
committer | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2012-02-17 18:41:30 +0000 |
commit | 8c8ddf0a97c65b1b39dad580c45e19cfa7e20a7e (patch) | |
tree | 31915c8f3a1cb2745093e2203dcaba3a39a29be2 /id/server/auth | |
parent | 92709b7a3e7c18583e127d2160cfd96361ac035b (diff) | |
download | moa-id-spss-8c8ddf0a97c65b1b39dad580c45e19cfa7e20a7e.tar.gz moa-id-spss-8c8ddf0a97c65b1b39dad580c45e19cfa7e20a7e.tar.bz2 moa-id-spss-8c8ddf0a97c65b1b39dad580c45e19cfa7e20a7e.zip |
Update libs (iaik_moa-1.32.jar und iaik_ixsil-1.2.2.5.jar)
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1251 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/server/auth')
-rw-r--r-- | id/server/auth/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/auth/.classpath b/id/server/auth/.classpath index f724d4325..b730116a1 100644 --- a/id/server/auth/.classpath +++ b/id/server/auth/.classpath @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
@@ -10,5 +9,6 @@ </classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
|