Пакет apache-commons-collections: Информация

    Исходный пакет: apache-commons-collections
    Версия: 3.2.1-alt8_14jpp7
    Собран:  22 марта 2013 г. 11:22
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: http://commons.apache.org/collections/

    Лицензия: ASL 2.0
    О пакете: Provides new interfaces, implementations and utilities for Java Collections
    Описание: 
    The introduction of the Collections API by Sun in JDK 1.2 has been a
    boon to quick and effective Java programming. Ready access to powerful
    data structures has accelerated development by reducing the need for
    custom container classes around each core object. Most Java2 APIs are
    significantly easier to use because of the Collections API.
    However, there are certain holes left unfilled by Sun's
    implementations, and the Jakarta-Commons Collections Component strives
    to fulfill them. Among the features of this package are:
    - special-purpose implementations of Lists and Maps for fast access
    - adapter classes from Java1-style containers (arrays, enumerations) to
    Java2-style collections.
    - methods to test or create typical set-theory properties of collections
    such as union, intersection, and closure.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    apache-commons-collections (noarch)
    apache-commons-collections-javadoc (noarch)
    apache-commons-collections-testframework (noarch)
    apache-commons-collections-testframework-javadoc (noarch)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

    Права:
    Igor Vlasenko
    @everybody

      1. ant
      2. apache-commons-parent
      3. /proc
      4. maven
      5. maven-antrun-plugin
      6. maven-assembly-plugin
      7. maven-compiler-plugin
      8. maven-doxia-sitetools
      9. maven-idea-plugin
      10. maven-install-plugin
      11. maven-jar-plugin
      12. maven-javadoc-plugin
      13. maven-plugin-bundle
      14. maven-resources-plugin
      15. maven-surefire-plugin
      16. maven-surefire-provider-junit
      17. rpm-build-java
      18. jpackage-compat
      19. jpackage-utils

    Последнее изменение


    17 марта 2013 г. Igor Vlasenko 0:3.2.1-alt8_14jpp7
    - fc update
    7 марта 2013 г. Igor Vlasenko 0:3.2.1-alt8_6jpp6
    - NMU for unknown reason:
      the person above was too neglectant to add --changelog "- NMU: <reason>" option.
    5 марта 2013 г. Igor Vlasenko 0:3.2.1-alt7_6jpp6
    - fixed build with new svgsalamander