You've already forked lazarus-ccr
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:
@ -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>
|
@ -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.
|
Reference in New Issue
Block a user