o adding distributionManagement element to the project

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162810 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-06-19 18:55:16 +00:00
parent 4f5cd541f0
commit 302c0c9c64
1 changed files with 27 additions and 1 deletions

View File

@ -318,7 +318,12 @@
</description>
<type>Organization</type>
</field>
<field>
<name>distributionManagement</name>
<version>4.0.0</version>
<description>Distribution information for a project.</description>
<type>DistributionManagement</type>
</field>
</fields>
<!-- We need this because we can't use package as a field name. -->
<codeSegments>
@ -725,6 +730,27 @@
</field>
</fields>
</class>
<class>
<name>DistributionManagement</name>
<version>4.0.0</version>
<description>
This elements describes all that pertains to distribution for a project.
</description>
<fields>
<field>
<name>host</name>
<version>4.0.0</version>
<description>The FQDN of the host where the site resides.</description>
<type>String</type>
</field>
<field>
<name>directory</name>
<description>The directory on the host where the site resides.</description>
<version>4.0.0</version>
<type>String</type>
</field>
</fields>
</class>
<class>
<name>License</name>
<version>3.0.0+</version>