fix typos

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163530 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-03-11 02:15:41 +00:00
parent 2cf60ca093
commit 7b9c465866

View File

@ -31,7 +31,7 @@
<classes> <classes>
<class rootElement="true" xml.tagName="project"> <class rootElement="true" xml.tagName="project">
<name>Model</name> <name>Model</name>
<description><![<![CDATA[ <description><![CDATA[
The <code>&lt;project&gt;</code> element specifies various attributes The <code>&lt;project&gt;</code> element specifies various attributes
about a project. This is the root element of the project descriptor. about a project. This is the root element of the project descriptor.
The following table lists all of the possible child elements. Child The following table lists all of the possible child elements. Child
@ -570,7 +570,7 @@
<name>packageName</name> <name>packageName</name>
<version>3.0.0</version> <version>3.0.0</version>
<type>String</type> <type>String</type>
<description><![<![CDATA[ <description><![CDATA[
The Java package name of the project. This value is used The Java package name of the project. This value is used
when generating <a href="plugins/javadoc/index.html">JavaDoc</a>. when generating <a href="plugins/javadoc/index.html">JavaDoc</a>.
]]></description> ]]></description>