diff options
Diffstat (limited to 'all/build.xml')
-rw-r--r-- | all/build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/all/build.xml b/all/build.xml index f69e8a0bb5..4281a63b2f 100644 --- a/all/build.xml +++ b/all/build.xml @@ -47,6 +47,9 @@ </fileset> <fileset refid="common.files.for.all.jars" /> + <fileset dir="${result.dir}/.."> + <include name="README.TXT"/> + </fileset> </zip> </target> |