Author: mturk Date: Wed Sep 22 14:42:15 2010 New Revision: 999988 URL: http://svn.apache.org/viewvc?rev=999988&view=rev Log: Add ASL to the manifest file
Modified: commons/proper/daemon/trunk/src/native/windows/apps/prunmgr/prunmgr.manifest Modified: commons/proper/daemon/trunk/src/native/windows/apps/prunmgr/prunmgr.manifest URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/windows/apps/prunmgr/prunmgr.manifest?rev=999988&r1=999987&r2=999988&view=diff ============================================================================== --- commons/proper/daemon/trunk/src/native/windows/apps/prunmgr/prunmgr.manifest (original) +++ commons/proper/daemon/trunk/src/native/windows/apps/prunmgr/prunmgr.manifest Wed Sep 22 14:42:15 2010 @@ -1,10 +1,26 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> -<assemblyIdentity version="3.1.0.0" processorArchitecture="*" name="Apache.Procrun.Prunmgr" type="win32" /> -<description>Apache Procrun Service Manager</description> -<dependency> -<dependentAssembly> -<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" /> -</dependentAssembly> -</dependency> -</assembly> +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<!-- + 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="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> +<assemblyIdentity version="3.1.0.0" processorArchitecture="*" name="Apache.Procrun.Prunmgr" type="win32" /> +<description>Apache Procrun Service Manager</description> +<dependency> +<dependentAssembly> +<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" /> +</dependentAssembly> +</dependency> +</assembly>