jvanzyl 2004/03/08 08:42:02
Modified: maven-model maven.mdo
Log:
o just adding some notes
Revision Changes Path
1.2 +17 -0 maven-components/maven-model/maven.mdo
Index: maven.mdo
===================================================================
RCS file: /home/cvs/maven-components/maven-model/maven.mdo,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- maven.mdo 8 Mar 2004 01:31:18 -0000 1.1
+++ maven.mdo 8 Mar 2004 16:42:02 -0000 1.2
@@ -1,3 +1,20 @@
+<!--
+ |
+ | o add specification element to a field, this would be more a technical
description of
+ | what is allowed in the field.
+ |
+ | o validators: there could be several levels of validation. Simple type
validation could
+ | be done with a regex, but we need inter-field validation and rules which could
be
+ | dealt with by something like drools.
+ |
+ | o i18n: would be good to be able to have names/descriptions/specifications
+ | in as many languages as possible.
+ |
+ | o versioning of individual elements on the class level and the field level so
that
+ | different versions of the model can be output.
+ |
+ | o annotation mechanism so that changes to the model can be accurately tracked.
+ -->
<model>
<name>Maven</name>
<description>the description</description>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]