aboutsummaryrefslogtreecommitdiffstats
path: root/src/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'src/contrib')
-rw-r--r--src/contrib/builds/poibrowser.xml28
-rw-r--r--src/contrib/lib/placeholder1
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