]> source.dussan.org Git - poi.git/commitdiff
No longer required
authorGlen Stampoultzis <glens@apache.org>
Thu, 10 Apr 2003 06:20:53 +0000 (06:20 +0000)
committerGlen Stampoultzis <glens@apache.org>
Thu, 10 Apr 2003 06:20:53 +0000 (06:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/BUILD_BRANCH@353049 13f79535-47bb-0310-9956-ffa450edef68

src/contrib/targets/poibrowser/xbuild.xml [deleted file]
src/contrib/targets/sheetviewer/xbuild.xml [deleted file]

diff --git a/src/contrib/targets/poibrowser/xbuild.xml b/src/contrib/targets/poibrowser/xbuild.xml
deleted file mode 100644 (file)
index 1654daf..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<project default="poibrowser" basedir="../../" name="POIBrowser build">
-
-  <property name="build.root" value="build"/>
-
-  <!-- =================================================================== -->
-  <!-- GUI Run Target                                                      -->
-  <!-- =================================================================== -->
-  <target name="poibrowser">
-
-    <property name="contrib.input.selection" value=""/>
-    <centipede-user-input name="contrib.input.selection">Please select a file to view </centipede-user-input>
-
-    <java classname="org.apache.poi.contrib.poibrowser.POIBrowser" 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>
diff --git a/src/contrib/targets/sheetviewer/xbuild.xml b/src/contrib/targets/sheetviewer/xbuild.xml
deleted file mode 100644 (file)
index 32edc03..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<project default="sheetviewer" basedir="../../" name="Sheet Viewer build">
-
-  <property name="build.root" value="build"/>
-
-  <!-- =================================================================== -->
-  <!-- GUI Run Target                                                      -->
-  <!-- =================================================================== -->
-  <target name="sheetviewer">
-
-    <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>