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">
<PathDelim Value="\"/>
<Name Value="fpdebug"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Lazarus Team"/>
<CompilerOptions>
<Version Value="11"/>

View File

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

View File

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