diff options
-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 da41b23fd..6b0bec0ea 100644 --- a/id.server/build.xml +++ b/id.server/build.xml @@ -468,7 +468,12 @@ <copy toDir="${dist.proxy}/"> <fileset dir="${projectroot}/" includes="APACHE-LICENSE-2.0.txt"/> </copy> - + <copy toDir="${dist.auth}/"> + <fileset dir="${projectroot}/" includes="IAIK-LICENSE.txt"/> + </copy> + <copy toDir="${dist.proxy}/"> + <fileset dir="${projectroot}/" includes="IAIK-LICENSE.txt"/> + </copy> </target> <!-- create moa-id-auth distributables with IAIK libraries included --> |