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
29a5b2b56b
commit
4043f63b47
@ -293,6 +293,15 @@
|
|||||||
<pathelement location="${junit.jar1.dir}"/>
|
<pathelement location="${junit.jar1.dir}"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
</javac>
|
</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>
|
||||||
|
|
||||||
<target name="compile-contrib" depends="init">
|
<target name="compile-contrib" depends="init">
|
||||||
|
Loading…
Reference in New Issue
Block a user