Statistics
| Revision:

gvsig-3d / 2.1 / trunk / org.gvsig.view3d / org.gvsig.view3d.app / org.gvsig.view3d.app.win.x86 / src / main / assembly / gvsig-plugin-package.xml @ 508

History | View | Annotate | Download (2.38 KB)

1
<!-- gvSIG. Desktop Geographic Information System. Copyright (C) 2007-2013 
2
        gvSIG Association. This program is free software; you can redistribute it 
3
        and/or modify it under the terms of the GNU General Public License as published 
4
        by the Free Software Foundation; either version 3 of the License, or (at 
5
        your option) any later version. This program is distributed in the hope that 
6
        it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty 
7
        of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 
8
        Public License for more details. You should have received a copy of the GNU 
9
        General Public License along with this program; if not, write to the Free 
10
        Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
11
        USA. For any additional information, do not hesitate to contact us at info 
12
        AT gvsig.com, or visit our website www.gvsig.com. -->
13
<assembly>
14
        <id>gvsig-plugin-package</id>
15
        <formats>
16
                <format>zip</format>
17
        </formats>
18
        <baseDirectory>${project.parent.artifactId}</baseDirectory>
19
        <includeBaseDirectory>true</includeBaseDirectory>
20
        <files>
21
                <file>
22
                        <source>target/${project.artifactId}-${project.version}.jar</source>
23
                        <outputDirectory>lib</outputDirectory>
24
                </file>
25
                <file>
26
                        <source>target/package.info</source>
27
                </file>
28
        </files>
29

    
30
        <fileSets>
31
                <fileSet>
32
                        <directory>src/main/resources-plugin</directory>
33
                        <outputDirectory>.</outputDirectory>
34
                </fileSet>
35
                <fileSet>
36
                        <directory>target/org.gvsig.view3d.app.common</directory>
37
                        <outputDirectory>.</outputDirectory>
38
                        <excludes>
39
                                <exclude>package.info</exclude>
40
                        </excludes>
41
                </fileSet>
42
    <fileSet>
43
      <directory>target/native/gluegen</directory>
44
      <outputDirectory>./install/files</outputDirectory>
45
    </fileSet>
46
    <fileSet>
47
      <directory>target/native/jogl</directory>
48
      <outputDirectory>./install/files</outputDirectory>
49
    </fileSet>
50
        </fileSets>
51

    
52

    
53
        <dependencySets>
54
                <dependencySet>
55
                        <useProjectArtifact>false</useProjectArtifact>
56
                        <useTransitiveDependencies>false</useTransitiveDependencies>
57
                        <outputDirectory>lib</outputDirectory>
58
                        <includes>
59
                                <include>org.gvsig:org.gvsig.view3d.app.common</include>
60
                                <include>org.jogamp.jogl:jogl-all</include>
61
                                <include>org.jogamp.gluegen:gluegen-rt</include>
62
                        </includes>
63
                </dependencySet>
64
        </dependencySets>
65

    
66
</assembly>