Pushing back my changes to model.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162834 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michal Maczka 2004-06-23 18:03:06 +00:00
parent 4c5fcb62d4
commit 27c0d5f0cc
1 changed files with 45 additions and 9 deletions

View File

@ -162,13 +162,13 @@
</field> </field>
<field> <field>
<name>siteAddress</name> <name>siteAddress</name>
<version>3.0.0+</version> <version>3.0.0</version>
<description>The FQDN of the host where the project's site is uploaded.</description> <description>The FQDN of the host where the project's site is uploaded.</description>
<type>String</type> <type>String</type>
</field> </field>
<field> <field>
<name>siteDirectory</name> <name>siteDirectory</name>
<version>3.0.0+</version> <version>3.0.0</version>
<description>The directory on the site host where site documentation is placed when the site is uploaded.</description> <description>The directory on the site host where site documentation is placed when the site is uploaded.</description>
<type>String</type> <type>String</type>
</field> </field>
@ -742,16 +742,16 @@
</description> </description>
<fields> <fields>
<field> <field>
<name>host</name> <name>repository</name>
<version>4.0.0</version> <version>4.0.0</version>
<description>The FQDN of the host where the site resides.</description> <description>Information needed for deploying to remote repository artifacts generated by the project</description>
<type>String</type> <type>Repository</type>
</field> </field>
<field> <field>
<name>directory</name> <name>site</name>
<description>The directory on the host where the site resides.</description> <description>Information needed for deploying website files of the project.</description>
<version>4.0.0</version> <version>4.0.0</version>
<type>String</type> <type>Site</type>
</field> </field>
</fields> </fields>
</class> </class>
@ -773,7 +773,7 @@
</field> </field>
<field> <field>
<name>distribution</name> <name>distribution</name>
<version>3.0.0+</version> <version>3.0.0</version>
<description> <description>
The primary method by which this project may be distributed. The primary method by which this project may be distributed.
<dl> <dl>
@ -1218,5 +1218,41 @@
</codeSegment> </codeSegment>
</codeSegments> </codeSegments>
</class> </class>
<!--@todo find better solution for managment of site deployments -->
<class>
<name>Site</name>
<version>4.0.0</version>
<description>
Site contains the information needed
for deploying websites.
</description>
<fields>
<field>
<name>id</name>
<version>4.0.0</version>
<description>
A unique identifier for a deployment locataion.
</description>
<type>String</type>
</field>
<field>
<name>name</name>
<version>4.0.0</version>
<description>
Human readable name of the deployment location
</description>
<type>String</type>
</field>
<field>
<name>url</name>
<version>4.0.0</version>
<description>
The url of of the location where website is deployed
</description>
<type>String</type>
</field>
</fields>
</class>
</classes> </classes>
</model> </model>