]> git.argeo.org Git - lgpl/argeo-commons.git/blob - security/features/org.argeo.security.dep.node.rcp/src/assembly/linux.x86.xml
Introduce commons demo
[lgpl/argeo-commons.git] / security / features / org.argeo.security.dep.node.rcp / src / assembly / linux.x86.xml
1 <!-- Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org> Licensed under
2 the Apache License, Version 2.0 (the "License"); you may not use this file
3 except in compliance with the License. You may obtain a copy of the License
4 at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
5 law or agreed to in writing, software distributed under the License is distributed
6 on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
7 express or implied. See the License for the specific language governing permissions
8 and limitations under the License. -->
9
10 <assembly
11 xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
12 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13 xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
14 <id>linux.x86</id>
15 <baseDirectory>argeo-node-ui</baseDirectory>
16 <formats>
17 <format>tar.gz</format>
18 </formats>
19 <dependencySets>
20 <dependencySet>
21 <unpack>false</unpack>
22 <outputFileNameMapping>${artifact.artifactId}-${artifact.baseVersion}.${artifact.extension}
23 </outputFileNameMapping>
24 <outputDirectory>lib</outputDirectory>
25 <includes>
26 <include>*:jar</include>
27 </includes>
28 <excludes>
29 <exclude>org.eclipse.swt:org.eclipse.swt*:jar</exclude>
30 </excludes>
31 </dependencySet>
32 <dependencySet>
33 <unpack>false</unpack>
34 <outputFileNameMapping>${artifact.artifactId}-${artifact.baseVersion}.${artifact.extension}
35 </outputFileNameMapping>
36 <outputDirectory>lib</outputDirectory>
37 <includes>
38 <include>org.eclipse.swt:org.eclipse.swt.gtk.linux.x86:jar</include>
39 </includes>
40 </dependencySet>
41 </dependencySets>
42 </assembly>