diff options
author | rudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-06-03 16:37:40 +0000 |
---|---|---|
committer | rudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-06-03 16:37:40 +0000 |
commit | 7ee2f61d8e2e9ffabf288ba7f054a41452d31221 (patch) | |
tree | 70522a772f714e22b701246b51fd2fab93577388 /id.server/build.xml | |
parent | dbb9ffb8bf2a06321c6b5f64b9074fc4f642bd89 (diff) | |
download | moa-id-spss-7ee2f61d8e2e9ffabf288ba7f054a41452d31221.tar.gz moa-id-spss-7ee2f61d8e2e9ffabf288ba7f054a41452d31221.tar.bz2 moa-id-spss-7ee2f61d8e2e9ffabf288ba7f054a41452d31221.zip |
Kopiervorgang für Apache 2.0 Lizenz in Distributionen eingefügt. (RSCH)
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@351 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.server/build.xml')
-rw-r--r-- | id.server/build.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/id.server/build.xml b/id.server/build.xml index 736fddb38..f36f2cc79 100644 --- a/id.server/build.xml +++ b/id.server/build.xml @@ -454,6 +454,17 @@ <copy toDir="${dist.auth}/"> <fileset dir="${projectroot}/" includes="history.txt"/> </copy> + <copy toDir="${dist.proxy}/"> + <fileset dir="${projectroot}/" includes="history.txt"/> + </copy> + <copy toDir="${dist.auth}/"> + <fileset dir="${projectroot}/" includes="APACHE-LICENSE-2.0.txt"/> + </copy> + <copy toDir="${dist.proxy}/"> + <fileset dir="${projectroot}/" includes="APACHE-LICENSE-2.0.txt"/> + </copy> + + </target> <!-- create moa-id-auth distributables with IAIK libraries included --> <target name="dist-auth" depends="package-auth,dist-auth-base,copy-iaik-ext" description="builds moa-id-auth distributable with IAIK libraries for commercial use (target VM=1.3)"/> |