Hi,
Just a suggestion for an update to the scope element
in the schema.
default="compile" is the addition.
This helps when generating model code from the Schema,
using frameworks like Eclipse EMF.
I've pasted the updated schema element definition
below.
<xs:element name="scope" minOccurs="0"
type="xs:string" default="compile">
<xs:annotation>
<xs:documentation
source="version">4.0.0</xs:documentation>
<xs:documentation source="description">
The scope of the dependency -
<code>compile</code>,
<code>runtime</code>,
<code>test</code>,
<code>system</code>, and
<code>provided</code>. Used to
calculate the various classpaths used for
compilation, testing, and so on. It also assists in
determining
which artifacts to include in a
distribution of this project. For more information,
see
<a
href="http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html">the
dependency mechanism</a>.
</xs:documentation>
</xs:annotation>
</xs:element>
Cheers,
- Ole
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]