diff options
author | kstranacher_eGovL <kstranacher_eGovL@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2012-07-04 11:30:37 +0000 |
---|---|---|
committer | kstranacher_eGovL <kstranacher_eGovL@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2012-07-04 11:30:37 +0000 |
commit | a86a5fe1cfe7b0104d6524517414c7d5b5d2a2bb (patch) | |
tree | 5258b55e137e35aed135f1f14fe358012a96acdc /.classpath | |
parent | 5103318b0e6f89031d8f8e88c6875456a08cecaf (diff) | |
download | moa-id-spss-a86a5fe1cfe7b0104d6524517414c7d5b5d2a2bb.tar.gz moa-id-spss-a86a5fe1cfe7b0104d6524517414c7d5b5d2a2bb.tar.bz2 moa-id-spss-a86a5fe1cfe7b0104d6524517414c7d5b5d2a2bb.zip |
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1276 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath index b6e5f5cd1..f93d181b5 100644 --- a/.classpath +++ b/.classpath @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <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.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
|