Statistics
| Revision:

gvsig-geoprocess / org.gvsig.geoprocess / trunk / org.gvsig.geoprocess / org.gvsig.geoprocess.app / org.gvsig.geoprocess.app.algorithm / distribution / distribution.xml @ 237

History | View | Annotate | Download (2.39 KB)

1
<!--
2

3
    gvSIG. Desktop Geographic Information System.
4

5
    Copyright (C) 2007,2012 gvSIG Association.
6

7
    This program is free software; you can redistribute it and/or
8
    modify it under the terms of the GNU General Public License
9
    as published by the Free Software Foundation; either version 2
10
    of the License, or (at your option) any later version.
11

12
    This program is distributed in the hope that it will be useful,
13
    but WITHOUT ANY WARRANTY; without even the implied warranty of
14
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
    GNU General Public License for more details.
16

17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
    MA  02110-1301, USA.
21

22
-->
23
<assembly>
24
  <id>distribution</id>
25
  
26
  <formats>
27
    <format>dir</format>
28
  </formats>
29
  
30
  <fileSets>
31
    <fileSet>
32
      <directory>src/main/resources/config</directory>
33
          <outputDirectory>${extension.install.dir.name}</outputDirectory>
34
    </fileSet>
35
  </fileSets>
36
  
37
  <files>
38
    <file>
39
      <source>package.info</source>
40
      <outputDirectory>${extension.install.dir.name}</outputDirectory>
41
    </file>
42
  </files>
43
  
44
  <dependencySets>
45
        <dependencySet>
46
                <outputDirectory>${extension.install.dir.name}/${library-dir}</outputDirectory>
47
                <includes>
48
                        <include>org.gvsig:org.gvsig.geoprocess.app.algorithm</include>
49
                        <include>org.gvsig:org.gvsig.geoprocess.algorithm.base</include>
50
                        <include>org.gvsig:org.gvsig.geoprocess.algorithm.buffer</include>
51
                        <include>org.gvsig:org.gvsig.geoprocess.algorithm.clip</include>
52
                        <include>org.gvsig:org.gvsig.geoprocess.algorithm.convexhull</include>
53
                        <include>org.gvsig:org.gvsig.geoprocess.algorithm.difference</include>
54
                        <include>org.gvsig:org.gvsig.geoprocess.algorithm.dissolve</include>
55
                        <include>org.gvsig:org.gvsig.geoprocess.algorithm.intersection</include>
56
                        <include>org.gvsig:org.gvsig.geoprocess.algorithm.merge</include>
57
                        <include>org.gvsig:org.gvsig.geoprocess.algorithm.reproject</include>
58
                        <include>org.gvsig:org.gvsig.geoprocess.algorithm.spatialjoin</include>
59
                        <include>org.gvsig:org.gvsig.geoprocess.algorithm.union</include>
60
                        <include>org.gvsig:org.gvsig.geoprocess.algorithm.xyshift</include>
61
                </includes>
62
        </dependencySet>
63
  </dependencySets>
64
</assembly>