Statistics
| Revision:

root / branches / v2_0_0_prep / extensions / org.gvsig.hyperlink.app / org.gvsig.hyperlink.app.extension / distribution / distribution.xml @ 33402

History | View | Annotate | Download (703 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.hyperlink.app.extension</include>
20
                                <include>org.gvsig:org.gvsig.hyperlink.lib.api</include>
21
                                <include>org.gvsig:org.gvsig.hyperlink.lib.impl</include>
22
                        </includes>
23
                </dependencySet>
24
        </dependencySets>
25
</assembly>