<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>
	<artifactId>rapid-generator</artifactId>
	<name>rapid-generator</name>
	<packaging>jar</packaging>
	<version>4.0</version>	
	
	<description>rapid-generator core engine</description>
	<url>http://code.google.com/p/rapid-framework</url>
	
	<parent>
		<groupId>com.googlecode.rapid-framework</groupId>
		<artifactId>rapid-generator-parent</artifactId>
		<version>1.0</version>
		<relativePath>../pom.xml</relativePath>
	</parent>

	<licenses>
		<license>
			<name>The Apache Software License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
		<connection>http://rapid-framework.googlecode.com/svn/tags/4.0/trunk/rapid-mvn</connection>
		<url>http://rapid-framework.googlecode.com/svn/tags/4.0/trunk/rapid-mvn</url>
	  <developerConnection>scm:svn:https://rapid-framework.googlecode.com/svn/tags/4.0/rapid-mvn/rapid-generator</developerConnection>
  </scm>
	<developers>
		<developer>
			<email>badqiu(a)gmail.com</email>
			<name>badqiu</name>
			<id>badqiu</id>
		</developer>
	</developers>
	
	<dependencies>
			<dependency>
				<groupId>com.googlecode.rapid-framework</groupId>
				<artifactId>rapid-generator-template</artifactId>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>org.freemarker</groupId>
				<artifactId>freemarker</artifactId>
			</dependency>			
	</dependencies>
	
</project>
