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

<!--
    This is the JSPWiki default module property file.  It contains descriptors for each
    JSPWiki Core Module (i.e stuff that is included with JSPWiki).  If a descriptor
    is missing, that doesn't mean that we don't have it; we just in that case fall
    back to defaults.
-->
<modules>

   <!--
       Define the editors that we ship with.
   -->
   <editor name="plain">
      <author>Janne Jalkanen</author>
      <path>editors/plain.jsp</path>
      <minVersion>2.4</minVersion>
      <maxVersion>2.5</maxVersion>
      <adminBean>com.ecyrd.jspwiki.ui.admin.beans.PlainEditorAdminBean</adminBean>
   </editor>

   <editor name="WikiWizard">
      <author>i3G Institut Hochschule Heilbronn</author>
      <path>editors/WikiWizard.jsp</path>
      <minVersion>2.4</minVersion>
      <maxVersion>2.5</maxVersion>
   </editor>

   <editor name="FCK">
      <author>Frederico Caldeira Knabbe</author>
      <path>editors/FCK.jsp</path>
      <minVersion>2.4</minVersion>
      <maxVersion>2.5</maxVersion>
   </editor>

</modules>