<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.educa.portableview.app</artifactId>
    <version>1.0.110</version>
  </parent>
  <artifactId>org.gvsig.educa.portableview.app.viewer</artifactId>
  <name>org.gvsig.educa.portableview.app.viewer</name>



  <dependencies>
            <dependency>
                <groupId>org.gvsig</groupId>
                <artifactId>org.gvsig.ui</artifactId>
  		<scope>compile</scope>
            </dependency>
  	<dependency>
  		<groupId>org.gvsig</groupId>
  		<artifactId>org.gvsig.andami</artifactId>
  		<scope>compile</scope>
  	</dependency>
  	<dependency>
  		<groupId>org.gvsig</groupId>
  		<artifactId>org.gvsig.app.mainplugin</artifactId>
  		<scope>compile</scope>
  	</dependency>
  	<dependency>
  		<groupId>org.gvsig</groupId>
  		<artifactId> org.gvsig.educa.portableview.swing.api </artifactId>
  		<scope>compile</scope>
  	</dependency>
  	<dependency>
  		<groupId>org.gvsig</groupId>
  		<artifactId> org.gvsig.educa.portableview.swing.impl </artifactId>
  		<scope>runtime</scope>
  	</dependency>
  	<dependency>
  		<groupId>org.gvsig</groupId>
  		<artifactId>org.gvsig.educa.portableview.lib.api</artifactId>
  		<scope>compile</scope>
  	</dependency>
  	<dependency>
  		<groupId>org.gvsig</groupId>
  		<artifactId>org.gvsig.educa.portableview.lib.impl</artifactId>
  		<scope>runtime</scope>
  	</dependency>

  	<dependency>
  		<groupId>org.gvsig</groupId>
  		<artifactId> org.gvsig.educa.portableview.lib.prov.installer </artifactId>
  		<scope>compile</scope>
  	</dependency>
  </dependencies>
  	<properties>
		<gvsig.package.info.state>testing</gvsig.package.info.state>
        <gvsig.package.info.official>true</gvsig.package.info.official>
		<gvsig.package.info.dependencies>required: org.gvsig.app -ge 2.1.0</gvsig.package.info.dependencies>
        <gvsig.package.info.categories>Portable View</gvsig.package.info.categories>
        <gvsig.package.info.name>Portable View: viewer</gvsig.package.info.name>
        <gvsig.package.info.description>Portable View document: Read-only views which could share in packages (installed from standard gvSIG add-on installer)</gvsig.package.info.description>
        <gvsig.package.info.owner>gvSIG Association</gvsig.package.info.owner>
        <gvsig.package.info.javaVM>j1_6</gvsig.package.info.javaVM>
        <gvsig.package.info.sourcesURL>${project.scm.url}</gvsig.package.info.sourcesURL>
		<gvsig.package.info.poolURL>https://devel.gvsig.org/download/projects/gvsig-educa/pool</gvsig.package.info.poolURL>
    </properties>

</project>
