Files
lazarus-ccr/wst/trunk/ide/lazarus/wst_design.pas
inoussa 549deb3e6d lazarus IDE integration :
- WSDL file import ( GUI ) menu   Project/Web Services Toolkit/Import WSDL File ...
  - WSDL Type Library Editor ( GUI ) Project/Web Services Toolkit/Type Library Editor...


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@209 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-07-07 20:56:01 +00:00

22 lines
441 B
ObjectPascal

{ Ce fichier a été automatiquement créé par Lazarus. Ne pas l'éditer !
Cette source est seulement employée pour compiler et installer le paquet.
}
unit wst_design;
interface
uses
wstimportdlg, wst_register, uwsttypelibraryedit, uabout, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit ('wst_register', @wst_register.Register );
end;
initialization
RegisterPackage ('wst_design', @Register );
end.