diff options
author | Mark Johnson <mjohnson@apache.org> | 2002-02-15 02:11:36 +0000 |
---|---|---|
committer | Mark Johnson <mjohnson@apache.org> | 2002-02-15 02:11:36 +0000 |
commit | a836e5e135e1977dfc0574acc0e692eb77fe8220 (patch) | |
tree | aa91ac91e87203b3e5570ef9866b957ceb325bcc /src/contrib | |
parent | e2841de795a7f4ac174d783de903306e3a19b805 (diff) | |
download | poi-a836e5e135e1977dfc0574acc0e692eb77fe8220.tar.gz poi-a836e5e135e1977dfc0574acc0e692eb77fe8220.zip |
update build tools per Ken Barozzi's patch
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352096 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/contrib')
-rw-r--r-- | src/contrib/builds/poibrowser.xml | 28 | ||||
-rw-r--r-- | src/contrib/lib/placeholder | 1 |
2 files changed, 29 insertions, 0 deletions
diff --git a/src/contrib/builds/poibrowser.xml b/src/contrib/builds/poibrowser.xml new file mode 100644 index 0000000000..68eb0cf974 --- /dev/null +++ b/src/contrib/builds/poibrowser.xml @@ -0,0 +1,28 @@ +<!-- 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 --> diff --git a/src/contrib/lib/placeholder b/src/contrib/lib/placeholder new file mode 100644 index 0000000000..3c057009a0 --- /dev/null +++ b/src/contrib/lib/placeholder @@ -0,0 +1 @@ +CVS happy |