forked from apache/tomee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
doap_tomee.rdf
154 lines (120 loc) · 7.81 KB
/
doap_tomee.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<?xml version="1.0" encoding="UTF-8"?>
<!-- ====================================================================== -->
<!-- ===================== - DO NOT EDIT THIS FILE! - ===================== -->
<!-- ====================================================================== -->
<!-- -->
<!-- Any modifications will be overwritten. -->
<!-- -->
<!-- Generated by Maven Doap Plugin 1.1 on 6/5/14 1:17 PM -->
<!-- See: http://maven.apache.org/plugins/maven-doap-plugin/ -->
<!-- -->
<!-- ====================================================================== -->
<rdf:RDF xml:lang="en" xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:asfext="http://projects.apache.org/ns/asfext#">
<Project rdf:about="http://tomee.apache.org/tomee">
<!-- ====================================================================== -->
<!-- A name of something. -->
<!-- ====================================================================== -->
<name>Apache TomEE</name>
<!-- ====================================================================== -->
<!-- Plain text description of a project, of 2-4 sentences in length. -->
<!-- ====================================================================== -->
<description xml:lang="en">Apache TomEE Web Profile delivers Servlets, JSP, JSF, JTA, JPA, CDI, Bean Validation and EJB
Lite. Apache TomEE Plus has all the features of TomEE with the addition of JAX-RS (RESTfull Services),
JAX-WS (Web Services), JMS (Java Message Service) and JCA (the Java Connector Architecture). The
additional functionality is delivered via Apache CXF, Apache ActiveMQ and the Geronimo Connector library</description>
<shortdesc xml:lang="en">Apache TomEE is an all-Apache Java EE 6 Web Profile stack for Apache Tomcat</shortdesc>
<!-- ====================================================================== -->
<!-- Vendor. -->
<!-- ====================================================================== -->
<vendor>The Apache Software Foundation</vendor>
<!-- ====================================================================== -->
<!-- Date when something was created, in YYYY-MM-DD form. e.g. 2004-04-05 -->
<!-- ====================================================================== -->
<created>1999-01-01</created>
<!-- ====================================================================== -->
<!-- URL of a project's homepage, associated with exactly one project. -->
<!-- ====================================================================== -->
<homepage rdf:resource="http://tomee.apache.org"/>
<!-- ====================================================================== -->
<!-- The URI of the license the software is distributed under. -->
<!-- ====================================================================== -->
<license rdf:resource="https://svn.apache.org/repos/asf/tomee/tomee/trunk/LICENSE"/>
<!-- ====================================================================== -->
<!-- Programming language. -->
<!-- ====================================================================== -->
<programming-language>Java</programming-language>
<!-- ====================================================================== -->
<!-- A category of project. -->
<!-- ====================================================================== -->
<category rdf:resource="http://projects.apache.org/category/network-server"/>
<!-- ====================================================================== -->
<!-- Platform. -->
<!-- ====================================================================== -->
<platform>Java</platform>
<!-- ====================================================================== -->
<!-- Anonymous Source Repository. -->
<!-- ====================================================================== -->
<repository>
<Repository>
<location rdf:resource="http://svn.apache.org/viewvc/tomee/tomee/trunk/"/>
</Repository>
</repository>
<!-- ====================================================================== -->
<!-- Developer Source Repository. -->
<!-- ====================================================================== -->
<repository>
<Repository>
<location rdf:resource="https://svn.apache.org/repos/asf/tomee/tomee/trunk"/>
</Repository>
</repository>
<!-- ====================================================================== -->
<!-- Bug database. -->
<!-- ====================================================================== -->
<bug-database rdf:resource="http://issues.apache.org/jira/browse/TOMEE"/>
<!-- ====================================================================== -->
<!-- Mailing lists. -->
<!-- ====================================================================== -->
<mailing-list rdf:resource="http://tomee.apache.org/support.html"/>
<!-- ====================================================================== -->
<!-- Download page. -->
<!-- ====================================================================== -->
<download-page rdf:resource="http://tomee.apache.org/downloads.html"/>
<!-- ====================================================================== -->
<!-- Project releases. -->
<!-- ====================================================================== -->
<release>
<Version>
<name>Apache TomEE</name>
<revision>1.7.0</revision>
<file-release>http://repo.maven.apache.org/maven2/org/apache/openejb/tomee/1.7.0/tomee-1.7.0.pom</file-release>
</Version>
</release>
<release>
<Version>
<name>Apache OpenEJB</name>
<revision>4.7.0</revision>
<file-release>http://central.maven.org/maven2/org/apache/openejb/openejb/4.7.0/openejb-4.7.0.pom</file-release>
</Version>
</release>
<!-- ====================================================================== -->
<!-- ASF extension. -->
<!-- ====================================================================== -->
<asfext:pmc rdf:resource="http://tomee.apache.org"/>
<asfext:name>Apache TomEE</asfext:name>
<foaf:homepage rdf:resource="http://tomee.apache.org"/>
<asfext:charter>Apache TomEE provides an all-Apache Java EE 6 Web Profile stack for Apache Tomcat</asfext:charter>
<asfext:chair>
<foaf:Person>
<foaf:name>David Blevins</foaf:name>
</foaf:Person>
</asfext:chair>
<asfext:implements>
<asfext:Standard>
<asfext:title>Java EE 6 Web Profile</asfext:title>
<asfext:body>Java Community Process</asfext:body>
<asfext:id>JSR 316</asfext:id>
<asfext:url>https://jcp.org/en/jsr/detail?id=316</asfext:url>
</asfext:Standard>
</asfext:implements>
</Project>
</rdf:RDF>