jj-wikitext
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.google.code.maven-play-plugin.org.playframework</groupId> <artifactId>jj-wikitext</artifactId> <version>1.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2007, 2009 David Green and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: David Green - initial API and implementation --> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.google.code.maven-play-plugin.org.playframework</groupId> <artifactId>jj-wikitext</artifactId> <version>1.1</version> <packaging>jar</packaging> <name>Eclipse Mylyn Docs - Core</name> <description>The scope of the Mylyn Docs project is Eclipse-based access to documentation systems such as Wikis and other portals. This builds on the Mylyn WikiText framework.</description> <url>http://www.eclipse.org/mylyn/docs/</url> <licenses> <license> <name>Eclipse Public License - v 1.0</name> <url>http://www.eclipse.org/legal/epl-v10.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git://git.eclipse.org/gitroot/mylyn/org.eclipse.mylyn.docs.git</connection> <developerConnection>scm:git:ssh://git.eclipse.org/gitroot/mylyn/org.eclipse.mylyn.docs.git</developerConnection> <url>http://git.eclipse.org/c/mylyn/org.eclipse.mylyn.docs.git/tag/?id=Merged_e_3_3_m_3_x</url> </scm> <developers> <developer> <id>dgreen</id> <name>David Green</name> <roles> <role>project lead</role> </roles> </developer> <developer> <id>spingel</id> <name>Steffen Pingel</name> <roles> <role>commiter</role> </roles> </developer> </developers> </project>