Repository: cloudstack Updated Branches: refs/heads/4.4 18c269a57 -> 4c0505f64
remove the unintended file checked in Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4c0505f6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4c0505f6 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4c0505f6 Branch: refs/heads/4.4 Commit: 4c0505f6495a710ff5fdbc8749d0d48d75f2b330 Parents: 18c269a Author: Murali Reddy <[email protected]> Authored: Fri Apr 18 19:18:54 2014 +0530 Committer: Murali Reddy <[email protected]> Committed: Fri Apr 18 19:18:54 2014 +0530 ---------------------------------------------------------------------- plugins/hypervisors/kvm/agent-descriptor.xml | 68 ----------------------- 1 file changed, 68 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4c0505f6/plugins/hypervisors/kvm/agent-descriptor.xml ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/kvm/agent-descriptor.xml b/plugins/hypervisors/kvm/agent-descriptor.xml deleted file mode 100644 index 51024a8..0000000 --- a/plugins/hypervisors/kvm/agent-descriptor.xml +++ /dev/null @@ -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>
