You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

module.xml 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/xsl" href="tools/antipede/resources/stylesheets/module.xsl"?>
  3. <?xml-stylesheet type="text/css" href="tools/antipede/resources/stylesheets/module.css"?>
  4. <module name="jakarta-poi">
  5. <url href="http://jakarta.apache.org/poi/"/>
  6. <cvs repository="jakarta"/>
  7. <mailing-lists>
  8. <mailing-list user="developer"
  9. mail="poi-dev@jakarta.apache.org"
  10. subscribe="poi-dev-subscribe@jakarta.apache.org"
  11. unsubscribe="poi-dev-unsubscribe@jakarta.apache.org"/>
  12. </mailing-lists>
  13. <description>
  14. The POI project consists of APIs for manipulating various file formats
  15. based upon Microsoft's OLE 2 Compound Document format using pure Java.
  16. </description>
  17. <detailed>
  18. A common misconception is that POI writes Excel files. POI is the
  19. name of the project. POI contains several components, one of which,
  20. HSSF, writes Excel files. The following are components of the entire
  21. POI project.POIFS is the oldest and most stable part of the project.
  22. It is our port of the OLE 2 Compound Document Format to pure Java.
  23. It supports both read and write functionality. All of our components
  24. ultimately rely on it by definition. HSSF is our port of the
  25. Microsoft Excel 97(-2002) file format (BIFF8) to pure Java.
  26. It supports read and write capability. HDF is our port of the
  27. Microsoft Word 97 file format to pure Java.
  28. It supports read and write capability. This component is in the early
  29. stages of design. Jump in!
  30. </detailed>
  31. <what>
  32. <goal>just do it</goal>
  33. </what>
  34. <why>
  35. Why not?
  36. </why>
  37. <vendor>Apache Software Foundation</vendor>
  38. <licence>This software is released under the Apache Software License 1.1.
  39. For detailed legal and licensing issues, please read the LICENSE.* files
  40. in the /legal directory.
  41. </licence>
  42. <credits>
  43. <credit>This software includes software developed by the Krysalis Project
  44. (http://www.krysalis.org/).
  45. </credit>
  46. </credits>
  47. <project name="jakarta-poi">
  48. <version major="1"
  49. minor="9"
  50. fix ="0"
  51. tag="dev"/>
  52. <package>org.apache.poi</package>
  53. <ant buildfile="centibuild.xml" basedir="." target="gump" vm="1.2">
  54. <property name="ant.home" reference="home" project="krysalis-centipede"/>
  55. </ant>
  56. <!-- Project jars POI *build* strictly depends on -->
  57. <!-- needed for build -->
  58. <depend project="xml-xerces"/>
  59. <depend project="xml-xalan2"/>
  60. <depend project="jakarta-ant"/>
  61. <depend project="jakarta-ant-embed-optional"/>
  62. <depend property="jxpath.jar" project="commons-jxpath"/>
  63. <depend project="ant-contrib"/>
  64. <depend project="krysalis-ant-tasks"/>
  65. <depend project="krysalis-ruper"/>
  66. <depend project="commons-vfs"/>
  67. <depend project="commons-cli"/>
  68. <depend project="jakarta-regexp"/>
  69. <depend project="commons-jjar"/>
  70. <depend project="junit"/>
  71. <!-- needed for POI -->
  72. <depend project="commons-logging"/>
  73. <!-- Project jars POI build can use -->
  74. <option project="jakarta-log4j"/>
  75. <!-- Work dirs to be included in classpath -->
  76. <work nested="build/jakarta-poi/classes"/>
  77. <work nested="build/jakarta-poi/junit/classes"/>
  78. <!-- Build home -->
  79. <home nested="build/jakarta-poi"/>
  80. <!-- Source dirs with type -->
  81. <code type="java/plain" dir="src/java"/>
  82. <test type="test/junit" dir="src/testcases"/>
  83. <documentation type="xml/forrest" dir="src/documentation"/>
  84. <!-- POI jars - the result of the build -->
  85. <jar name="jakarta-poi.jar" id="poi"/>
  86. <!-- POI Javadocs - location in the build dirs -->
  87. <javadoc parent="build/jakarta-poi/docs/apidocs"/>
  88. <!-- Getting ready for automatic site updates
  89. <deliver fromdir="build/jakarta-poi/docs"
  90. tosite="jakarta-apache-org"
  91. todir="poi/" />
  92. -->
  93. <nag to="poi-dev@jakarta.apache.org"
  94. from="Nicola Ken Barozzi &lt;nicolaken@apache.org&gt;"/>
  95. </project>
  96. </module>