mirror of https://github.com/apache/poi.git
Copy HSLF resources over when compiling scratchpad
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@388922 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ea9dd06f19
commit
1918628fe1
|
@ -293,6 +293,15 @@
|
|||
<pathelement location="${junit.jar1.dir}"/>
|
||||
</classpath>
|
||||
</javac>
|
||||
|
||||
<!-- Copy HSLF Resources over -->
|
||||
<property name="hslf.data" value="org/apache/poi/hslf/data" />
|
||||
<mkdir dir="${scratchpad.output.dir}/${hslf.data}" />
|
||||
<copy todir="${scratchpad.output.dir}/${hslf.data}">
|
||||
<fileset dir="${scratchpad.src}/${hslf.data}">
|
||||
<include name="*.ppt" />
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
<target name="compile-contrib" depends="init">
|
||||
|
|
Loading…
Reference in New Issue