Rename package

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2045 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
jujibo
2011-09-30 16:20:54 +00:00
parent 2839a90c91
commit 54614993a2
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<CONFIG> <CONFIG>
<Package Version="4"> <Package Version="4">
<Name Value="jujibocontrols"/> <Name Value="jujiboutils"/>
<CompilerOptions> <CompilerOptions>
<Version Value="10"/> <Version Value="10"/>
<SearchPaths> <SearchPaths>

View File

@ -2,7 +2,7 @@
This source is only used to compile and install the package. This source is only used to compile and install the package.
} }
unit jujibocontrols; unit jujiboutils;
interface interface
@ -34,5 +34,5 @@ begin
end; end;
initialization initialization
RegisterPackage('jujibocontrols', @Register); RegisterPackage('jujiboutils', @Register);
end. end.