jvanzyl 2004/04/15 07:31:27
Modified: maven-model maven.mdo
Log:
o url will do
Revision Changes Path
1.27 +18 -0 maven-components/maven-model/maven.mdo
Index: maven.mdo
===================================================================
RCS file: /home/cvs/maven-components/maven-model/maven.mdo,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- maven.mdo 15 Apr 2004 02:03:54 -0000 1.26
+++ maven.mdo 15 Apr 2004 14:31:27 -0000 1.27
@@ -535,6 +535,24 @@
</fields>
</class>
<class>
+ <name>IssueManagement</name>
+ <version>4.0.0</version>
+ <fields>
+ <field>
+ <name>system</name>
+ <version>4.0.0</version>
+ <description>The name of the issue management system i.e.
Bugzilla</description>
+ <type>String</type>
+ </field>
+ <field>
+ <name>url</name>
+ <version>4.0.0</version>
+ <description>Url for the issue management system use by the
project.</description>
+ <type>String</type>
+ </field>
+ </fields>
+ </class>
+ <class>
<name>License</name>
<fields>
<field>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]