aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorharald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d>2006-02-28 14:24:18 +0000
committerharald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d>2006-02-28 14:24:18 +0000
commit250abde292039d2ee20070bc01d3640bbca7a174 (patch)
tree645c4683f742b27f796300e879d49e251462b017
parentb89550cb29a6cc4b36147d3d9925709c38ba8171 (diff)
downloadmoa-id-spss-250abde292039d2ee20070bc01d3640bbca7a174.tar.gz
moa-id-spss-250abde292039d2ee20070bc01d3640bbca7a174.tar.bz2
moa-id-spss-250abde292039d2ee20070bc01d3640bbca7a174.zip
Changed "iaik-moa-full.jar" to "iaik_moa_full.jar".
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@641 d688527b-c9ab-4aba-bd8d-4036d912da1d
-rw-r--r--id.server/.classpath2
-rw-r--r--id.server/build.xml12
2 files changed, 7 insertions, 7 deletions
diff --git a/id.server/.classpath b/id.server/.classpath
index a94cf1671..a4340c4f8 100644
--- a/id.server/.classpath
+++ b/id.server/.classpath
@@ -30,11 +30,11 @@
<classpathentry kind="lib" path="lib/commons-logging-1.0.4/commons-logging-api.jar"/>
<classpathentry kind="lib" path="lib/iaik-moa-20051107/full/signed/iaik_ecc.jar"/>
<classpathentry kind="lib" path="lib/iaik-moa-20051107/full/signed/iaik_jce_full.jar"/>
- <classpathentry kind="lib" path="lib/iaik-moa-20051107/full/iaik-moa-full.jar"/>
<classpathentry kind="lib" path="lib/iaik-moa-20051107/full/ixsil.jar"/>
<classpathentry kind="lib" path="lib/iaik-moa-20051107/full/iaik_X509TrustManager.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/moa-spss-1.3.1D01/moa-common.jar"/>
<classpathentry kind="lib" path="lib/moa-spss-1.3.1D01/moa-spss.jar"/>
+ <classpathentry kind="lib" path="lib/iaik-moa-20051107/full/iaik_moa_full.jar"/>
<classpathentry kind="output" path="AUTH/WEB-INF/classes"/>
</classpath>
diff --git a/id.server/build.xml b/id.server/build.xml
index 00d15e1ab..5a8aba2f1 100644
--- a/id.server/build.xml
+++ b/id.server/build.xml
@@ -59,7 +59,7 @@
<property name="spss.certstore" value="${handbook}/conf/moa-spss/certstore" />
<!--IAIK libraries for commercial use (target VM=1.3)-->
<path id="compile.iaik.full">
- <pathelement location="${lib.iaik-moa-full}/iaik-moa-full.jar"/>
+ <pathelement location="${lib.iaik-moa-full}/iaik_moa_full.jar"/>
<pathelement location="${lib.iaik-moa-full}/iaik_ecc.jar"/>
<pathelement location="${lib.iaik-moa-full}/iaik_ldap.jar"/>
<pathelement location="${lib.iaik-moa-full}/iaik_X509TrustManager.jar"/>
@@ -68,7 +68,7 @@
</path>
<!--IAIK libraries for commercial use (target VM=1.4 or higher)-->
<path id="compile.iaik.full.signed">
- <pathelement location="${lib.iaik-moa-full}/iaik-moa-full.jar"/>
+ <pathelement location="${lib.iaik-moa-full}/iaik_moa_full.jar"/>
<pathelement location="${lib.iaik-moa-full}/signed/iaik_ecc.jar"/>
<pathelement location="${lib.iaik-moa-full}/iaik_ldap.jar"/>
<pathelement location="${lib.iaik-moa-full}/iaik_X509TrustManager.jar"/>
@@ -77,7 +77,7 @@
</path>
<!--IAIK libraries for educational and research use (target VM=1.3)-->
<path id="compile.iaik.eval">
- <pathelement location="${lib.iaik-moa-eval}/iaik-moa-full.jar"/>
+ <pathelement location="${lib.iaik-moa-eval}/iaik_moa_full.jar"/>
<pathelement location="${lib.iaik-moa-eval}/iaik_ecc.jar"/>
<pathelement location="${lib.iaik-moa-eval}/iaik_ldap.jar"/>
<pathelement location="${lib.iaik-moa-eval}/iaik_X509TrustManager.jar"/>
@@ -86,7 +86,7 @@
</path>
<!--IAIK libraries for educational and research use (target VM=1.4 or higher)-->
<path id="compile.iaik.eval.signed">
- <pathelement location="${lib.iaik-moa-eval}/iaik-moa-full.jar"/>
+ <pathelement location="${lib.iaik-moa-eval}/iaik_moa_full.jar"/>
<pathelement location="${lib.iaik-moa-eval}/signed/iaik_ecc.jar"/>
<pathelement location="${lib.iaik-moa-eval}/iaik_ldap.jar"/>
<pathelement location="${lib.iaik-moa-eval}/iaik_X509TrustManager.jar"/>
@@ -408,7 +408,7 @@
<fileset dir="${lib.iaik-moa-full}/signed" includes="*.jar"/>
</copy>
<copy toDir="${dist.iaik}">
- <fileset dir="${lib.iaik-moa-full}" includes="iaik_X509TrustManager.jar,iaikPkcs11Wrapper.jar,ixsil.jar,iaik-moa-full.jar,win32/"/>
+ <fileset dir="${lib.iaik-moa-full}" includes="iaik_X509TrustManager.jar,iaikPkcs11Wrapper.jar,ixsil.jar,iaik_moa_full.jar,win32/"/>
</copy>
</target>
<target name="copy-iaik-eval" description="copies all IAIK evaluation libraries to the distribution folder">
@@ -420,7 +420,7 @@
<fileset dir="${lib.iaik-moa-eval}/signed" includes="*.jar"/>
</copy>
<copy toDir="${dist.iaik}">
- <fileset dir="${lib.iaik-moa-eval}" includes="iaik_X509TrustManager.jar,iaikPkcs11Wrapper.jar,ixsil.jar,iaik-moa-full.jar,win32/"/>
+ <fileset dir="${lib.iaik-moa-eval}" includes="iaik_X509TrustManager.jar,iaikPkcs11Wrapper.jar,ixsil.jar,iaik_moa_full.jar,win32/"/>
</copy>
</target>