Statistics
| Revision:

gvsig-attributeeditor / org.gvsig.attributeeditor / trunk / org.gvsig.attributeeditor / org.gvsig.attributeeditor.app / org.gvsig.attributeeditor.app.mainplugin / pom.xml @ 8

History | View | Annotate | Download (1.1 KB)

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/xsd/maven-4.0.0.xsd">
2
  <modelVersion>4.0.0</modelVersion>
3
  <parent>
4
    <groupId>org.gvsig</groupId>
5
    <artifactId>org.gvsig.attributeeditor.app</artifactId>
6
    <version>1.0.0-SNAPSHOT</version>
7
  </parent>
8
  <artifactId>org.gvsig.attributeeditor.app.mainplugin</artifactId>
9
  <name>org.gvsig.attributeeditor.app.mainplugin</name>
10
  <dependencies>
11
    <dependency>
12
        <groupId>org.gvsig</groupId>
13
        <artifactId>org.gvsig.app.mainplugin</artifactId>
14
        <scope>compile</scope>
15
    </dependency>
16
    <dependency>
17
            <groupId>org.gvsig</groupId>
18
            <artifactId>org.gvsig.featureform.swing.api</artifactId>
19
    </dependency>
20
    <dependency>
21
            <groupId>org.gvsig</groupId>
22
            <artifactId>org.gvsig.featureform.swing.impl</artifactId>
23
    </dependency>
24
    <dependency>
25
            <groupId>org.gvsig</groupId>
26
            <artifactId>org.gvsig.attributeeditor.mapcontrol</artifactId>
27
    </dependency>
28
  </dependencies>
29
</project>