Remove netconf from commons/opendaylight pom
[controller.git] / opendaylight / netconf / tools / netconf-testtool / src / main / assembly / stress-client.xml
1 <!--
2   ~ Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
3   ~
4   ~ This program and the accompanying materials are made available under the
5   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
6   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
7   -->
8
9 <assembly>
10   <id>stress-client</id>
11   <formats>
12     <format>tar.gz</format>
13   </formats>
14   <fileSets>
15     <fileSet>
16       <directory>target/lib</directory>
17       <outputDirectory>/lib</outputDirectory>
18       <includes>
19         <include>*</include>
20       </includes>
21     </fileSet>
22     <fileSet>
23       <directory>target</directory>
24       <outputDirectory></outputDirectory>
25       <includes>
26         <include>stress-client*.jar</include>
27       </includes>
28     </fileSet>
29   </fileSets>
30 </assembly>