Statistics
| Revision:

root / branches / v2_0_0_prep / extensions / org.gvsig.annotation.app / org.gvsig.annotation.app.extension / distribution / distribution.xml @ 33274

History | View | Annotate | Download (838 Bytes)

1
<assembly>
2
        <id>distribution</id>
3
        <formats>
4
                <format>dir</format>
5
        </formats>
6
        <fileSets>
7
                <!-- Estructure for the extension -->
8
                <fileSet>
9
                        <directory>src/main/resources</directory>
10
                        <outputDirectory>${extension.install.dir.name}
11
                        </outputDirectory>
12
                </fileSet>
13
        </fileSets>
14
        <dependencySets>
15
                <dependencySet>
16
                        <outputDirectory>${extension.install.dir.name}/${library-dir}
17
                        </outputDirectory>
18
                        <includes>
19
                                <include>org.gvsig:org.gvsig.annotation.app.extension</include>
20
                                <include>org.gvsig:org.gvsig.annotation.lib.api</include>
21
                                <include>org.gvsig:org.gvsig.annotation.swing.api</include>
22
                                <include>org.gvsig:org.gvsig.annotation.lib.impl</include>
23
                                <include>org.gvsig:org.gvsig.annotation.swing.impl</include>
24
                        </includes>
25
                </dependencySet>
26
        </dependencySets>
27
</assembly>