Projekt-Dokumentation (Aktueller Stand von juplo.de) hinzugefĆ¼gt
[website] / dist / hibernate4-maven-plugin-1.0 / team-list.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
2 <!-- Generated by Apache Maven Doxia at Nov 29, 2012 -->\r
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\r
4   <head>\r
5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
6     <title>Hibernate 4 Maven Plugin - Team list</title>\r
7     <style type="text/css" media="all">\r
8       @import url("./css/maven-base.css");\r
9       @import url("./css/maven-theme.css");\r
10       @import url("./css/site.css");\r
11     </style>\r
12     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />\r
13     <meta name="Date-Revision-yyyymmdd" content="20121129" />\r
14     <meta http-equiv="Content-Language" content="en" />\r
15         \r
16   </head>\r
17   <body class="composite">\r
18     <div id="banner">\r
19                     <div id="bannerLeft">\r
20                 Hibernate 4 Maven Plugin\r
21                 </div>\r
22                     <div class="clear">\r
23         <hr/>\r
24       </div>\r
25     </div>\r
26     <div id="breadcrumbs">\r
27             \r
28         \r
29                 <div class="xleft">\r
30         <span id="publishDate">Last Published: 2012-11-29</span>\r
31                   &nbsp;| <span id="projectVersion">Version: 1.0</span>\r
32                       </div>\r
33             <div class="xright">        \r
34         \r
35       </div>\r
36       <div class="clear">\r
37         <hr/>\r
38       </div>\r
39     </div>\r
40     <div id="leftColumn">\r
41       <div id="navcolumn">\r
42              \r
43         \r
44                                 <h5>Overview</h5>\r
45                   <ul>\r
46                   <li class="none">\r
47                           <a href="index.html" title="Introduction">Introduction</a>\r
48             </li>\r
49                   <li class="none">\r
50                           <a href="examples.html" title="Examples">Examples</a>\r
51             </li>\r
52                   <li class="none">\r
53                           <a href="plugin-info.html" title="Documentation">Documentation</a>\r
54             </li>\r
55           </ul>\r
56                        <h5>Project Documentation</h5>\r
57                   <ul>\r
58                                                                                                                                                                                                                                                                   <li class="expanded">\r
59                           <a href="project-info.html" title="Project Information">Project Information</a>\r
60                     <ul>\r
61                       <li class="none">\r
62                           <a href="index.html" title="About">About</a>\r
63             </li>\r
64                       <li class="none">\r
65                           <a href="integration.html" title="Continuous Integration">Continuous Integration</a>\r
66             </li>\r
67                       <li class="none">\r
68                           <a href="dependencies.html" title="Dependencies">Dependencies</a>\r
69             </li>\r
70                       <li class="none">\r
71                           <a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>\r
72             </li>\r
73                       <li class="none">\r
74                           <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>\r
75             </li>\r
76                       <li class="none">\r
77                           <a href="plugin-management.html" title="Plugin Management">Plugin Management</a>\r
78             </li>\r
79                       <li class="none">\r
80                           <a href="license.html" title="Project License">Project License</a>\r
81             </li>\r
82                       <li class="none">\r
83                           <a href="plugins.html" title="Project Plugins">Project Plugins</a>\r
84             </li>\r
85                       <li class="none">\r
86                           <a href="project-summary.html" title="Project Summary">Project Summary</a>\r
87             </li>\r
88                       <li class="none">\r
89             <strong>Project Team</strong>\r
90           </li>\r
91                       <li class="none">\r
92                           <a href="source-repository.html" title="Source Repository">Source Repository</a>\r
93             </li>\r
94               </ul>\r
95         </li>\r
96                                                                                                                                             <li class="collapsed">\r
97                           <a href="project-reports.html" title="Project Reports">Project Reports</a>\r
98                   </li>\r
99           </ul>\r
100                              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">\r
101         <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />\r
102       </a>\r
103                    \r
104         \r
105             </div>\r
106     </div>\r
107     <div id="bodyColumn">\r
108       <div id="contentBox">\r
109         <div class="section"><h2>The Team<a name="The_Team"></a></h2><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><p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p><table align="center" border="0" class="bodyTable"><tr class="a"><th>Id</th><th>Name</th><th>Email</th></tr><tr class="b"><td><a name="kai"></a>kai</td><td>Kai Moritz</td><td><a class="externalLink" href="mailto:kai@juplo.de">kai@juplo.de</a></td></tr></table></div><div class="section"><h3>Contributors<a name="Contributors"></a></h3><p>There are no contributors listed for this project. Please check back again later.</p></div></div><script type="text/javascript">
110 function offsetDate(id, offset) {
111     var now = new Date();
112     var nowTime = now.getTime();
113     var localOffset = now.getTimezoneOffset();
114     var developerTime = nowTime + ( offset * 60 * 60 * 1000 )+ ( localOffset * 60 * 1000 );
115     var developerDate = new Date(developerTime);
116
117     document.getElementById(id).innerHTML = developerDate;
118 }
119
120 function init(){
121 }
122
123 window.onLoad = init();
124 </script>\r
125       </div>\r
126     </div>\r
127     <div class="clear">\r
128       <hr/>\r
129     </div>\r
130     <div id="footer">\r
131       <div class="xright">Copyright &#169;                   2012.\r
132           All Rights Reserved.      \r
133         \r
134       </div>\r
135       <div class="clear">\r
136         <hr/>\r
137       </div>\r
138     </div>\r
139   </body>\r
140 </html>\r