aboutsummaryrefslogtreecommitdiffstats
path: root/team-list.html
diff options
context:
space:
mode:
authorJulien Eluard <[email protected]>2010-11-15 10:57:15 +0100
committerJulien Eluard <[email protected]>2010-11-15 10:57:15 +0100
commitafc3c2c76049666a966d2129ed57cb7a8d640315 (patch)
tree5cbe2e0c66c8e06ffea7dd59f7d21bc0feefb659 /team-list.html
parent501356cd7ed7ff127d5e8022fdc6f6342d0d8c07 (diff)
Cleanup
Diffstat (limited to 'team-list.html')
-rw-r--r--team-list.html229
1 files changed, 0 insertions, 229 deletions
diff --git a/team-list.html b/team-list.html
deleted file mode 100644
index 13694a3..0000000
--- a/team-list.html
+++ /dev/null
@@ -1,229 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-
-
-
-
-
-
-
-
-
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>semantic-versioning - Team list</title>
- <style type="text/css" media="all">
- @import url("./css/maven-base.css");
- @import url("./css/maven-theme.css");
- @import url("./css/site.css");
- </style>
- <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
- </head>
- <body class="composite">
- <div id="banner">
- <span id="bannerLeft">
-
- semantic-versioning
-
- </span>
- <div class="clear">
- <hr/>
- </div>
- </div>
- <div id="breadcrumbs">
-
-
-
-
-
-
-
-
- <div class="xleft">
- Last Published: 2010-11-14
- </div>
- <div class="xright">
-
-
-
-
-
-
-
- </div>
- <div class="clear">
- <hr/>
- </div>
- </div>
- <div id="leftColumn">
- <div id="navcolumn">
-
-
-
-
-
-
-
-
- <h5>Overview</h5>
- <ul>
-
- <li class="none">
- <a href="index.html">Introduction</a>
- </li>
- </ul>
- <h5>Modules</h5>
- <ul>
-
- <li class="none">
- <a href="api/index.html">API</a>
- </li>
-
- <li class="none">
- <a href="enforcer-rule/index.html">Maven Enforcer Rule</a>
- </li>
- </ul>
- <h5>Project Documentation</h5>
- <ul>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <li class="expanded">
- <a href="project-info.html">Project Information</a>
- <ul>
-
- <li class="none">
- <a href="integration.html">Continuous Integration</a>
- </li>
-
- <li class="none">
- <a href="dependencies.html">Dependencies</a>
- </li>
-
- <li class="none">
- <a href="dependency-convergence.html">Dependency Convergence</a>
- </li>
-
- <li class="none">
- <a href="issue-tracking.html">Issue Tracking</a>
- </li>
-
- <li class="none">
- <a href="mail-lists.html">Mailing Lists</a>
- </li>
-
- <li class="none">
- <a href="plugin-management.html">Plugin Management</a>
- </li>
-
- <li class="none">
- <a href="license.html">Project License</a>
- </li>
-
- <li class="none">
- <a href="plugins.html">Project Plugins</a>
- </li>
-
- <li class="none">
- <a href="project-summary.html">Project Summary</a>
- </li>
-
- <li class="none">
- <strong>Project Team</strong>
- </li>
-
- <li class="none">
- <a href="source-repository.html">Source Repository</a>
- </li>
- </ul>
- </li>
- </ul>
- <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
- <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
- </a>
-
-
-
-
-
-
-
-
- </div>
- </div>
- <div id="bodyColumn">
- <div id="contentBox">
- <div class="section"><h2>The Team</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</h3>
-<p>There are no developers working on this project.</p>
-</div>
-<div class="section"><h3>Contributors</h3>
-<p>There are no contributors listed for this project. Please check back again later.</p>
-</div>
-</div>
-<script type="text/javascript">
-function offsetDate(id, offset) {
- var now = new Date();
- var nowTime = now.getTime();
- var localOffset = now.getTimezoneOffset();
- var developerTime = nowTime + ( offset * 60 * 60 * 1000 )+ ( localOffset * 60 * 1000 );
- var developerDate = new Date(developerTime);
-
- document.getElementById(id).innerHTML = developerDate;
-}
-
-function init(){
-}
-
-window.onLoad = init();
-</script>
- </div>
- </div>
- <div class="clear">
- <hr/>
- </div>
- <div id="footer">
- <div class="xright">&#169;
- 2010
-
-
-
-
-
-
-
-
-
- </div>
- <div class="clear">
- <hr/>
- </div>
- </div>
- </body>
-</html>