<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>
  <parent>
    <groupId>org.gvsig</groupId>
    <artifactId>org.gvsig.legend.heatmap.app</artifactId>
    <version>1.0.163</version>
  </parent>
  <groupId>org.gvsig</groupId>
  <artifactId>org.gvsig.legend.heatmap.app.mainplugin</artifactId>
  <version>1.0.163</version>
  <name>org.gvsig.legend.heatmap.app.mainplugin</name>

    <properties>
    <!-- Package info property values -->
    <gvsig.package.info.state>testing</gvsig.package.info.state>
    <gvsig.package.info.dependencies>required: org.gvsig.app.mainplugin -ge 2.4.0-A</gvsig.package.info.dependencies>
    <gvsig.package.info.official>true</gvsig.package.info.official>
    <gvsig.package.info.name>Vector legend: heat map</gvsig.package.info.name>
    <gvsig.package.info.description>Legend for aggregate text symbols that are near.</gvsig.package.info.description>
    <gvsig.package.info.categories>View,Vector,Symbology</gvsig.package.info.categories>
    <gvsig.package.info.javaVM>j1_7</gvsig.package.info.javaVM>
    <gvsig.package.info.poolURL>https://devel.gvsig.org/download/projects/gvsig-base-legends/pool</gvsig.package.info.poolURL>
  </properties>

  <dependencies>
    <dependency>
      <groupId>org.gvsig</groupId>
      <artifactId>org.gvsig.andami</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.gvsig</groupId>
      <artifactId>org.gvsig.legend.heatmap.swing.api</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.gvsig</groupId>
      <artifactId>org.gvsig.legend.heatmap.lib.api</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.gvsig</groupId>
      <artifactId>org.gvsig.legend.heatmap.lib.impl</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.gvsig</groupId>
      <artifactId>org.gvsig.legend.heatmap.swing.impl</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.gvsig</groupId>
      <artifactId>org.gvsig.app.mainplugin</artifactId>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
