<?xml version="1.0" encoding="UTF-8"?>
<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
	<properties>
		<title>Welcome to Aptina Project</title>
	</properties>
	<body>
		<section name="Aptina Project">
			<p>
				<strong>Aptina</strong>
				プロジェクトは，
				<a href="http://jcp.org/en/jsr/detail?id=269">
					Pluggable Annotation Processing API (JSR 269)
				</a>
				を利用する注釈処理ツールや，
				注釈処理ツールを開発するためのコンポーネントを提供します．
			</p>
		</section>

		<section name="サブプロジェクト">
			<table>
				<tbody>
					<tr>
						<td>
							<a href="aptina-unit/index.html">Aptina Unit</a>
						</td>
						<td>注釈処理ツールの単体テストを支援する JUnit 拡張を提供します．</td>
						<td>
							<a href="aptina-unit/apidocs/index.html">Javadoc</a>
						</td>
					</tr>
					<tr>
						<td>
							<a href="aptina-beans/index.html">Aptina Beans</a>
						</td>
						<td>
							フィールドを定義したクラスから， getter/setter メソッドを定義したサブクラスを生成する
							注釈処理ツールを提供します．
						</td>
						<td>
							<a href="aptina-beans/apidocs/index.html">Javadoc</a>
						</td>
					</tr>
					<tr>
						<td>
							<a href="aptina-commons/index.html">Aptina Commons</a>
						</td>
						<td>
							注釈処理ツールで共通に利用できるライブラリを提供します．
						</td>
						<td>
							<a href="aptina-commons/apidocs/index.html">Javadoc</a>
						</td>
					</tr>
				</tbody>
			</table>
		</section>

		<section name="News">
			<dl>
				<dt>2010/03/20</dt>
				<dd>
					<div>
						Aptina 1.0.0 をリリースしました． (
						<a href="downloads.html">ダウンロード</a>
						) (
						<a href="changelog.html#a1.0.0">Change Log</a>
						)
					</div>
				</dd>
				<dt>2010/03/20</dt>
				<dd>
					<div>
						Sandbox を卒業しました．プロジェクトおよび SVN リポジトリの URL が変更になっているのでご注意ください．
						<dl>
							<dt>プロジェクトURL</dt>
							<dd>
								<a href="http://aptina.seasar.org/">http://aptina.seasar.org/</a>
							</dd>
							<dt>SVNリポジトリ</dt>
							<dd>
								<a href="https://www.seasar.org/svn/aptina/">https://www.seasar.org/svn/aptina/</a>
							</dd>
						</dl>
					</div>
				</dd>
				<dt>2010/02/01</dt>
				<dd>
					<div>
						Aptina 0.0.1 をリリースしました． (
						<a href="downloads.html">ダウンロード</a>
						) (
						<a href="changelog.html#a0.0.1">Change Log</a>
						)
					</div>
				</dd>
				<dt>2009/06/20</dt>
				<dd>
					<div>
						Aptina 0.0.0 をリリースしました． (
						<a href="downloads.html">ダウンロード</a>
						)
					</div>
				</dd>
				<dt>2009/06/01</dt>
				<dd>
					<div>
						Aptina プロジェクトを開設しました．
					</div>
				</dd>
			</dl>
		</section>
	</body>
</document>
