suckyviewer has been renamed to sheetviewer
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352798 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2f0e5cf987
commit
aba75eda41
@ -1,37 +0,0 @@
|
||||
<project default="suckyviewer" basedir="../../" name="Sucky Viewer build">
|
||||
|
||||
<property name="build.root" value="build"/>
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- GUI Run Target -->
|
||||
<!-- =================================================================== -->
|
||||
<target name="suckyviewer">
|
||||
|
||||
<property name="contrib.input.selection" value=""/>
|
||||
<centipede-user-input name="contrib.input.selection">Please select a file/url to view </centipede-user-input>
|
||||
|
||||
<java classname="org.apache.poi.hssf.contrib.view.SViewer" fork="true">
|
||||
<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>
|
||||
<include name="*/*.jar"/>
|
||||
<include name="*/*.zip"/>
|
||||
</patternset>
|
||||
</fileset>
|
||||
<fileset dir="${xlayout.source.contributions.library.dir}" casesensitive="yes">
|
||||
<patternset>
|
||||
<include name="*.jar"/>
|
||||
<include name="*.zip"/>
|
||||
</patternset>
|
||||
</fileset>
|
||||
</path>
|
||||
</classpath>
|
||||
</java>
|
||||
</target>
|
||||
|
||||
|
||||
</project>
|
Loading…
Reference in New Issue
Block a user