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.

project.xml 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <project>
  3. <pomVersion>1</pomVersion>
  4. <id>jackcess</id>
  5. <name>Jackcess</name>
  6. <currentVersion>1.1.2</currentVersion>
  7. <organization>
  8. <name>Health Market Science, Inc.</name>
  9. <url>http://www.healthmarketscience.com</url>
  10. <logo>http://www.healthmarketscience.com/images/HMS_logo.gif</logo>
  11. </organization>
  12. <inceptionYear>2005</inceptionYear>
  13. <package>com.healthmarketscience.jackcess</package>
  14. <description>A pure Java library for reading from and writing to MS Access databases.</description>
  15. <url>http://jackcess.sf.net</url>
  16. <issueTrackingUrl>http://sf.net/tracker/?group_id=134943&amp;atid=731445</issueTrackingUrl>
  17. <siteAddress>jackcess.sf.net</siteAddress>
  18. <siteDirectory>/home/groups/j/ja/jackcess/htdocs</siteDirectory>
  19. <repository>
  20. <connection>scm:cvs:pserver:anonymous@cvs.sf.net:/cvsroot/jackcess:jackcess</connection>
  21. <url>http://cvs.sf.net/viewcvs.py/</url>
  22. </repository>
  23. <mailingLists>
  24. <mailingList>
  25. <name>jackcess-users</name>
  26. <subscribe>http://lists.sf.net/lists/listinfo/jackcess-users</subscribe>
  27. <unsubscribe>http://lists.sf.net/lists/listinfo/jackcess-users</unsubscribe>
  28. <archive>http://sf.net/mailarchive/forum.php?forum=jackcess-users</archive>
  29. </mailingList>
  30. </mailingLists>
  31. <developers>
  32. <developer>
  33. <name>Tim McCune</name>
  34. <id>javajedi</id>
  35. <email>javajedi@users.sf.net</email>
  36. <organization>Health Market Science, Inc.</organization>
  37. <timezone>-5</timezone>
  38. </developer>
  39. <developer>
  40. <name>Rob Di Marco</name>
  41. <organization>Health Market Science, Inc.</organization>
  42. <timezone>-5</timezone>
  43. </developer>
  44. </developers>
  45. <licenses>
  46. <license>
  47. <name>GNU Lesser General Public License</name>
  48. <url>http://www.gnu.org/copyleft/lesser.txt</url>
  49. <distribution>manual</distribution>
  50. </license>
  51. </licenses>
  52. <build>
  53. <sourceDirectory>src/java</sourceDirectory>
  54. <unitTestSourceDirectory>test/src/java</unitTestSourceDirectory>
  55. <resources>
  56. <resource>
  57. <directory>src/resources</directory>
  58. </resource>
  59. </resources>
  60. </build>
  61. <dependencies>
  62. <dependency>
  63. <groupId>commons-collections</groupId>
  64. <artifactId>commons-collections</artifactId>
  65. <version>3.0</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>commons-lang</groupId>
  69. <artifactId>commons-lang</artifactId>
  70. <version>2.0</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>commons-logging</groupId>
  74. <artifactId>commons-logging</artifactId>
  75. <version>1.0.3</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>log4j</groupId>
  79. <artifactId>log4j</artifactId>
  80. <version>1.2.7</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>maven-plugins</groupId>
  84. <artifactId>maven-sourceforge-plugin</artifactId>
  85. <version>1.1</version>
  86. <type>plugin</type>
  87. </dependency>
  88. <dependency>
  89. <groupId>statcvs</groupId>
  90. <artifactId>maven-statcvs-plugin</artifactId>
  91. <version>2.5</version>
  92. <type>plugin</type>
  93. </dependency>
  94. </dependencies>
  95. <reports>
  96. <report>maven-faq-plugin</report>
  97. <report>maven-changes-plugin</report>
  98. <report>maven-javadoc-plugin</report>
  99. <report>maven-jxr-plugin</report>
  100. <report>maven-jdepend-plugin</report>
  101. <report>maven-statcvs-plugin</report>
  102. </reports>
  103. </project>