Statistics
| Revision:

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

History | View | Annotate | Download (2.1 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
        </fileSets>
43

    
44

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

    
58
</assembly>