mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 17:18:17 +02:00
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:
parent
2849fb27e9
commit
fcd147a0bf
@ -3,7 +3,6 @@
|
||||
<Package Version="5">
|
||||
<PathDelim Value="\"/>
|
||||
<Name Value="fpdebug"/>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<Author Value="Lazarus Team"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
|
@ -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"/>
|
||||
|
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user