summaryrefslogtreecommitdiff
blob: 6f8636c1d0e5928e2f7cd14d8ec189651d85d602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>java</herd>
  <longdescription>
    Tomcat is the servlet container that is used in the official Reference
    Implementation for the Java Servlet and JavaServer Pages technologies.
    The Java Servlet and JavaServer Pages specifications are developed by
    Sun under the Java Community Process.
  </longdescription>
  <use>
    <flag name='extra-webapps'>Build also the docs and examples webapp</flag>
	<flag name="websockets">Builds websockets api and implementation (requires java 7)</flag>
  </use>
</pkgmetadata>