![JAR search and dependency download from the Maven repository](/logo.png)
ini.jspwiki_module.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- 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. --> <!-- 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> <adminBean>org.apache.wiki.ui.admin.beans.PlainEditorAdminBean</adminBean> </editor> <!-- Experimental wysiwyg editor, based on mooeditable --> <editor name="wysiwyg"> <author>MooEditable</author> <path>editors/wysiwyg.jsp</path> <minVersion>2.10</minVersion> </editor> <!-- <editor name="WikiWizard"> <author>i3G Institut Hochschule Heilbronn</author> <path>editors/WikiWizard.jsp</path> <minVersion>2.4</minVersion> <maxVersion>2.8</maxVersion> <adminBean>org.apache.wiki.ui.admin.beans.WikiWizardAdminBean</adminBean> </editor> --> <plugin class="org.apache.wiki.plugin.IfPlugin"> <author>Janne Jalkanen</author> <minVersion>2.4</minVersion> <alias>If</alias> </plugin> <plugin class="org.apache.wiki.plugin.Note"> <author>Janne Jalkanen</author> <minVersion>2.4</minVersion> </plugin> <filter class="org.apache.wiki.filters.SpamFilter"> <author>Janne Jalkanen</author> <minVersion>2.6</minVersion> </filter> </modules>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy