mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 17:09:16 +02:00
fppkg: shortened the name of pkguninstalledsourcesrepository.pp
git-svn-id: trunk@35277 -
This commit is contained in:
parent
dda85c3c49
commit
a8325b763f
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -3407,7 +3407,7 @@ packages/fppkg/src/pkgmkconv.pp svneol=native#text/plain
|
||||
packages/fppkg/src/pkgoptions.pp svneol=native#text/plain
|
||||
packages/fppkg/src/pkgpackagesstructure.pp svneol=native#text/plain
|
||||
packages/fppkg/src/pkgrepos.pp svneol=native#text/plain
|
||||
packages/fppkg/src/pkguninstalledsourcesrepository.pp svneol=native#text/plain
|
||||
packages/fppkg/src/pkguninstalledsrcsrepo.pp svneol=native#text/plain
|
||||
packages/fppkg/src/pkgwget.pp svneol=native#text/plain
|
||||
packages/fuse/Makefile svneol=native#text/plain
|
||||
packages/fuse/Makefile.fpc svneol=native#text/plain
|
||||
|
@ -71,7 +71,7 @@ begin
|
||||
T.Dependencies.AddInclude('fpmkunitsrc.inc');
|
||||
T:=P.Targets.AddUnit('pkgcommands.pp');
|
||||
T:=P.Targets.AddUnit('pkgpackagesstructure.pp');
|
||||
T:=P.Targets.AddUnit('pkguninstalledsourcesrepository.pp');
|
||||
T:=P.Targets.AddUnit('pkguninstalledsrcsrepo.pp');
|
||||
|
||||
T:=P.Targets.AddUnit('pkgwget.pp', TargetsWithWGet);
|
||||
T:=P.Targets.AddUnit('pkgfphttp.pp', TargetsWithfpWeb);
|
||||
|
@ -259,7 +259,7 @@ Type
|
||||
Implementation
|
||||
|
||||
uses
|
||||
pkgUninstalledSourcesRepository,
|
||||
pkgUninstalledSrcsRepo,
|
||||
pkgPackagesStructure,
|
||||
pkgmessages;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
unit pkgUninstalledSourcesRepository;
|
||||
unit pkgUninstalledSrcsRepo;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
Loading…
Reference in New Issue
Block a user