metadata.xml 522 B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>java@gentoo.org</email>
  6. <name>Java</name>
  7. </maintainer>
  8. <longdescription lang="en">
  9. Commons VFS provides a single API for accessing various different file
  10. systems. It presents a uniform view of the files from various different
  11. sources, such as the files on local disk, on an HTTP server, or inside
  12. a Zip archive.
  13. </longdescription>
  14. </pkgmetadata>