diff options
author | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-08 14:54:43 +0000 |
---|---|---|
committer | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-08 14:54:43 +0000 |
commit | b15e3c6f5070a8544d3ed4146f1fd28c23219809 (patch) | |
tree | 46bb84f224672194c828fa4ce78784b8ddd6e0ed /src | |
parent | 7bb8e7ade6d901e7b5143a5d893dd7566596198c (diff) | |
download | poi-b15e3c6f5070a8544d3ed4146f1fd28c23219809.tar.gz poi-b15e3c6f5070a8544d3ed4146f1fd28c23219809.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/contrib/targets/poibrowser/xbuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/contrib/targets/poibrowser/xbuild.xml b/src/contrib/targets/poibrowser/xbuild.xml index 58b0cd3eba..1654dafe0a 100644 --- a/src/contrib/targets/poibrowser/xbuild.xml +++ b/src/contrib/targets/poibrowser/xbuild.xml @@ -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> |