<?xml version="1.0" encoding="ISO-8859-1"?>

<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>
	<artifactId>org.gvsig.raster.lizardtech.app.common</artifactId>
	<packaging>jar</packaging>
	<name>${project.artifactId}</name>
	<description />
	<parent>
    <groupId>org.gvsig</groupId>
    <artifactId>org.gvsig.raster.lizardtech.app</artifactId>
    <version>2.2.256</version>
  </parent>

	<dependencies>
		<dependency>
			<groupId>org.gvsig</groupId>
			<artifactId>org.gvsig.andami</artifactId>
			<scope>compile</scope>
		</dependency>
    	<dependency>
			<groupId>org.gvsig</groupId>
			<artifactId>org.gvsig.raster.lizardtech.io</artifactId>
      <scope>runtime</scope>
		</dependency>
		<dependency>
			<groupId>org.gvsig</groupId>
			<artifactId>org.gvsig.jmrsid</artifactId>
      <scope>compile</scope>
		</dependency>
	</dependencies>
	
  <properties>
      <!-- Control the deploy of the plugin in gvsig.product.folder.path/gvSIG/extensiones -->
      <gvsig.install.plugin>false</gvsig.install.plugin>
      <!--  Control the deploy of the plugin package in gvsig.product.folder.path/install -->
      <gvsig.install.plugin.package>false</gvsig.install.plugin.package>
  </properties>		
</project>

