<?xml version="1.0"?>
<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>net.disy.htmlunit</groupId>
	<artifactId>htmlunit</artifactId>
	<packaging>jar</packaging>
	<version>2.6</version>
	<name>HtmlUnit (patched for Legato)</name>
	<url>http://htmlunit.sourceforge.net</url> 
	<description>A headless browser intended for use in testing web-based applications (patched for Legato).</description>
	<organization> 
		<name>Gargoyle Software Inc.</name> 
		<url>http://www.GargoyleSoftware.com/</url> 
	</organization> 
	<parent>
		<groupId>net.disy.legato</groupId>
		<artifactId>legato-project</artifactId>
		<version>1</version>
	</parent>
	<scm>
		<connection>scm:svn:https://legato.svn.sourceforge.net/svnroot/legato/legato-thirdparty/htmlunit/trunk</connection>
		<developerConnection>scm:svn:https://legato.svn.sourceforge.net/svnroot/legato/legato-thirdparty/htmlunit/trunk</developerConnection>
		<url>http://legato.svn.sourceforge.net/viewvc/legato/legato-thirdparty/htmlunit/trunk</url>
	</scm>
	<licenses> 
		<license> 
			<name>Apache License, Version 2.0</name> 
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
			<distribution>repo</distribution> 
		</license> 
	</licenses>
	<mailingLists> 
		<mailingList> 
			<name>HtmlUnit Users</name> 
			<subscribe>http://lists.sourceforge.net/lists/listinfo/htmlunit-user</subscribe> 
			<unsubscribe>http://lists.sourceforge.net/lists/listinfo/htmlunit-user</unsubscribe> 
			<archive>http://lists.sourceforge.net/lists/listinfo/htmlunit-user</archive> 
			<post>htmlunit-user@lists.sourceforge.net</post> 
			<otherArchives> 
				<otherArchive>http://www.nabble.com/HtmlUnit---General-f2599.html</otherArchive> 
				<otherArchive>http://htmlunit.markmail.org/</otherArchive> 
				<otherArchive>http://marc.info/?l=htmlunit-user</otherArchive> 
			</otherArchives> 
		</mailingList> 
		<mailingList> 
			<name>HtmlUnit Developers</name> 
			<subscribe>http://lists.sourceforge.net/lists/listinfo/htmlunit-develop</subscribe> 
			<unsubscribe>http://lists.sourceforge.net/lists/listinfo/htmlunit-develop</unsubscribe> 
			<archive>http://lists.sourceforge.net/lists/listinfo/htmlunit-develop</archive> 
			<post>htmlunit-develop@lists.sourceforge.net</post> 
			<otherArchives> 
				<otherArchive>http://www.nabble.com/HtmlUnit---Dev-f2598.html</otherArchive> 
				<otherArchive>http://htmlunit.markmail.org/</otherArchive> 
				<otherArchive>http://marc.info/?l=htmlunit-develop</otherArchive> 
			</otherArchives> 
		</mailingList> 
	</mailingLists> 
	<developers> 
		<developer> 
			<name>Mike Bowler</name> 
			<id>mbowler</id> 
			<email>mbowler@GargoyleSoftware.com</email> 
			<organization>Gargoyle Software Inc.</organization> 
			<url>http://www.sphericalimprovement.com/blogs/mbowler/</url> 
			<timezone>-5</timezone> 
		</developer> 
		<developer> 
			<name>David K. Taylor</name> 
			<id>dktaylor</id> 
		</developer> 
		<developer> 
			<name>Brad Clarke</name> 
			<id>bradclarke</id> 
			<email>bradclarke@users.sourceforge.net</email> 
			<url>http://www.bradclarke.com/</url> 
			<timezone>-6</timezone> 
		</developer> 
		<developer> 
			<name>Marc Guillemot</name> 
			<id>mguillem</id> 
			<email>mguillem@users.sourceforge.net</email> 
			<url>http://mguillem.wordpress.com/</url> 
			<timezone>+1</timezone> 
		</developer> 
		<developer> 
			<name>Chris Erskine</name> 
			<id>cerskine</id> 
			<email>cerskine@users.sourceforge.net</email> 
			<timezone>-7</timezone> 
		</developer> 
		<developer> 
			<name>Daniel Gredler</name> 
			<id>sdanig</id> 
			<email>sdanig@users.sourceforge.net</email> 
			<url>http://daniel.gredler.net/</url> 
			<timezone>-5</timezone> 
		</developer> 
		<developer> 
			<name>Ahmed Ashour</name> 
			<id>asashour</id> 
			<email>asashour@users.sourceforge.net</email> 
			<url>http://asashour.blogspot.com/</url> 
			<timezone>+3</timezone> 
		</developer> 
		<developer> 
			<name>Sudhan Moghe</name> 
			<id>sudhan_moghe</id> 
			<email>sudhan_moghe@users.sourceforge.net</email> 
			<timezone>+5.5</timezone> 
		</developer> 
	</developers> 
	<contributors> 
		<contributor> 
			<name>Noboru Sinohara</name> 
		</contributor> 
		<contributor> 
			<name>Mike J. Bresnahan</name> 
			<email>gudujarlson@sf.net</email> 
		</contributor> 
		<contributor> 
			<name>Dominique Broeglin</name> 
		</contributor> 
		<contributor> 
			<name>Alex Nikiforoff</name> 
		</contributor> 
		<contributor> 
			<name>Barnaby Court</name> 
		</contributor> 
		<contributor> 
			<name>Andreas Hangler</name> 
		</contributor> 
		<contributor> 
			<name>Jun Chen</name> 
			<email>chen_jun@users.sourceforge.net</email> 
		</contributor> 
		<contributor> 
			<name>Christian Sell</name> 
			<email>cse@dynabean.de</email> 
		</contributor> 
		<contributor> 
			<name>Darrell DeBoer</name> 
		</contributor> 
		<contributor> 
			<name>David D. Kilzer</name> 
		</contributor> 
		<contributor> 
			<name>Ben Curren</name> 
			<email>bcurren@esomnie.com</email> 
		</contributor> 
		<contributor> 
			<name>Mike Williams</name> 
		</contributor> 
		<contributor> 
			<name>Mike Gallaher</name> 
		</contributor> 
		<contributor> 
			<name>Dierk Koenig</name> 
		</contributor> 
		<contributor> 
			<name>Mike Bresnahan</name> 
		</contributor> 
		<contributor> 
			<name>Sergey Gorelkin</name> 
		</contributor> 
		<contributor> 
			<name>Chris Eldredge</name> 
		</contributor> 
		<contributor> 
			<name>Hans Donner</name> 
		</contributor> 
		<contributor> 
			<name>Michael Ottati</name> 
		</contributor> 
		<contributor> 
			<name>George Murnock</name> 
		</contributor> 
		<contributor> 
			<name>Kent Tong</name> 
		</contributor> 
		<contributor> 
			<name>Alfred Nathaniel</name> 
		</contributor> 
		<contributor> 
			<name>Bruce Faulkner</name> 
		</contributor> 
		<contributor> 
			<name>Ray Suliteanu</name> 
		</contributor> 
		<contributor> 
			<name>Denis N. Antonioli</name> 
		</contributor> 
		<contributor> 
			<name>Stefan Anzinger</name> 
		</contributor> 
		<contributor> 
			<name>Lothar Märkle</name> 
		</contributor> 
		<contributor> 
			<name>Ian Lovejoy</name> 
		</contributor> 
		<contributor> 
			<name>Paul King</name> 
		</contributor> 
		<contributor> 
			<name>Vikram Shitole</name> 
		</contributor> 
		<contributor> 
			<name>Mark van Leeuwen</name> 
		</contributor> 
		<contributor> 
			<name>Brad Murray</name> 
		</contributor> 
		<contributor> 
			<name>Julien Henry</name> 
		</contributor> 
		<contributor> 
			<name>Andre Soereng</name> 
		</contributor> 
		<contributor> 
			<name>Karel Kolman</name> 
		</contributor> 
		<contributor> 
			<name>Bruce Chapman</name> 
		</contributor> 
		<contributor> 
			<name>Kristian Muntau</name> 
		</contributor> 
		<contributor> 
			<name>Sam Hough</name> 
		</contributor> 
		<contributor> 
			<name>Deryk Sinotte</name> 
		</contributor> 
		<contributor> 
			<name>Martin Tamme</name> 
		</contributor> 
		<contributor> 
			<name>Philip Graf</name> 
		</contributor> 
		<contributor> 
			<name>Rodney Gitzel</name> 
		</contributor> 
		<contributor> 
			<name>Matt Ryall</name> 
		</contributor> 
		<contributor> 
			<name>Rob Di Marco</name> 
		</contributor> 
		<contributor> 
			<name>Gareth Davis</name> 
		</contributor> 
		<contributor> 
			<name>David Bylsma</name> 
		</contributor> 
		<contributor> 
			<name>Dmitri Zoubkov</name> 
		</contributor> 
		<contributor> 
			<name>Stuart Begg</name> 
		</contributor> 
		<contributor> 
			<name>Rene Schwietzke</name> 
		</contributor> 
		<contributor> 
			<name>Ethan Glasser-Camp</name> 
		</contributor> 
		<contributor> 
			<name>Marco Cova</name> 
		</contributor> 
		<contributor> 
			<name>Mike Dirolf</name> 
		</contributor> 
		<contributor> 
			<name>Mirko Friedenhagen</name> 
		</contributor> 
		<contributor> 
			<name>Richard Eggert</name> 
		</contributor> 
		<contributor> 
			<name>Tomasz Kalkosinski</name> 
		</contributor> 
		<contributor> 
			<name>Peter Faller</name> 
		</contributor> 
		<contributor> 
			<name>Benoit Heinrich</name> 
		</contributor> 
		<contributor> 
			<name>Amit Manjhi</name> 
		</contributor> 
		<contributor> 
			<name>Nicolas Belisle</name> 
		</contributor> 
		<contributor> 
			<name>Ronald Brill</name> 
		</contributor> 
		<contributor> 
			<name>Amit Khanna</name> 
		</contributor> 
	</contributors>
	<dependencies>
		<dependency>
			<groupId>xalan</groupId>
			<artifactId>xalan</artifactId>
			<version>2.7.1</version>
			<exclusions>
				<exclusion>
					<groupId>xerces</groupId>
					<artifactId>xercesImpl</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>commons-collections</groupId>
			<artifactId>commons-collections</artifactId>
			<version>3.2.1</version>
		</dependency>
		<dependency>
			<groupId>commons-lang</groupId>
			<artifactId>commons-lang</artifactId>
			<version>2.4</version>
		</dependency>
		<dependency>
			<groupId>commons-httpclient</groupId>
			<artifactId>commons-httpclient</artifactId>
			<version>3.1</version>
		</dependency>
		<dependency>
			<groupId>commons-codec</groupId>
			<artifactId>commons-codec</artifactId>
			<version>1.4</version>
		</dependency>
		<dependency>
			<groupId>net.sourceforge.htmlunit</groupId>
			<artifactId>htmlunit-core-js</artifactId>
			<version>2.6</version>
		</dependency>
		<dependency>
			<groupId>xerces</groupId>
			<artifactId>xercesImpl</artifactId>
			<version>2.9.1</version>
		</dependency>
		<dependency>
			<groupId>net.sourceforge.nekohtml</groupId>
			<artifactId>nekohtml</artifactId>
			<version>1.9.13</version>
			<exclusions>
				<exclusion>
					<groupId>xerces</groupId>
					<artifactId>xercesImpl</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>net.sourceforge.cssparser</groupId>
			<artifactId>cssparser</artifactId>
			<version>0.9.5</version>
		</dependency>
		<dependency>
			<groupId>commons-io</groupId>
			<artifactId>commons-io</artifactId>
			<version>1.4</version>
		</dependency>
		<dependency>
			<groupId>commons-logging</groupId>
			<artifactId>commons-logging</artifactId>
			<version>1.1.1</version>
		</dependency>
	</dependencies>
	<build>
		<resources>
			<resource>
				<directory>src/main/resources</directory>
			</resource>
			<resource>
				<directory>target/generated-sources/htmlunit</directory>
				<excludes>
					<exclude>**/*.java</exclude>
				</excludes>
			</resource>
		</resources>
		<plugins>
			<plugin>
				<inherited>true</inherited>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>2.3.2</version>
				<configuration>
					<source>1.5</source>
					<target>1.5</target>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-dependency-plugin</artifactId>
				<executions>
					<execution>
						<phase>generate-sources</phase>
						<goals>
							<goal>unpack</goal>
						</goals>
						<configuration>
							<artifactItems>
								<artifactItem>
									<groupId>net.sourceforge.htmlunit</groupId>
									<artifactId>htmlunit</artifactId>
									<version>2.6</version>
									<classifier>sources</classifier>
									<type>jar</type>
									<outputDirectory>target/generated-sources/htmlunit</outputDirectory>
									<excludes>com/gargoylesoftware/htmlunit/javascript/host/Element.java,com/gargoylesoftware/htmlunit/javascript/configuration/JavaScriptConfiguration.xml</excludes>
								</artifactItem>
							</artifactItems>
						</configuration>
					</execution>
				</executions>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>build-helper-maven-plugin</artifactId>
				<executions>
					<execution>
						<phase>generate-sources</phase>
						<goals>
							<goal>add-source</goal>
						</goals>
						<configuration>
							<sources>
								<source>target/generated-sources/htmlunit</source>
							</sources>
						</configuration>
					</execution>
				</executions>
			</plugin>
		</plugins>
	</build>
</project>
