<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>org.wicketstuff</groupId>
		<artifactId>wicketstuff-core</artifactId>
		<version>7.6.0</version>
	</parent>

	<artifactId>tinymce4-parent</artifactId>
	<packaging>pom</packaging>

	<name>TinyMCE4 - Parent</name>
	<description>
		Adds support for WYSIWYG editing (using TinyMce) to Wicket
	</description>

	<modules>
		<module>tinymce4</module>
		<module>tinymce4-examples</module>
	</modules>

	<inceptionYear>2004</inceptionYear>

	<licenses>
		<license>
			<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
			<url>http://www.gnu.org/copyleft/lesser.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>

	<mailingLists>
		<mailingList>
			<name>Wicket Announcements List</name>
			<subscribe>announce-subscribe@wicket.apache.org</subscribe>
			<unsubscribe>
				announce-unsubscribe@wicket.apache.org
			</unsubscribe>
			<archive>
				http://www.nabble.com/Wicket---Announce-f13975.html
			</archive>
		</mailingList>
		<mailingList>
			<name>Wicket User List</name>
			<subscribe>users-subscribe@wicket.apache.org</subscribe>
			<unsubscribe>
				users-unsubscribe@wicket.apache.org
			</unsubscribe>
			<archive>
				http://www.nabble.com/Wicket-Users-New-f25133.html
			</archive>
		</mailingList>
		<mailingList>
			<name>Wicket Development List</name>
			<subscribe>dev-subscribe@wicket.apache.org</subscribe>
			<unsubscribe>dev-unsubscribe@wicket.apache.org</unsubscribe>
			<archive>
				http://www.nabble.com/Wicket---Dev-f13977.html
			</archive>
		</mailingList>
		<mailingList>
			<name>Wicket Subversion Commit List</name>
			<subscribe>commits-subscribe@wicket.apache.org</subscribe>
			<unsubscribe>
				commits-unsubscribe@wicket.apache.org
			</unsubscribe>
		</mailingList>
	</mailingLists>

</project>
