summaryrefslogtreecommitdiffstats
path: root/src/contrib
diff options
context:
space:
mode:
authorNicola Ken Barozzi <nicolaken@apache.org>2002-03-14 11:05:10 +0000
committerNicola Ken Barozzi <nicolaken@apache.org>2002-03-14 11:05:10 +0000
commita612b0a28f520ad633efb1ff808e2ed7c9941167 (patch)
tree0cee9e8c897f90951ade6ecf46014cc12be9347e /src/contrib
parent7271f51bed280dbb9d62f24395111cceb505689a (diff)
downloadpoi-a612b0a28f520ad633efb1ff808e2ed7c9941167.tar.gz
poi-a612b0a28f520ad633efb1ff808e2ed7c9941167.zip
Make POI use commons.logging, make log4j optional and clean structure to comply with, and use, Krysalis Centipede 2.0.1.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352212 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/contrib')
-rw-r--r--src/contrib/builds/poibrowser.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/contrib/builds/poibrowser.xml b/src/contrib/builds/poibrowser.xml
deleted file mode 100644
index 68eb0cf974..0000000000
--- a/src/contrib/builds/poibrowser.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<!-- try.xml ... these are trial build targets which are currently
- undergoing testing. When ready they can be moved into the main build.xml -->
-
-<project default="poibrowser" basedir="../../" name="POIBrowser build">
-
- <!-- =================================================================== -->
- <!-- GUI Run Target -->
- <!-- =================================================================== -->
- <target name="poibrowser">
- <taskdef name="user-input" classname="UserInput"
- classpath="./tools/anttasks"/>
-
- <property name="contrib.input.selection" value=""/>
- <user-input name="contrib.input.selection">Please select a file to view </user-input>
-
- <java classname="org.apache.poi.contrib.poibrowser.POIBrowser" fork="true">
- <arg value="${contrib.input.selection}"/>
- <classpath>
- <pathelement location="build/jakarta-poi/classes"/>
- <pathelement location="build/jakarta-poi/contrib/classes"/>
- </classpath>
- </java>
- </target>
-
-
-</project>
-
-<!-- End of file -->