summaryrefslogtreecommitdiffstats
path: root/pki/base/console
diff options
context:
space:
mode:
authormharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-07-13 21:08:15 +0000
committermharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-07-13 21:08:15 +0000
commitb6d8c37146b9859edc5d056b5dd68c725e82f6c6 (patch)
tree56a2e453483aeae5c9660baf879f1ebe8ffe4e18 /pki/base/console
parent285dddb0376bcf2100cae427e47884ca1dcabae2 (diff)
downloadpki-b6d8c37146b9859edc5d056b5dd68c725e82f6c6.tar.gz
pki-b6d8c37146b9859edc5d056b5dd68c725e82f6c6.tar.xz
pki-b6d8c37146b9859edc5d056b5dd68c725e82f6c6.zip
Bugzilla Bug #511136 - Integrate EULA file into RHCS.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@695 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/base/console')
-rw-r--r--pki/base/console/build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pki/base/console/build.xml b/pki/base/console/build.xml
index a6ae9ea69..3cadfcc45 100644
--- a/pki/base/console/build.xml
+++ b/pki/base/console/build.xml
@@ -201,6 +201,7 @@
<zipfileset dir="."
filemode="755"
prefix="usr/share/doc/${product.name}-${version}">
+ <include name="EULA"/>
<include name="LICENSE"/>
</zipfileset>
</zip>
@@ -222,6 +223,7 @@
<tarfileset dir="."
mode="755"
prefix="${dist.name}/usr/share/doc/${product.name}-${version}">
+ <include name="EULA"/>
<include name="LICENSE"/>
</tarfileset>
</tar>
@@ -265,6 +267,7 @@
filemode="755"
prefix="${src.dist.name}">
<include name="${product.name}.spec"/>
+ <include name="EULA"/>
<include name="LICENSE"/>
<include name="build.xml"/>
<include name="CMSAdminRS.properties"/>
@@ -284,6 +287,7 @@
mode="755"
prefix="${src.dist.name}">
<include name="${product.name}.spec"/>
+ <include name="EULA"/>
<include name="LICENSE"/>
<include name="build.xml"/>
<include name="CMSAdminRS.properties"/>