git-svn-id: trunk@23617 -
This commit is contained in:
mattias 2010-02-03 13:49:34 +00:00
parent 83ea351c48
commit 5c7797eb9d
2 changed files with 5 additions and 7 deletions

View File

@ -3,5 +3,3 @@
public void main()
{
printf("Hello World \n");
}

View File

@ -1,14 +1,14 @@
{ Diese Datei wurde automatisch von Lazarus erzeugt. Sie darf nicht bearbeitet werden!
Dieser Quelltext dient nur dem Übersetzen und Installieren des Packages.
{ This file was automatically created by Lazarus. do not edit!
This source is only used to compile and install the package.
}
unit H2PasWizard;
unit h2paswizard;
interface
uses
H2PasConvert, H2PasDlg, H2PasStrConsts, IDETextConvListEdit,
IDETextConvListAdd, LazarusPackageIntf;
H2PasConvert, H2PasDlg, H2PasStrConsts, IDETextConvListEdit,
IDETextConvListAdd, LazarusPackageIntf;
implementation