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