Closed Bug 281518 Opened 20 years ago Closed 16 years ago

mozilla.manifest has invalid entry

Categories

(SeaMonkey :: General, defect)

x86
Windows XP
defect
Not set
trivial

Tracking

(Not tracked)

VERIFIED WORKSFORME

People

(Reporter: m_kato, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0

Current Mozilla.manifest is the following.  I think this is a copy from .NET
sample...   So we should modify <description> element to vald name such as
Mozilla Suite.

  1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3 <assemblyIdentity
  4         version="1.0.0.0"
  5         processorArchitecture="X86"
  6         name="Microsoft.Winweb.MantaRay"
  7         type="win32"
  8 />
  9 <description>.NET control deployment tool</description>
 10 <dependency>
 11         <dependentAssembly>
 12                 <assemblyIdentity
 13                         type="win32"
 14                         name="Microsoft.Windows.Common-Controls"
 15                         version="6.0.0.0"
 16                         processorArchitecture="X86"
 17                         publicKeyToken="6595b64144ccf1df"
 18                         language="*"
 19                 />
 20         </dependentAssembly>
 21 </dependency>
 22 </assembly>

Reproducible: Always
bryner, you have blame for this file.....
Version: unspecified → Trunk
Severity: normal → trivial
Status: UNCONFIRMED → NEW
Ever confirmed: true
This file is already removed.  Mark as WORKSFORME and Close
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.