Statistics
| Revision:

gvsig-3d / 2.1 / branches / extrusion / org.gvsig.view3d.app / org.gvsig.view3d.app.win.x86 / src / main / assembly / gvsig-plugin-package.xml @ 657

History | View | Annotate | Download (2.21 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/jogamp-rt</directory>
44
                        <outputDirectory>./jogamp-rt</outputDirectory>
45
                </fileSet>
46
        </fileSets>
47

    
48

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

    
62
</assembly>