Author: brett
Date: Thu Jun  2 19:24:03 2005
New Revision: 179699

URL: http://svn.apache.org/viewcvs?rev=179699&view=rev
Log:
forgot CDATA

Modified:
    maven/components/trunk/maven-model/maven.mdo

Modified: maven/components/trunk/maven-model/maven.mdo
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-model/maven.mdo?rev=179699&r1=179698&r2=179699&view=diff
==============================================================================
--- maven/components/trunk/maven-model/maven.mdo (original)
+++ maven/components/trunk/maven-model/maven.mdo Thu Jun  2 19:24:03 2005
@@ -1187,11 +1187,12 @@
         <field>
           <name>scope</name>
           <version>4.0.0</version>
-          <description>
+          <description><![CDATA[
             The scope of the dependency - compile, runtime, test. Used to
             calculate the various classpaths used for testing, etc. and for 
             determining which artifacts to include in a distribution of this
-            project. For more information, see <a 
href="http://maven.apache.org/maven2/dependencies.html";>Dependency 
Mechanism</a>.
+            project. For more information, see 
+            <a 
href="http://maven.apache.org/maven2/dependencies.html";>Dependency 
Mechanism</a>.]]>
           </description>
           <type>String</type>
           <defaultValue>compile</defaultValue>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to