<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>
	<groupId>com.fifesoft.rtext</groupId>
	<artifactId>rtext</artifactId>
	<version>1.1.0</version>
	<packaging>jar</packaging>
	<name>RText Application</name>
	<description>
		RText is a powerful, cross-platform programmer's text editor written in Java. It is designed
	 	to be easy to use, highly customizable and flexible. Part of RText's design is for the source code 
	 	to be simple, easy to understand, and well documented, so that other programmers can look into its 
	 	inner-workings and figure out how RText ticks with ease. A good place to start (besides the source 
	 	code) is the Javadoc for all classes used in the project. 
	 </description>
	<url>http://www.fifesoft.com/rtext/</url>
	<licenses>
		<license>
			<name>GNU Lesser General Public License</name>
			<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
		<url>http://svn.fifesoft.com/viewvc-1.0.5/bin/cgi/viewvc.cgi/RText/?root=RText</url>
		<connection>http://svn.fifesoft.com/svn/RText/RText</connection>
	</scm>
	<developers>
		<developer>
			<name>Robert Futrell</name>
			<url>http://www.fifesoft.com</url>
		</developer>
	</developers>
	<dependencies>
		<dependency>
			<groupId>com.fifesoft</groupId>
			<artifactId>rsyntaxtextarea</artifactId>
			<version>1.4.1</version>
		</dependency>
		<dependency>
			<groupId>com.fifesoft</groupId>
			<artifactId>spellchecker</artifactId>
			<version>1.4.1</version>
		</dependency>
		<dependency>
			<groupId>com.fifesoft.rtext</groupId>
			<artifactId>common</artifactId>
			<version>1.1.0</version>
		</dependency>
		<dependency>
			<groupId>com.fifesoft</groupId>
			<artifactId>autocomplete</artifactId>
			<version>1.4.1</version>
		</dependency>		
				
	</dependencies>
</project>

