Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

I always see a manifest.xml file which dese not belong to our repo

(1/1)

ollydbg:
The file is: src\plugins\contrib\SmartIndent\manifest.xml
With such contents:

--- Code: ---<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_plugin_manifest_file>
    <SdkVersion major="1" minor="11" release="12" />
    <Plugin name="SmartIndentXML">
        <Value title="SmartIndentXML" />
        <Value version="0.1" />
        <Value description="Provides Smart indenting for XML and HTML" />
        <Value author="Alpha" />
        <Value authorEmail="" />
        <Value authorWebsite="" />
        <Value thanksTo="" />
        <Value license="GPL" />
    </Plugin>
</CodeBlocks_plugin_manifest_file>
--- End code ---

Is this file automatically generated by some script?

stahta01:
On windows, the project post build step for each target creates it.

Tim S.

Miguel Gimenez:
The attached patch deletes the manifest.xml files after adding them to the zip files (using zip's -m option). This should prevent polution of the src folder.

oBFusCATed:
Applied.

ollydbg:
Good job, thanks for all your guys' help and fix!

Navigation

[0] Message Index

Go to full version