diff options
| author | kstranacher_eGovL <kstranacher_eGovL@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2012-12-10 14:40:00 +0000 | 
|---|---|---|
| committer | kstranacher_eGovL <kstranacher_eGovL@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2012-12-10 14:40:00 +0000 | 
| commit | 29f4a42701b3f2952adc1bdbc463f280b23d3d26 (patch) | |
| tree | b82b62f55ffa9c924f8713d25c73014a2483c60f /spss/server/tools | |
| parent | 557e2e7053680b6611f312fff132b6eb94c4a8c6 (diff) | |
| download | moa-id-spss-29f4a42701b3f2952adc1bdbc463f280b23d3d26.tar.gz moa-id-spss-29f4a42701b3f2952adc1bdbc463f280b23d3d26.tar.bz2 moa-id-spss-29f4a42701b3f2952adc1bdbc463f280b23d3d26.zip | |
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1300 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss/server/tools')
| -rw-r--r-- | spss/server/tools/.classpath | 21 | 
1 files changed, 11 insertions, 10 deletions
| diff --git a/spss/server/tools/.classpath b/spss/server/tools/.classpath index a9bfad977..8f14aea5e 100644 --- a/spss/server/tools/.classpath +++ b/spss/server/tools/.classpath @@ -1,12 +1,13 @@  <?xml version="1.0" encoding="UTF-8"?>
  <classpath>
 -  <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
 -  <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
 -  <classpathentry kind="output" path="target/classes"/>
 -  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
 -  <classpathentry kind="var" path="M2_REPO/iaik/prod/iaik_moa/1.32/iaik_moa-1.32.jar"/>
 -  <classpathentry kind="var" path="M2_REPO/iaik/prod/iaik_jce_full/4.0_MOA/iaik_jce_full-4.0_MOA.jar"/>
 -  <classpathentry kind="var" path="M2_REPO/iaik/prod/iaik_ecc/2.19/iaik_ecc-2.19.jar"/>
 -  <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.14/log4j-1.2.14.jar"/>
 -  <classpathentry kind="var" path="M2_REPO/xalan-bin-dist/xalan/2.7.0/xalan-2.7.0.jar"/>
 -</classpath>
\ No newline at end of file +	<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
 +	<classpathentry excluding="**/*.java" kind="src" 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="var" path="M2_REPO/iaik/prod/iaik_moa/1.32/iaik_moa-1.32.jar"/>
 +	<classpathentry kind="var" path="M2_REPO/iaik/prod/iaik_jce_full/4.0_MOA/iaik_jce_full-4.0_MOA.jar"/>
 +	<classpathentry kind="var" path="M2_REPO/iaik/prod/iaik_ecc/2.19/iaik_ecc-2.19.jar"/>
 +	<classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.14/log4j-1.2.14.jar"/>
 +	<classpathentry kind="var" path="M2_REPO/xalan-bin-dist/xalan/2.7.0/xalan-2.7.0.jar"/>
 +	<classpathentry kind="var" path="M2_REPO"/>
 +	<classpathentry kind="output" path="target/classes"/>
 +</classpath>
 | 
