jvcllaz: Package description of JvPascalInterpreter packages. Move to JVCL NonVisual palette.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7247 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-01-07 18:17:27 +00:00
parent bfc363b3a4
commit 5bc8d28c3c
3 changed files with 29 additions and 23 deletions

View File

@ -18,7 +18,7 @@ uses
procedure Register;
begin
RegisterComponents(RsPaletteJvclVisual, [TJvInterpreterProgram]); //, TJvInterpreterFm]);
RegisterComponents(RsPaletteJvclNonVisual, [TJvInterpreterProgram]); //, TJvInterpreterFm]);
end;
end.

View File

@ -4,6 +4,7 @@
<PathDelim Value="\"/>
<Name Value="JvPascalInterpreterD"/>
<Type Value="RunAndDesignTime"/>
<Author Value="See header of the units. Lazarus port by Werner Pamler."/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
@ -12,22 +13,24 @@
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
<Description Value="Pascal scripting engine of the JVCL library (https://sourceforge.net/projects/jvcl/) (designime code)
"/>
<License Value="The JVCL is released in accordance with the MPL 1.1 license. To get your own copy or read it, go to http://www.mozilla.org/MPL/MPL-1.1.html. "/>
<Version Major="1" Release="6"/>
<Files Count="1">
<Item1>
<Files>
<Item>
<Filename Value="..\design\JvPascalInterpreter\jvpascalinterpreterreg.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="JvPascalInterpreterReg"/>
</Item1>
</Item>
</Files>
<RequiredPkgs Count="2">
<Item1>
<RequiredPkgs>
<Item>
<PackageName Value="JvCoreLazD"/>
</Item1>
<Item2>
</Item>
<Item>
<PackageName Value="jvpascalinterpreterr"/>
</Item2>
</Item>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>

View File

@ -3,6 +3,7 @@
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvPascalInterpreterR"/>
<Author Value="See header of the units. Lazarus port by Werner Pamler."/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
@ -11,33 +12,35 @@
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
<Description Value="Pascal scripting engine of the JVCL library (https://sourceforge.net/projects/jvcl/) (runtime code)
"/>
<License Value="The JVCL is released in accordance with the MPL 1.1 license. To get your own copy or read it, go to http://www.mozilla.org/MPL/MPL-1.1.html. "/>
<Version Major="1" Release="6"/>
<Files Count="4">
<Item1>
<Files>
<Item>
<Filename Value="..\run\JvPascalInterpreter\JvInterpreter.pas"/>
<UnitName Value="JvInterpreter"/>
</Item1>
<Item2>
</Item>
<Item>
<Filename Value="..\run\JvPascalInterpreter\JvInterpreterConst.pas"/>
<UnitName Value="JvInterpreterConst"/>
</Item2>
<Item3>
</Item>
<Item>
<Filename Value="..\run\JvPascalInterpreter\JvInterpreterParser.pas"/>
<UnitName Value="JvInterpreterParser"/>
</Item3>
<Item4>
</Item>
<Item>
<Filename Value="..\run\JvPascalInterpreter\JvInterpreterFm.pas"/>
<UnitName Value="JvInterpreterFm"/>
</Item4>
</Item>
</Files>
<RequiredPkgs Count="2">
<Item1>
<RequiredPkgs>
<Item>
<PackageName Value="JvCoreLazR"/>
</Item1>
<Item2>
</Item>
<Item>
<PackageName Value="FCL"/>
</Item2>
</Item>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>