* Renamed pas2js package to utils-pas2js, for consistency

git-svn-id: trunk@29397 -
This commit is contained in:
joost 2015-01-04 20:46:57 +00:00
parent 9b6b029ca1
commit d53da9192b

View File

@ -14,7 +14,7 @@ Var
begin
With Installer do
begin
P:=AddPackage('pas2js');
P:=AddPackage('utils-pas2js');
P.Author := 'Free Pascal Team';
P.License := 'LGPL with modification';