FpDebug, CmdLineDebuggerBase, LazDebugTestBase: Remove "design time", those are run-time packages (they are for use in the IDE, be serving as base classes to other design time packages. But they should not be listed for installation into the IDE on their own.

This commit is contained in:
Martin 2021-11-25 12:54:25 +01:00
parent 2849fb27e9
commit fcd147a0bf
3 changed files with 6 additions and 4 deletions

View File

@ -3,7 +3,6 @@
<Package Version="5"> <Package Version="5">
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Name Value="fpdebug"/> <Name Value="fpdebug"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Lazarus Team"/> <Author Value="Lazarus Team"/>
<CompilerOptions> <CompilerOptions>
<Version Value="11"/> <Version Value="11"/>

View File

@ -3,7 +3,7 @@
<Package Version="5"> <Package Version="5">
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Name Value="CmdLineDebuggerBase"/> <Name Value="CmdLineDebuggerBase"/>
<Type Value="RunAndDesignTime"/> <Author Value="M Friebe"/>
<CompilerOptions> <CompilerOptions>
<Version Value="11"/> <Version Value="11"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
@ -14,6 +14,7 @@
<CustomOptions Value="$(IDEBuildOptions)"/> <CustomOptions Value="$(IDEBuildOptions)"/>
</Other> </Other>
</CompilerOptions> </CompilerOptions>
<Description Value="Provides some classes for Debugger Backends"/>
<Files Count="3"> <Files Count="3">
<Item1> <Item1>
<Filename Value="debugprocess.pas"/> <Filename Value="debugprocess.pas"/>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<CONFIG> <CONFIG>
<Package Version="4"> <Package Version="5">
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Name Value="LazDebugTestBase"/> <Name Value="LazDebugTestBase"/>
<Type Value="RunAndDesignTime"/> <Author Value="M Friebe"/>
<CompilerOptions> <CompilerOptions>
<Version Value="11"/> <Version Value="11"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
@ -14,6 +14,7 @@
<CustomOptions Value="$(IDEBuildOptions)"/> <CustomOptions Value="$(IDEBuildOptions)"/>
</Other> </Other>
</CompilerOptions> </CompilerOptions>
<Description Value="Tools/Classes to implement test-cases for debugger backends. (based on DebuggerIntf)"/>
<Version Minor="1"/> <Version Minor="1"/>
<Files Count="15"> <Files Count="15">
<Item1> <Item1>
@ -79,6 +80,7 @@
<Type Value="Include"/> <Type Value="Include"/>
</Item15> </Item15>
</Files> </Files>
<CompatibilityMode Value="True"/>
<RequiredPkgs Count="5"> <RequiredPkgs Count="5">
<Item1> <Item1>
<PackageName Value="fpdebug"/> <PackageName Value="fpdebug"/>