Build root property was not being used.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352303 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d3356776ee
commit
479235141c
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
<project default="poibrowser" basedir="../../" name="POIBrowser build">
|
<project default="poibrowser" basedir="../../" name="POIBrowser build">
|
||||||
|
|
||||||
|
<property name="build.root" value="build"/>
|
||||||
|
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
<!-- GUI Run Target -->
|
<!-- GUI Run Target -->
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
@ -14,8 +16,8 @@
|
|||||||
<java classname="org.apache.poi.contrib.poibrowser.POIBrowser" fork="true">
|
<java classname="org.apache.poi.contrib.poibrowser.POIBrowser" fork="true">
|
||||||
<arg value="${contrib.input.selection}"/>
|
<arg value="${contrib.input.selection}"/>
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement location="build/jakarta-poi/classes"/>
|
<pathelement location="${build.root}/jakarta-poi/classes"/>
|
||||||
<pathelement location="build/jakarta-poi/contrib/classes"/>
|
<pathelement location="${build.root}/jakarta-poi/contrib/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
</java>
|
</java>
|
||||||
</target>
|
</target>
|
||||||
|
Loading…
Reference in New Issue
Block a user