remove the unintended file checked in

This commit is contained in:
Murali Reddy 2014-04-18 19:18:54 +05:30
parent 18c269a575
commit 4c0505f649
1 changed files with 0 additions and 68 deletions

View File

@ -1,68 +0,0 @@
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>kvm-agent</id>
<formats>
<format>zip</format>
</formats>
<includeBaseDirectory>yes</includeBaseDirectory>
<dependencySets>
<dependencySet>
<outputDirectory></outputDirectory>
<useProjectArtifact/>
</dependencySet>
</dependencySets>
<fileSets>
<fileSet>
<directory>../../../agent/scripts</directory>
<outputDirectory></outputDirectory>
<fileMode>774</fileMode>
<includes>
<include>run.sh</include>
<include>_run.sh</include>
<include>agent.sh</include>
</includes>
</fileSet>
<fileSet>
<directory>target</directory>
<outputDirectory></outputDirectory>
<fileMode>555</fileMode>
<includes>
<include>cloud-plugin-hypervisor-kvm-*.jar</include>
</includes>
</fileSet>
<fileSet>
<directory>../../../scripts</directory>
<outputDirectory>scripts</outputDirectory>
<fileMode>555</fileMode>
</fileSet>
<fileSet>
<directory>../../../agent/conf</directory>
<outputDirectory>conf</outputDirectory>
<directoryMode>555</directoryMode>
<fileMode>774</fileMode>
<includes>
<include>agent.properties</include>
<include>log4j-cloud.xml</include>
</includes>
</fileSet>
</fileSets>
</assembly>