tinymce3-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>tinymce3-parent</artifactId>
<version>9.23.1</version>
</dependency><?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>9.23.1</version> </parent> <artifactId>tinymce3-parent</artifactId> <packaging>pom</packaging> <name>TinyMCE3 - Parent</name> <description> Adds support for WYSIWYG editing (using TinyMce) to Wicket </description> <modules> <module>tinymce3</module> <module>tinymce3-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>