aboutsummaryrefslogtreecommitdiff
path: root/id.server/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'id.server/build.xml')
-rw-r--r--id.server/build.xml11
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)"/>