diff options
author | Jeremias Maerki <jeremias@apache.org> | 2005-11-17 14:27:40 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2005-11-17 14:27:40 +0000 |
commit | 91003d856bb86ba14d0faa57d9b5841d4648938f (patch) | |
tree | ef5b76d30d7291d781453087a00faeb9189548b3 /build.xml | |
parent | b772cf10834a1124fb30a94d8da17753532df965 (diff) | |
download | xmlgraphics-fop-91003d856bb86ba14d0faa57d9b5841d4648938f.tar.gz xmlgraphics-fop-91003d856bb86ba14d0faa57d9b5841d4648938f.zip |
examples directory was missing in both src and bin distributions.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@345250 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -70,6 +70,7 @@ list of possible build targets. <!--include name="STATUS"/--> <include name="fop.bat"/> <include name="fop"/> + <include name="examples/**"/> <exclude name="docs/**"/> <exclude name="src/**"/> <exclude name="dist/**"/> @@ -102,6 +103,7 @@ list of possible build targets. <patternset refid="dist.lib"/> <include name="lib/servlet*"/> <include name="test/**"/> + <include name="examples/**"/> <!--include name="CHANGES"/--> <include name="LICENSE"/> <include name="NOTICE"/> |