Statistics
| Revision:

gvsig-projects-pool / org.gvsig.simpleimageviewer / trunk / org.gvsig.simpleimageviewer / org.gvsig.simpleimageviewer.app.mainplugin / pom.xml @ 805

History | View | Annotate | Download (1.62 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<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">
3
  <modelVersion>4.0.0</modelVersion>
4
  <packaging>jar</packaging>
5
  <artifactId>org.gvsig.simpleimageviewer.app.mainplugin</artifactId>
6
  <name>${project.artifactId}</name>
7
  <description>
8
  Simple image viewer for gvSIG based on JXImageViewer component
9
  </description>
10
  <parent>
11
    <groupId>org.gvsig</groupId>
12
    <artifactId>org.gvsig.simpleimageviewer</artifactId>
13
    <version>1.0.8-SNAPSHOT</version>
14
  </parent>
15
  <dependencies>
16
    <dependency>
17
      <groupId>org.gvsig</groupId>
18
      <artifactId>org.gvsig.app.mainplugin</artifactId>
19
      <scope>compile</scope>
20
    </dependency>
21
    <dependency>
22
      <groupId>org.gvsig</groupId>
23
      <artifactId>org.gvsig.tools.util.api</artifactId>
24
      <scope>compile</scope>
25
    </dependency>
26
    <dependency>
27
      <groupId>org.swinglabs.swingx</groupId>
28
      <artifactId>swingx-all</artifactId>
29
      <version>1.6.4</version>
30
      <scope>compile</scope>
31
    </dependency>
32

    
33
  </dependencies>
34

    
35

    
36
  <properties>
37
    <!-- Package info property values -->
38
    <!-- Default values in org.gvsig.desktop -->
39
    <gvsig.package.info.state>testing</gvsig.package.info.state>
40
    <gvsig.package.info.official>true</gvsig.package.info.official>
41
    <gvsig.package.info.name>Simple image viewer</gvsig.package.info.name>
42
    <gvsig.package.info.poolURL>https://devel.gvsig.org/download/projects/gvsig-pool/pool/</gvsig.package.info.poolURL>
43
  </properties>
44

    
45
</project>