mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 00:39:16 +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">
|
<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"/>
|
||||||
|
@ -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"/>
|
||||||
|
@ -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"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user