blob: 115e818f033915319a043727035ff3c5f003a0aa [file] [log] [blame]
Stuart McCullochd16db972011-07-05 11:48:22 +00001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3<!-- Generated by Apache Maven Doxia at Jul 5, 2011 -->
4
5<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
7 <head>
8
9 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10
11 <title>Maven Bundle Plugin - Team list</title>
12
13 <style type="text/css" media="all">
14
15 @import url("./css/maven-base.css");
16
17 @import url("./css/maven-theme.css");
18
19 @import url("./css/site.css");
20
21 </style>
22
23 <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
24
25 <meta name="Date-Revision-yyyymmdd" content="20110705" />
26
27 <meta http-equiv="Content-Language" content="en" />
28
29
30
31 </head>
32
33 <body class="composite">
34
35 <div id="banner">
36
37 <div id="bannerLeft">
38
39 Maven Bundle Plugin
40
41 </div>
42
43 <div class="clear">
44
45 <hr/>
46
47 </div>
48
49 </div>
50
51 <div id="breadcrumbs">
52
53
54
55
56
57 <div class="xleft">
58
59 <span id="publishDate">Last Published: 2011-07-05</span>
60
61 &nbsp;| <span id="projectVersion">Version: 2.3.5</span>
62
63 </div>
64
65 <div class="xright">
66
67
68
69 </div>
70
71 <div class="clear">
72
73 <hr/>
74
75 </div>
76
77 </div>
78
79 <div id="leftColumn">
80
81 <div id="navcolumn">
82
83
84
85
86
87 <h5>Overview</h5>
88
89 <ul>
90
91 <li class="none">
92
93 <a href="index.html" title="Introduction">Introduction</a>
94
95 </li>
96
97 <li class="none">
98
99 <a href="plugin-info.html" title="Goals">Goals</a>
100
101 </li>
102
103 <li class="none">
104
105 <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Maven+Bundle+Plugin+%28BND%29" class="externalLink" title="Wiki">Wiki</a>
106
107 </li>
108
109 <li class="none">
110
111 <a href="https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Bundle+Plugin+FAQ" class="externalLink" title="FAQ">FAQ</a>
112
113 </li>
114
115 <li class="none">
116
117 <a href="jira-report.html" title="Release Notes">Release Notes</a>
118
119 </li>
120
121 </ul>
122
123 <h5>Project Documentation</h5>
124
125 <ul>
126
127 <li class="expanded">
128
129 <a href="project-info.html" title="Project Information">Project Information</a>
130
131 <ul>
132
133 <li class="none">
134
135 <a href="index.html" title="About">About</a>
136
137 </li>
138
139 <li class="none">
140
141 <a href="dependencies.html" title="Dependencies">Dependencies</a>
142
143 </li>
144
145 <li class="none">
146
147 <a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
148
149 </li>
150
151 <li class="none">
152
153 <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
154
155 </li>
156
157 <li class="none">
158
159 <a href="license.html" title="Project License">Project License</a>
160
161 </li>
162
163 <li class="none">
164
165 <strong>Project Team</strong>
166
167 </li>
168
169 <li class="none">
170
171 <a href="source-repository.html" title="Source Repository">Source Repository</a>
172
173 </li>
174
175 </ul>
176
177 </li>
178
179 <li class="collapsed">
180
181 <a href="project-reports.html" title="Project Reports">Project Reports</a>
182
183 </li>
184
185 </ul>
186
187 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
188
189 <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
190
191 </a>
192
193
194
195
196
197 </div>
198
199 </div>
200
201 <div id="bodyColumn">
202
203 <div id="contentBox">
204
205 <div class="section"><h2>The Team<a name="The_Team"></a></h2><a name="The_Team"></a><p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p><p>The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p><div class="section"><h3>Members<a name="Members"></a></h3><a name="Members"></a><p>There are no developers working on this project.</p></div><div class="section"><h3>Contributors<a name="Contributors"></a></h3><a name="Contributors"></a><p>There are no contributors listed for this project. Please check back again later.</p><script type="text/javascript">
206function offsetDate(id, offset) {
207 var now = new Date();
208 var nowTime = now.getTime();
209 var localOffset = now.getTimezoneOffset();
210 var developerTime = nowTime + ( offset * 60 * 60 * 1000 )+ ( localOffset * 60 * 1000 );
211 var developerDate = new Date(developerTime);
212
213 document.getElementById(id).innerHTML = developerDate;
214}
215
216function init(){
217}
218
219window.onLoad = init();
220</script></div></div>
221
222 </div>
223
224 </div>
225
226 <div class="clear">
227
228 <hr/>
229
230 </div>
231
232 <div id="footer">
233
234 <div class="xright">Copyright &#169; 2006-2011
235
236 <a href="http://www.apache.org/">The Apache Software Foundation</a>.
237
238 All Rights Reserved.
239
240
241
242 </div>
243
244 <div class="clear">
245
246 <hr/>
247
248 </div>
249
250 </div>
251
252 </body>
253
254</html>
255