Browse Source

Add event sources to jar

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1737227 13f79535-47bb-0310-9956-ffa450edef68
pull/3/head
Simon Steiner 8 years ago
parent
commit
9eae1c7714
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      fop/build.xml

+ 3
- 0
fop/build.xml View File

@@ -504,6 +504,9 @@ list of possible build targets.
<fileset dir="${src.java.dir}">
<patternset refid="java-only"/>
</fileset>
<fileset dir="${events.src.java.dir}">
<patternset refid="java-only"/>
</fileset>
<fileset dir="${basedir}">
<include name="../LICENSE"/>
<include name="../NOTICE"/>

Loading…
Cancel
Save