Show project.xml syntax highlighted
<?xml version="1.0"?>
<!--
Jameleon HtmlUnit plug-in - A plug-in that uses HtmlUnit to drive web sites
Copyright (C) 2006 Christian W. Hargraves (engrean@hotmail.com)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-->
<project>
<pomVersion>3</pomVersion>
<name>Jameleon - HtmlUnit Plug-in</name>
<id>htmlunit-plugin</id>
<inceptionYear>2006</inceptionYear>
<package>net.sf.jameleon.plugin.htmlunit</package>
<organization>
<logo>/images/jameleon-logo.jpg</logo>
<url>http://jameleon.sourceforge.net</url>
</organization>
<shortDescription>HtmlUnit Plug-in for Jameleon</shortDescription>
<description/>
<currentVersion>${version}</currentVersion>
<url>http://jameleon.sourceforge.net/htmlunit-plugin</url>
<issueTrackingUrl>http://sourceforge.net/tracker/?group_id=84246&atid=572239&func=browse</issueTrackingUrl>
<siteAddress/>
<siteDirectory/>
<distributionDirectory/>
<repository>
<connection>
scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jameleon:htmlunit-plugin
</connection>
<url>
http://cvs.sourceforge.net/viewcvs.py/jameleon/htmlunit-plugin/
</url>
</repository>
<reports>
<report>maven-changes-plugin</report>
<report>maven-license-plugin</report>
<report>maven-javadoc-plugin</report>
<report>maven-jxr-plugin</report>
<report>maven-faq-plugin</report>
</reports>
<mailingLists>
<mailingList>
<name>Jameleon Users List</name>
<subscribe>http://lists.sourceforge.net/mailman/listinfo/jameleon-users</subscribe>
<unsubscribe>http://lists.sourceforge.net/mailman/listinfo/jameleon-users</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_id=34319</archive>
</mailingList>
<mailingList>
<name>Jameleon Developers List</name>
<subscribe>http://lists.sourceforge.net/mailman/listinfo/jameleon-developers</subscribe>
<unsubscribe>http://lists.sourceforge.net/mailman/listinfo/jameleon-developers</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_id=34553</archive>
</mailingList>
<mailingList>
<name>Jameleon CVS Commits List</name>
<subscribe>http://lists.sourceforge.net/lists/listinfo/jameleon-cvscommits</subscribe>
<unsubscribe>http://lists.sourceforge.net/lists/listinfo/jameleon-cvscommits</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_id=35231</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<name>Christian Hargraves</name>
<id>engrean</id>
<email>engrean@hotmail.com</email>
</developer>
</developers>
<contributors>
</contributors>
<dependencies>
<!-- these dependencies are overwritten in the project.properties file to be taken from the lib dir -->
<dependency>
<groupId>htmlunit</groupId>
<version>1.10</version>
<artifactId>htmlunit</artifactId>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<version>3.0.1</version>
<artifactId>commons-httpclient</artifactId>
</dependency>
<!-- dependencies for the jameleon-core -->
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1-beta-11</version>
</dependency>
<dependency>
<groupId>jameleon-core</groupId>
<artifactId>jameleon-core</artifactId>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
</dependency>
</dependencies>
<build>
<sourceDirectory>src/java</sourceDirectory>
</build>
</project>
See more files for this project here