Statistics
| Revision:

gvsig-gdal / trunk / org.gvsig.gdal / org.gvsig.gdal.app / org.gvsig.gdal.app.mainplugin / org.gvsig.gdal.app.mainplugin.lin.x86_64 / src / main / assembly / gvsig-plugin-package.xml @ 20

History | View | Annotate | Download (2.17 KB)

1
<!--
2

3
    gvSIG. Desktop Geographic Information System.
4

5
    Copyright (C) 2007-2013 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 3
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
    For any additional information, do not hesitate to contact us
23
    at info AT gvsig.com, or visit our website www.gvsig.com.
24

25
-->
26

    
27
<assembly>
28
  <id>gvsig-plugin-package</id>
29
  <formats>
30
    <format>zip</format>
31
  </formats>
32
  <baseDirectory>${gvsig.package.info.code}</baseDirectory>
33
  <includeBaseDirectory>true</includeBaseDirectory>
34
  <files>
35
    <file>
36
      <source>target/package.info</source>
37
    </file>
38
  </files>
39

    
40
  <fileSets>
41
    <fileSet>
42
      <directory>target/org.gvsig.gdal.app.mainplugin.all.all</directory>
43
      <outputDirectory>.</outputDirectory>
44
      <excludes>
45
              <exclude>package.info</exclude>
46
      </excludes>
47
    </fileSet>
48
    <fileSet>
49
      <directory>target/native/gdal</directory>
50
      <outputDirectory>./gdal</outputDirectory>
51
    </fileSet>
52
    <fileSet>
53
      <directory>target/native/jgdal</directory>
54
      <outputDirectory>./jgdal</outputDirectory>
55
    </fileSet>
56
    <fileSet>
57
      <directory>src/main/resources-plugin</directory>
58
      <outputDirectory>.</outputDirectory>
59
    </fileSet>
60
  </fileSets>
61

    
62

    
63
  <dependencySets>
64
    <dependencySet>
65
      <useProjectArtifact>false</useProjectArtifact>
66
      <useTransitiveDependencies>false</useTransitiveDependencies>
67
      <outputDirectory>lib</outputDirectory>
68
                <includes>
69
            <include>org.gdal:gdal:jar</include>
70
                </includes>
71
    </dependencySet>
72
  </dependencySets>
73

    
74
</assembly>