diff options
author | peter.danner <peter.danner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-09-07 13:19:01 +0000 |
---|---|---|
committer | peter.danner <peter.danner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-09-07 13:19:01 +0000 |
commit | 9a6705f6f8df61f1aa5487a0ff43dd5cb79ea1eb (patch) | |
tree | dba955b92fc81e2f59371f11af032600db89a05c /id.server/build.xml | |
parent | 0f1f0bac1285ac1e5ad6eb7a7988916ee3d7ea38 (diff) | |
download | moa-id-spss-9a6705f6f8df61f1aa5487a0ff43dd5cb79ea1eb.tar.gz moa-id-spss-9a6705f6f8df61f1aa5487a0ff43dd5cb79ea1eb.tar.bz2 moa-id-spss-9a6705f6f8df61f1aa5487a0ff43dd5cb79ea1eb.zip |
httpsclient hinzugefĆ¼gt
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@495 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.server/build.xml')
-rw-r--r-- | id.server/build.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/id.server/build.xml b/id.server/build.xml index 70e848bfe..0432046ea 100644 --- a/id.server/build.xml +++ b/id.server/build.xml @@ -51,6 +51,7 @@ <property name="lib.xerces" value="${lib}/xerces-j-2.4.0"/> <property name="lib.regexp" value="${lib}/regexp-1.3"/> <property name="lib.dav4j" value="${lib}/dav4j"/> + <property name="lib.httpsclient" value="${lib}/httpsclient_JSSE-1.0"/> <property name="lib.mail" value="${lib}/tomcat-libs"/> <property name="lib.activation" value="${lib}/tomcat-libs"/> <!--IAIK libraries for commercial use (target VM=1.3)--> @@ -107,6 +108,7 @@ <pathelement location="${lib.dav4j}/dav4j.jar"/> <pathelement location="${lib.mail}/mail.jar"/> <pathelement location="${lib.activation}/activation.jar"/> + <pathelement location="${lib.httpsclient}/httpsclient.jar"/> <fileset dir="${lib.jsse}"/> <pathelement location="${lib.commons-logging}/commons-logging-api.jar"/> <pathelement location="${lib.commons-discovery}/commons-discovery.jar"/> @@ -263,6 +265,7 @@ <lib dir="${lib.log4j}"/> <lib dir="${lib.postgres-jdbc}"/> <lib dir="${lib.dav4j}"/> + <lib dir="${lib.httpsclient}"/> <classes dir="${compile}"> <exclude name="**/auth/**"/> <exclude name="test/**"/> @@ -283,6 +286,7 @@ <lib dir="${lib.log4j}"/> <lib dir="${lib.postgres-jdbc}"/> <lib dir="${lib.dav4j}"/> + <lib dir="${lib.httpsclient}"/> <classes dir="${compile}"> <exclude name="**/auth/**"/> <exclude name="test/**"/> @@ -302,6 +306,7 @@ <lib dir="${lib.log4j}"/> <lib dir="${lib.postgres-jdbc}"/> <lib dir="${lib.dav4j}"/> + <lib dir="${lib.httpsclient}"/> <classes dir="${compile}"> <exclude name="**/auth/**"/> <exclude name="test/**"/> @@ -315,7 +320,7 @@ <target name="package-proxy-eval" depends="compile-eval,package-proxy-base-eval" description="creates war file with IAIK libraries for educational and research use (target VM=1.3)"/> <target name="package-proxy-eval-signed" depends="compile-eval-signed,package-proxy-base-eval" description="creates war file with signed IAIK libraries for educational and research use (target VM=VM used for running Ant (recommended: 1.4 or higher))"/> <!--create war files without IAIK libraries --> -<target name="package-proxy-woIAIK" depends="compile,package-proxy-base-woIAIK" description="creates war file without IAIK libraries (target VM=1.3)"/> + <target name="package-proxy-woIAIK" depends="compile,package-proxy-base-woIAIK" description="creates war file without IAIK libraries (target VM=1.3)"/> <target name="package-proxy-signed-woIAIK" depends="compile-signed,package-proxy-base-woIAIK" description="creates war file without IAIK libraries (target VM=VM used for running Ant (recommended: 1.4 or higher))"/> <target name="package-proxy-eval-woIAIK" depends="compile-eval,package-proxy-base-woIAIK" description="creates war file without IAIK libraries (target VM=1.3)"/> <target name="package-proxy-eval-signed-woIAIK" depends="compile-eval-signed,package-proxy-base-woIAIK" description="creates war file withouth IAIK libraries (target VM=VM used for running Ant (recommended: 1.4 or higher))"/> |