Statistics
| Revision:

gvsig-educa / org.gvsig.educa.thematicmap.app / trunk / org.gvsig.educa.thematicmap.app / org.gvsig.educa.thematicmap.app.geomselect / distribution / distribution.xml @ 231

History | View | Annotate | Download (749 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
    <files>
15
        <file>
16
            <source>package.info</source>
17
            <outputDirectory>${extension.install.dir.name}</outputDirectory>
18
        </file>
19
    </files>
20
        <dependencySets>
21
                <dependencySet>
22
                        <outputDirectory>${extension.install.dir.name}/${library-dir}
23
                        </outputDirectory>
24
                        <includes>
25
                                <include>org.gvsig:org.gvsig.educa.thematicmap.lib.prov.locateonthemap</include>
26
                        </includes>
27
                </dependencySet>
28
        </dependencySets>
29
</assembly>