summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index d2c9d844cc..e562c45030 100644
--- a/build.xml
+++ b/build.xml
@@ -1120,6 +1120,14 @@ FORREST_HOME environment variable!</echo>
</replacetokens>
</filterchain>
</copy>
+ <copy file="maven/mvn-sig.sh" todir="${dist.dir}">
+ <filterchain>
+ <replacetokens>
+ <token key="VERSION" value="${version.id}" />
+ <token key="DSTAMP" value="${DSTAMP}" />
+ </replacetokens>
+ </filterchain>
+ </copy>
</target>
<target name="maven-ooxml-dependencies" description="Builds the POM files for the compiled XmlBeans generated from the Ecma supplied xsds">