Author: olamy Date: Mon Apr 27 22:36:44 2009 New Revision: 769192 URL: http://svn.apache.org/viewvc?rev=769192&view=rev Log: [MCHANGES-158] Document how to use the XML schema for changes.xml
Added: maven/plugins/trunk/maven-changes-plugin/src/site/apt/using-changes-xsd.apt (with props) Modified: maven/plugins/trunk/maven-changes-plugin/src/site/site.xml Added: 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=769192&view=auto ============================================================================== --- maven/plugins/trunk/maven-changes-plugin/src/site/apt/using-changes-xsd.apt (added) +++ maven/plugins/trunk/maven-changes-plugin/src/site/apt/using-changes-xsd.apt Mon Apr 27 22:36:44 2009 @@ -0,0 +1,41 @@ + ----- + Using Schema Changes 1.0.0 + ----- + Vincent Siveton + ------ + 2009-04-28 + ------ + +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor license agreements. See the NOTICE file +~~ distributed with this work for additional information +~~ regarding copyright ownership. The ASF licenses this file +~~ to you under the Apache License, Version 2.0 (the +~~ "License"); you may not use this file except in compliance +~~ with the License. You may obtain a copy of the License at +~~ +~~ http://www.apache.org/licenses/LICENSE-2.0 +~~ +~~ Unless required by applicable law or agreed to in writing, +~~ software distributed under the License is distributed on an +~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +~~ KIND, either express or implied. See the License for the +~~ specific language governing permissions and limitations +~~ under the License. + +~~ 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 + + 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: + ++-----+ +<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"> +... +</document> ++-----+ Propchange: maven/plugins/trunk/maven-changes-plugin/src/site/apt/using-changes-xsd.apt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: maven/plugins/trunk/maven-changes-plugin/src/site/apt/using-changes-xsd.apt ------------------------------------------------------------------------------ svn:keywords = "Author Date Id Revision" Modified: maven/plugins/trunk/maven-changes-plugin/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/site/site.xml?rev=769192&r1=769191&r2=769192&view=diff ============================================================================== --- maven/plugins/trunk/maven-changes-plugin/src/site/site.xml (original) +++ maven/plugins/trunk/maven-changes-plugin/src/site/site.xml Mon Apr 27 22:36:44 2009 @@ -26,6 +26,7 @@ <item name="Goals" href="plugin-info.html"/> <item name="Usage" href="usage.html"/> <item name="FAQ" href="faq.html"/> + <item name="Using the XML Schema" href="using-changes-xsd.html"/> </menu> <menu name="Reference"> <item name="changes.xml" href="changes.html"/>