mirror of https://github.com/apache/poi.git
Fixed poibrowser build. It lacked the poi classes in classpath.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352366 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7bb8e7ade6
commit
b15e3c6f50
|
@ -14,6 +14,7 @@
|
|||
<arg value="${contrib.input.selection}"/>
|
||||
<classpath>
|
||||
<pathelement path="${xlayout.build.contributions.classes.dir}"/>
|
||||
<pathelement path="${xlayout.build.classes.dir}"/>
|
||||
<path>
|
||||
<fileset dir="${xlayout.library.dir}" casesensitive="yes">
|
||||
<patternset>
|
||||
|
|
Loading…
Reference in New Issue