Author: dennisl
Date: Fri Oct  2 06:53:41 2009
New Revision: 820906

URL: http://svn.apache.org/viewvc?rev=820906&view=rev
Log:
o Expand the description a bit.

Modified:
    maven/plugins/trunk/maven-changes-plugin/src/site/apt/using-changes-xsd.apt

Modified: 
maven/plugins/trunk/maven-changes-plugin/src/site/apt/using-changes-xsd.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/site/apt/using-changes-xsd.apt?rev=820906&r1=820905&r2=820906&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/site/apt/using-changes-xsd.apt 
(original)
+++ maven/plugins/trunk/maven-changes-plugin/src/site/apt/using-changes-xsd.apt 
Fri Oct  2 06:53:41 2009
@@ -1,9 +1,9 @@
  -----
- Using Schema Changes 1.0.0
+ Using the XML Schema Changes 1.0.0
  -----
  Vincent Siveton
  ------
- 2009-04-28
+ 2009-10-02
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -26,16 +26,18 @@
 ~~ NOTE: For help with the syntax of this file, see:
 ~~ http://maven.apache.org/doxia/references/apt-format.html
 
-Using Schema Changes 1.0.0
+Using the XML Schema Changes 1.0.0
 
   The Changes XSD is located 
{{{http://maven.apache.org/xsd/changes-1.0.0.xsd}here}}.
 
-  Your favorite IDE probably supports XSD schema's for changes.xml files. You 
need to specify the following:
+  Your favorite IDE probably supports validation and/or syntax highlighting for
+  XML files by using XSD schemas. For this to work you need to specify the
+  schema in your <<<changes.xml>>> file:
 
 +-----+
 <document xmlns="http://maven.apache.org/changes/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 
http://maven.apache.org/xsd/changes-1.0.0.xsd";>
+          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 
http://maven.apache.org/xsd/changes-1.0.0.xsd";>
 ...
 </document>
 +-----+


Reply via email to