<?xml version="1.0" encoding="UTF-8"?>
<!--

  Copyright (C) Christian Schulte, 2005-206
  All rights reserved.

  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:

    o Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.

    o Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in
      the documentation and/or other materials provided with the
      distribution.

  THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
  THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

  $JOMC: changes.xml 4259 2012-02-16 19:16:18Z schulte2005 $

-->
<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">
  <properties>
    <title>Changelog</title>
    <author email="schulte2005@users.sourceforge.net">Christian Schulte</author>
  </properties>
  <body>
    <!-- *********************************************************************************************************** -->
    <release version="1.1" date="2010-07-28">
      <action dev="schulte2005" type="add"><![CDATA[Added a <code>location</code> attribute to the
      <code>@XmlSchema</code> annotation of the <code>org.jomc.model</code> package. Added a <code>@XmlNs</code>
      annotation to the <code>@XmlSchema</code> annotation of the <code>org.jomc.model</code> package.]]>
      </action>
      <action dev="schulte2005" type="add"><![CDATA[Added methods <code>getAnyElement</code> and
      <code>getAnyElements</code> taking a type.
      See the <a href="http://jomc.sourceforge.net/jomc/1.1/jomc-model-1.1/clirr-report.html">CLIRR report</a>.]]>
      </action>
      <action dev="schulte2005" type="fix"><![CDATA[Corrected a <code>ClassCastExpcetion</code> thrown by class
      <code>org.jomc.model.modlet.DefaultModelProcessor</code> when transforming models using stylesheets producing
      illegal transformation results.]]>
      </action>
    </release>
    <!-- *********************************************************************************************************** -->
    <release version="1.2" date="2012-02-16">
      <action dev="schulte2005" type="add"><![CDATA[Added a <code>META-INF/sun-jaxb.episode</code> file.]]>
      </action>
      <action dev="schulte2005" type="add"><![CDATA[Added a <code>type</code> attribute to the <code>Text</code> complex
      type of the <code>jomc-1.2.xsd</code> schema.]]>
      </action>
      <action dev="schulte2005" type="fix"><![CDATA[Corrected method <code>findTransformers</code> of class
      <code>org.jomc.model.modlet.DefaultModelProcessor</code> to create <code>Transformers</code> supporting resolution
      of relative URIs based on the system id of found transformations.]]>
      </action>
      <action dev="schulte2005" type="fix"><![CDATA[Corrected method <code>getClasspathModule</code> of class
      <code>org.jomc.model.Modules</code> to search for class path implementations of any specification, not just
      resolved specifications.]]>
      </action>
      <action dev="schulte2005" type="fix"><![CDATA[Corrected method <code>getClasspathModule</code> of class
      <code>org.jomc.model.Modules</code> to also resolve specifications specified by overridden dependencies.]]>
      </action>
      <action dev="schulte2005" type="fix"><![CDATA[Updated class
      <code>org.jomc.model.modlet.DefaultModelValidator</code> to additionally validate inheritance of any elements.]]>
      </action>
      <action dev="schulte2005" type="fix"><![CDATA[Updated class
      <code>org.jomc.model.modlet.DefaultModelValidator</code> to correctly validate model object inheritance.]]>
      </action>
      <action dev="schulte2005" type="update"><![CDATA[Updated methods <code>isDefaultEnabled</code> and
      <code>getDefaultTransformerLocation</code> of class <code>org.jomc.model.modlet.DefaultModelProcessor</code>
      to support system properties <code>org.jomc.model.modlet.DefaultModelProcessor.defaultEnabled</code> and
      <code>org.jomc.model.modlet.DefaultModelProcessor.defaultTransformerLocation</code> deprecating system properties
      <code>org.jomc.model.DefaultModelProcessor.defaultEnabled</code> and
      <code>org.jomc.model.DefaultModelProcessor.defaultTransformerLocation</code>.]]>
      </action>
      <action dev="schulte2005" type="update"><![CDATA[Updated methods <code>isDefaultEnabled</code> and
      <code>getDefaultModuleLocation</code> of class <code>org.jomc.model.modlet.DefaultModelProvider</code>
      to support system properties <code>org.jomc.model.modlet.DefaultModelProvider.defaultEnabled</code> and
      <code>org.jomc.model.modlet.DefaultModelProvider.defaultModuleLocation</code> deprecating system properties
      <code>org.jomc.model.DefaultModelProvider.defaultEnabled</code> and
      <code>org.jomc.model.DefaultModelProvider.defaultModuleLocation</code>.]]>
      </action>
      <action dev="schulte2005" type="update"><![CDATA[Updated method <code>findTransformers</code> of class
      <code>org.jomc.model.modlet.DefaultModelProcessor</code> to add system properties to transformers as
      parameters.]]>
      </action>
      <action dev="schulte2005" type="update"><![CDATA[Updated method <code>processModel</code> of class
      <code>org.jomc.model.modlet.DefaultModelProcessor</code> to support model context attributes
      <code>org.jomc.model.modlet.DefaultModelProcessor.enabledAttribute</code> and
      <code>org.jomc.model.modlet.DefaultModelProcessor.transformerLocationAttribute</code>.
      See the <a href="http://jomc.sourceforge.net/jomc/1.2/jomc-model-1.2/clirr-report.html">CLIRR report</a>.]]>
      </action>
      <action dev="schulte2005" type="update"><![CDATA[Updated method <code>findModel</code> of class
      <code>org.jomc.model.modlet.DefaultModelProvider</code> to support model context attributes
      <code>org.jomc.model.modlet.DefaultModelProvider.enabledAttribute</code> and
      <code>org.jomc.model.modlet.DefaultModelProvider.moduleLocationAttribute</code>.
      See the <a href="http://jomc.sourceforge.net/jomc/1.2/jomc-model-1.2/clirr-report.html">CLIRR report</a>.]]>
      </action>
      <action dev="schulte2005" type="update"><![CDATA[Added property <code>validating</code> to class
      <code>org.jomc.model.modlet.DefaultModelProvider</code> and updated method <code>findModules</code> to support
      model context attribute <code>org.jomc.model.modlet.DefaultModelProvider.validatingAttribute</code>.
      See the <a href="http://jomc.sourceforge.net/jomc/1.2/jomc-model-1.2/clirr-report.html">CLIRR report</a>.]]>
      </action>
      <action dev="schulte2005" type="remove"><![CDATA[Removed the <code>jomc-1.0.xsd</code> schema deprecated by the
      <code>jomc-1.2.xsd</code> schema.]]>
      </action>
    </release>
  </body>
</document>
