<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
 * Copyright 2001-2004 The Apache Software Foundation.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
 -->


<project>
  <!-- the version of maven's project object model -->

  <pomVersion>3</pomVersion>
  <!-- a unique name for this project -->

  <id>WASCEDoc</id>
  <!-- a short but descriptive name for the project -->

  <name>WebSphere Application Server Community Edition Documentation Project</name>
  <!-- The version of the project under development, e.g.
       1.1, 1.2, 2.0-SNAPSHOT -->

  <currentVersion>1.0.1</currentVersion>

  <!-- IBM convention places the project on the left and the organization
       on the right, so this section contains project information instead
       of organization information -->
  <!-- details about the organization that 'owns' the project -->
  <organization>
    <name>IBM</name>
    <url>http://www.ibm.com/websphere/was-ce/</url>
    <logo>/images/banner_left.gif</logo>
  </organization>
  <!-- the year the project started -->

  <inceptionYear>2005</inceptionYear>
  <logo>/images/banner_right.gif</logo>
  <description>xDoc and other information assets crafted into a web site.</description>
  <!-- a short description of what the project does -->

  <shortDescription>Documentation for WebSphere Application Server Community Edition.</shortDescription>
  <!-- the project home page -->

  <url>http://www.ibm.com/</url>
  <!--issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl-->
  <!--siteAddress>jakarta.apache.org</siteAddress-->
  <!--siteDirectory>/www/maven.apache.org/reference/plugins/examples/</siteDirectory-->
  <!--distributionDirectory>/www/maven.apache.org/builds/</distributionDirectory-->
  <!-- the version control repository and http url for online access
       the connection element has the form:
       scm:<system>:<system specific connection string> -->

  <repository>
  </repository>
  <!-- any mailing lists for the project -->

  <mailingLists/>
  <!-- who the developers are for the project -->

  <developers/>
  <!-- jar files the project is dependent on -->

  <dependencies/>
  <!-- build information for the project -->

  <build>
    <nagEmailAddress>wombat-tech@cs.opensource.ibm.com</nagEmailAddress>
    <sourceDirectory>src/xdoc</sourceDirectory>
    <unitTestSourceDirectory/>
    <unitTest/>
    <resources/>
    <defaultGoal>xdoc</defaultGoal>
  </build>

</project>

