mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/30356 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
17 lines
805 B
XML
17 lines
805 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>java@gentoo.org</email>
|
|
</maintainer>
|
|
<longdescription>
|
|
Java Servlet is the foundation web specification in the Java Enterprise Platform. Developers can build web applications using the Servlet API to interact with the request/response workflow.
|
|
</longdescription>
|
|
<slots>
|
|
<slot name="2.2">https://jcp.org/aboutJava/communityprocess/maintenance/jsr903/</slot>
|
|
<slot name="2.5">https://jcp.org/aboutJava/communityprocess/final/jsr154/</slot>
|
|
<slot name="3.1">https://jcp.org/aboutJava/communityprocess/final/jsr340/</slot>
|
|
<slot name="3.0">https://jcp.org/aboutJava/communityprocess/final/jsr315/</slot>
|
|
</slots>
|
|
</pkgmetadata>
|