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.

properties.xml 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/xsl" href="tools/antipede/resources/stylesheets/properties.xsl"?>
  3. <!-- Build properties - these override any property specified in the build -->
  4. <properties>
  5. <!-- Properties of the build -->
  6. <build>
  7. <!-- What to tell the compiler -->
  8. <compiler
  9. emacs="on"
  10. warnings="true"
  11. pedantic="false"
  12. depend="true"
  13. fulldepend="true"
  14. debug="on"
  15. optimize="off"
  16. deprecation="on"
  17. nowarn="off"
  18. type="classic"
  19. vm="1.2" />
  20. </build>
  21. <centipede>
  22. <tools>
  23. <cents repository="http://krysalis.org/jars/">
  24. <!-- not currently used by POI
  25. <antidote/>
  26. <xmldoclet/> -->
  27. <centipede>
  28. <javadocs group="POIFS org.apache.poi.poifs*,HSSF org.apache.poi.hssf*,HPSF org.apache.poi.hpsf*,">
  29. <altenative views="uml">
  30. <uml prefix="uml-" suffix="" extension="html"/>
  31. </altenative>
  32. </javadocs>
  33. </centipede>
  34. <junit/>
  35. <jdepend/>
  36. <checkstyle/>
  37. <javasrc/>
  38. <umldoclet/>
  39. <forrest>
  40. <!-- available skins:
  41. basic
  42. jakarta-site
  43. avalon-site
  44. scarab-site
  45. xml-apache-site
  46. forrest-site (Work In Progress)
  47. -->
  48. <skin
  49. name="avalon-site">
  50. <navlinks>
  51. <link1
  52. href="http://www.apache.org/">apache</link1>
  53. <link2
  54. href="http://jakarta.apache.org/">jakarta</link2>
  55. <link3
  56. href="http://jakarta.apache.org/poi/">POI</link3>
  57. </navlinks>
  58. <logo>
  59. <group
  60. src="images/group-logo.gif"
  61. href="http://jakarta.apache.org" />
  62. <project
  63. src="images/poi-logo.png"
  64. href="http://jakarta.apache.org/poi/" />
  65. </logo>
  66. </skin>
  67. </forrest>
  68. </cents>
  69. </tools>
  70. </centipede>
  71. </properties>