<?xml version='1.0' encoding='UTF-8'?>
<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>org.grails.plugins</groupId>
  <artifactId>ala-web-theme</artifactId>
  <packaging>zip</packaging>
  <version>0.8.1</version>
  <name>Ala Web Theme Plugin</name>
  <description>This plugin provides a Sitemesh layout file (main.gsp) and associated resources files, based on Bootstrap.
It also provides a taglib for the ALA footer and navigation menu, login/logout links and a logout controller,
that invalidates the session. CSS files are generated from the Bootstrap LESS files, so any changes should be
made to `ala.less` and then CSS files generated with provided script (see README.md).
</description>
  <url>http://code.google.com/p/ala/wiki/AlaWebTheme</url>
  <licenses>
    <license>
      <name>Mozilla Public License v2.0</name>
      <url>http://opensource.org/licenses/MPL-2.0</url>
    </license>
  </licenses>
  <organization>
    <name>Atlas of Living Australia</name>
    <url>http://www.ala.org.au/</url>
  </organization>
  <developers>
    <developer>
      <name>Nick dos Remedios</name>
      <email>nick.dosremedios@csiro.au</email>
    </developer>
    <developer>
      <name>Nick dos Remedios</name>
      <email>nick.dosremedios@csiro.au</email>
    </developer>
    <developer>
      <name>Dave Martin</name>
      <email>david.martin@csiro.au</email>
    </developer>
  </developers>
  <issueManagement>
    <system>Google Code</system>
    <url>http://code.google.com/p/ala/issues/list</url>
  </issueManagement>
  <scm>
    <url>http://code.google.com/p/ala/source/browse/trunk/ala-web-theme</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>resources</artifactId>
      <version>1.2.1</version>
      <type>zip</type>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>jquery</artifactId>
      <version>1.7.1</version>
      <type>zip</type>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>au.org.ala</groupId>
      <artifactId>ala-cas-client</artifactId>
      <version>2.1-SNAPSHOT</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
        </exclusion>
        <exclusion>
          <groupId>javax.servlet</groupId>
          <artifactId>servlet-api</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.jasig.cas.client</groupId>
          <artifactId>cas-client-core</artifactId>
        </exclusion>
        <exclusion>
          <groupId>log4j</groupId>
          <artifactId>log4j</artifactId>
        </exclusion>
        <exclusion>
          <groupId>commons-httpclient</groupId>
          <artifactId>commons-httpclient</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.tmatesoft.svnkit</groupId>
      <artifactId>svnkit</artifactId>
      <version>1.8.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jasig.cas.client</groupId>
      <artifactId>cas-client-core</artifactId>
      <version>3.1.12</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>cache-ehcache</artifactId>
      <version>1.0.0</version>
      <type>zip</type>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>rest</artifactId>
      <version>0.7</version>
      <type>zip</type>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>svn</artifactId>
      <version>1.0.2</version>
      <type>zip</type>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>