o rolling back changes that are breaking the build

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162833 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-06-23 15:13:53 +00:00
parent d313ec01db
commit 4c5fcb62d4
2 changed files with 10 additions and 44 deletions

View File

@ -5,6 +5,7 @@ target
default.lst
test.out
default.ajsym
*.iml
*.ipr
*.iws
*.iml

View File

@ -162,13 +162,13 @@
</field>
<field>
<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>
<type>String</type>
</field>
<field>
<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>
<type>String</type>
</field>
@ -742,16 +742,16 @@
</description>
<fields>
<field>
<name>repository</name>
<name>host</name>
<version>4.0.0</version>
<description>Information needed for deploying to remote repository artifacts generated by the project</description>
<type>Repository</type>
<description>The FQDN of the host where the site resides.</description>
<type>String</type>
</field>
<field>
<name>site</name>
<description>Information needed for deploying website files of the project.</description>
<name>directory</name>
<description>The directory on the host where the site resides.</description>
<version>4.0.0</version>
<type>Site</type>
<type>String</type>
</field>
</fields>
</class>
@ -1218,40 +1218,5 @@
</codeSegment>
</codeSegments>
</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>
</model>