Author: ltheussl
Date: Thu Jun 21 04:04:03 2007
New Revision: 549448

URL: http://svn.apache.org/viewvc?view=rev&rev=549448
Log:
Remove confusing notes about xml entities

Modified:
    maven/maven-1/core/trunk/xdocs/faq.fml
    maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml

Modified: maven/maven-1/core/trunk/xdocs/faq.fml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/faq.fml?view=diff&rev=549448&r1=549447&r2=549448
==============================================================================
--- maven/maven-1/core/trunk/xdocs/faq.fml (original)
+++ maven/maven-1/core/trunk/xdocs/faq.fml Thu Jun 21 04:04:03 2007
@@ -236,9 +236,7 @@
       <question>What's the problem with entities in 
<code>project.xml</code>?</question>
       <answer>
         <p>
-          As of Maven 1.1, external entities will not be enabled by default in
-          <code>project.xml</code>, and their use is discouraged in Maven 
1.0.x as well.
-          There will still be the ability to use them, but it will have to be 
enabled.
+          The use of external entities is discouraged in Maven 1.1.
         </p>
         <p>
           There are several reasons for this, but the main reason is that

Modified: maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml?view=diff&rev=549448&r1=549447&r2=549448
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml 
(original)
+++ maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml Thu 
Jun 21 04:04:03 2007
@@ -193,8 +193,7 @@
             <p>
               <code>project.xml</code> files that used to work in older 
versions of Maven may now present parse
               errors. The parser in Maven 1.1 is much less tolerant of invalid 
<code>project.xml</code> files
-              to avoid silently masking syntax errors. Some XML features are 
not enabled (such as DOCTYPE ENTITY
-              declarations) - see the <a href="../faq.html">FAQ</a> for an 
explanation.
+              to avoid silently masking syntax errors.
             </p>
             <p>
               <b>Fix:</b> Check your project file against the XSD published 
for the model version you are using.


Reply via email to