]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.osgiboot/src/assembly/osgiboot.xml
Read the message body using the same method as ActiveMQ web
[gpl/argeo-slc.git] / runtime / org.argeo.slc.osgiboot / src / assembly / osgiboot.xml
1 <assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
3 <id>osgiboot</id>
4 <includeBaseDirectory>false</includeBaseDirectory>
5 <formats>
6 <format>tar.gz</format>
7 </formats>
8 <files>
9 <file>
10 <source>target/${project.artifactId}-${project.version}.jar
11 </source>
12 <outputDirectory></outputDirectory>
13 <destName>${project.artifactId}.jar
14 </destName>
15 </file>
16 </files>
17 <fileSets>
18 <fileSet>
19 <directory>src/main/ant</directory>
20 <outputDirectory></outputDirectory>
21 </fileSet>
22 </fileSets>
23 <dependencySets>
24 <dependencySet>
25 <unpack>false</unpack>
26 <outputDirectory></outputDirectory>
27 <outputFileNameMapping>org.eclipse.osgi.jar
28 </outputFileNameMapping>
29 <includes>
30 <include>org.eclipse.osgi:org.eclipse.osgi:jar
31 </include>
32 </includes>
33 </dependencySet>
34 </dependencySets>
35 </assembly>