Statistics
| Revision:

gvsig-projects-pool / org.gvsig.online / trunk / org.gvsig.online / org.gvsig.online.app / org.gvsig.online.app.mainplugin / src / main / assembly / gvsig-plugin-package.xml @ 9515

History | View | Annotate | Download (2.56 KB)

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

    
29
  <fileSets>
30
    <fileSet>
31
      <directory>src/main/resources-plugin</directory>
32
      <outputDirectory>.</outputDirectory>
33
    </fileSet>
34
  </fileSets>
35

    
36

    
37
  <dependencySets>
38
    <dependencySet>
39
      <useProjectArtifact>false</useProjectArtifact>
40
      <useTransitiveDependencies>false</useTransitiveDependencies>
41
      <outputDirectory>lib</outputDirectory>
42
      <includes>
43
        <include>org.gvsig:org.gvsig.online.lib.api</include>
44
        <include>org.gvsig:org.gvsig.online.lib.impl</include>
45
        <include>org.gvsig:org.gvsig.online.swing.api</include>
46
        <include>org.gvsig:org.gvsig.online.swing.impl</include>      
47

    
48
        <include>org.gvsig:org.gvsig.online.swing.scribejava</include>              
49
        <include>com.github.scribejava:scribejava-apis</include>
50
        <include>com.github.scribejava:scribejava-core</include>
51
        <include>com.github.scribejava:scribejava-java8</include>
52
        <include>com.fasterxml.jackson.core:jackson-databind</include>
53
        <include>com.fasterxml.jackson.core:jackson-annotations</include>
54
        <include>com.fasterxml.jackson.core:jackson-core</include>
55

    
56
        
57
      </includes>
58
    </dependencySet>
59
  </dependencySets>
60

    
61
</assembly>
62