diff options
| author | root <root@alpha.trunkmasters.com> | 2026-05-31 21:30:14 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-05-31 21:30:14 -0500 |
| commit | 7d009d2bc561a2df178eac5df75421e4bb4c6b62 (patch) | |
| tree | 565722a7aadd75a31d89afcb22a04abea1bffb17 /dev-java/jdom | |
| parent | 2c156b24300b45a66e20e90fe26d2837c2b1ea7d (diff) | |
| download | baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.gz baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.xz baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.zip | |
Adding metadata
Diffstat (limited to 'dev-java/jdom')
| -rw-r--r-- | dev-java/jdom/metadata.xml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/dev-java/jdom/metadata.xml b/dev-java/jdom/metadata.xml index 075e2849d12e..8495676e21fd 100644 --- a/dev-java/jdom/metadata.xml +++ b/dev-java/jdom/metadata.xml @@ -1,13 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>java@gentoo.org</email> - <name>Java</name> - </maintainer> - <longdescription> + <maintainer type="project"> + <email>java@gentoo.org</email> + <name>Java</name> + </maintainer> + <upstream> + <remote-id type="github">hunterhacker/jdom</remote-id> + </upstream> + <longdescription> JDOM is a Java-oriented object model which models XML documents. It provides a Java-centric means of generating and manipulating XML documents. While JDOM interoperates well with existing standards such as the Simple API for XML (SAX) and the Document Object Model (DOM), it is not an abstraction layer or enhancement to those APIs. Rather, it seeks to provide a robust, light-weight means of reading and writing XML data without the complex and memory-consumptive options that current API offerings provide. </longdescription> - - <origin>liguros-repo</origin> -</pkgmetadata>
\ No newline at end of file +</pkgmetadata> |
