mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 10:09:29 +02:00
lazutils: added laz2_xpath
git-svn-id: trunk@39912 -
This commit is contained in:
parent
400f1275e2
commit
53af0c65a7
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -2115,6 +2115,7 @@ components/lazutils/laz2_xmlcfg.pas svneol=native#text/pascal
|
||||
components/lazutils/laz2_xmlread.pas svneol=native#text/pascal
|
||||
components/lazutils/laz2_xmlutils.pas svneol=native#text/pascal
|
||||
components/lazutils/laz2_xmlwrite.pas svneol=native#text/pascal
|
||||
components/lazutils/laz2_xpath.pas svneol=native#text/plain
|
||||
components/lazutils/laz_dom.pas svneol=native#text/pascal
|
||||
components/lazutils/laz_xmlcfg.pas svneol=native#text/pascal
|
||||
components/lazutils/laz_xmlread.pas svneol=native#text/pascal
|
||||
|
2993
components/lazutils/laz2_xpath.pas
Normal file
2993
components/lazutils/laz2_xpath.pas
Normal file
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,7 @@
|
||||
<Description Value="Useful units for Lazarus packages."/>
|
||||
<License Value="Modified LGPL-2"/>
|
||||
<Version Major="1"/>
|
||||
<Files Count="66">
|
||||
<Files Count="67">
|
||||
<Item1>
|
||||
<Filename Value="laz2_dom.pas"/>
|
||||
<UnitName Value="laz2_DOM"/>
|
||||
@ -285,6 +285,10 @@
|
||||
<HasRegisterProc Value="True"/>
|
||||
<UnitName Value="UTF8Process"/>
|
||||
</Item66>
|
||||
<Item67>
|
||||
<Filename Value="laz2_xpath.pas"/>
|
||||
<UnitName Value="laz2_xpath"/>
|
||||
</Item67>
|
||||
</Files>
|
||||
<LazDoc Paths="../../docs/xml/lazutils"/>
|
||||
<i18n>
|
||||
|
@ -15,7 +15,7 @@ uses
|
||||
TTCalc, TTCMap, TTDebug, TTError, TTFile, TTGLoad, TTInterp, TTLoad,
|
||||
TTMemory, TTObjs, TTProfile, TTRASTER, TTTables, TTTypes, EasyLazFreeType,
|
||||
LazLoggerBase, LazLoggerDummy, LazClasses, LazFreeTypeFontCollection,
|
||||
LazConfigStorage, UTF8Process, LazarusPackageIntf;
|
||||
LazConfigStorage, UTF8Process, laz2_xpath, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user