jvanzyl 2004/03/08 10:15:37
Modified: maven-model maven.mdo
Log:
o incorporating a <comment/> element from which we can produced developer
documentation during changes to model.
Revision Changes Path
1.7 +2 -1 maven-components/maven-model/maven.mdo
Index: maven.mdo
===================================================================
RCS file: /home/cvs/maven-components/maven-model/maven.mdo,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- maven.mdo 8 Mar 2004 18:12:15 -0000 1.6
+++ maven.mdo 8 Mar 2004 18:15:37 -0000 1.7
@@ -109,16 +109,17 @@
<description>The directory on the site host where site documentation is
placed when the site is uploaded.</description>
<type>String</type>
</field>
- <!-- This naming is inconsistent and distriubtion should occur from a
repository structure. -->
<field>
<name>distributionSite</name>
<description>The FQDN of the host where the project's artifacts are
uploaded.</description>
<type>String</type>
+ <comment>This naming is inconsistent and distriubtion should occur from a
repository structure.</comment>
</field>
<field>
<name>distributionDirectory</name>
<description>The directory on the distribution host where artifacts are
placed when uploaded.</description>
<type>String</type>
+ <comment>This naming is inconsistent and distriubtion should occur from a
repository structure.</comment>
</field>
<field>
<name>mailingLists</name>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]