IDE: clean up

git-svn-id: trunk@22884 -
This commit is contained in:
mattias 2009-11-30 20:58:22 +00:00
parent a8af53b8b2
commit e26fe2aaa0
2 changed files with 0 additions and 32 deletions

1
.gitattributes vendored
View File

@ -417,7 +417,6 @@ components/codetools/codetoolmemmanager.pas svneol=native#text/pascal
components/codetools/codetools.inc svneol=native#text/pascal
components/codetools/codetools.lpk svneol=native#text/plain
components/codetools/codetools.pas svneol=native#text/plain
components/codetools/codetools1.pas svneol=native#text/plain
components/codetools/codetoolsconfig.pas svneol=native#text/plain
components/codetools/codetoolsstrconsts.pas svneol=native#text/pascal
components/codetools/codetoolsstructs.pas svneol=native#text/pascal

View File

@ -1,31 +0,0 @@
{ This file was automatically created by Lazarus. do not edit!
This source is only used to compile and install the package.
}
unit CodeTools1;
interface
uses
BasicCodeTools, CacheCodeTools, CCodeParserTool, CodeAtom, CodeBeautifier,
CodeCache, CodeCompletionTool, CodeGraph, CodeTemplatesTool,
CodeToolManager, CodeToolMemManager, CodeToolsConfig, CodeToolsStrConsts,
CodeToolsStructs, CodeTree, CustomCodeTool, DefineTemplates, DirectivesTree,
DirectoryCacher, EventCodeTool, ExprEval, ExtractProcTool, FileProcs,
FindDeclarationCache, FindDeclarationTool, H2PasTool, IdentCompletionTool,
KeywordFuncLists, Laz_DOM, Laz_XMLCfg, Laz_XMLRead, Laz_XMLStreaming,
Laz_XMLWrite, LFMTrees, LinkScanner, MethodJumpTool, MultiKeyWordListTool,
NonPascalCodeTools, PascalParserTool, PascalReaderTool, PPUCodeTools,
PPUGraph, PPUParser, ResourceCodeTool, SourceChanger, SourceLog,
StdCodeTools, AllCodeToolUnits, CodeIndex, FindOverloads, PascalExpr,
LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('CodeTools1', @Register);
end.