summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/gui/reporting/pdf_demo.lpi8
-rw-r--r--src/reportengine/fpg_report.lpk75
-rw-r--r--src/reportengine/fpg_report.pas14
3 files changed, 2 insertions, 95 deletions
diff --git a/examples/gui/reporting/pdf_demo.lpi b/examples/gui/reporting/pdf_demo.lpi
index 6ce6e8c6..57598cef 100644
--- a/examples/gui/reporting/pdf_demo.lpi
+++ b/examples/gui/reporting/pdf_demo.lpi
@@ -34,14 +34,10 @@
<LaunchingApplication PathPlusParams="/usr/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
</local>
</RunParams>
- <RequiredPackages Count="2">
+ <RequiredPackages Count="1">
<Item1>
- <PackageName Value="fpg_report"/>
- <MaxVersion Minor="1"/>
- </Item1>
- <Item2>
<PackageName Value="fpgui_toolkit"/>
- </Item2>
+ </Item1>
</RequiredPackages>
<Units Count="2">
<Unit0>
diff --git a/src/reportengine/fpg_report.lpk b/src/reportengine/fpg_report.lpk
deleted file mode 100644
index 40483c1d..00000000
--- a/src/reportengine/fpg_report.lpk
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0"?>
-<CONFIG>
- <Package Version="4">
- <Name Value="fpg_report"/>
- <Author Value="Jean-Marc Levecque &lt;jean-marc.levecque@jmlesite.fr>"/>
- <CompilerOptions>
- <Version Value="11"/>
- <SearchPaths>
- <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
- <LCLWidgetType Value="nogui"/>
- </SearchPaths>
- <Parsing>
- <SyntaxOptions>
- <CStyleOperator Value="False"/>
- <AllowLabel Value="False"/>
- <CPPInline Value="False"/>
- <UseAnsiStrings Value="False"/>
- </SyntaxOptions>
- </Parsing>
- <Linking>
- <Debugging>
- <GenerateDebugInfo Value="False"/>
- <UseLineInfoUnit Value="False"/>
- </Debugging>
- </Linking>
- <Other>
- <CompilerMessages>
- <UseMsgFile Value="True"/>
- </CompilerMessages>
- <CompilerPath Value="$(CompPath)"/>
- </Other>
- </CompilerOptions>
- <Description Value="PDF reporting engine"/>
- <License Value="Modified LGPL with static linking exception."/>
- <Version Minor="2"/>
- <Files Count="5">
- <Item1>
- <Filename Value="u_command.pas"/>
- <UnitName Value="U_Command"/>
- </Item1>
- <Item2>
- <Filename Value="u_report.pas"/>
- <UnitName Value="U_Report"/>
- </Item2>
- <Item3>
- <Filename Value="u_pdf.pas"/>
- <UnitName Value="U_Pdf"/>
- </Item3>
- <Item4>
- <Filename Value="u_visu.pas"/>
- <UnitName Value="U_Visu"/>
- </Item4>
- <Item5>
- <Filename Value="u_reportimages.pas"/>
- <UnitName Value="U_ReportImages"/>
- </Item5>
- </Files>
- <RequiredPkgs Count="2">
- <Item1>
- <PackageName Value="fpgui_toolkit"/>
- </Item1>
- <Item2>
- <PackageName Value="FCL"/>
- <MinVersion Major="1" Valid="True"/>
- </Item2>
- </RequiredPkgs>
- <UsageOptions>
- <UnitPath Value="$(PkgOutDir)"/>
- </UsageOptions>
- <PublishOptions>
- <Version Value="2"/>
- <IgnoreBinaries Value="False"/>
- </PublishOptions>
- </Package>
-</CONFIG>
diff --git a/src/reportengine/fpg_report.pas b/src/reportengine/fpg_report.pas
deleted file mode 100644
index 9479e685..00000000
--- a/src/reportengine/fpg_report.pas
+++ /dev/null
@@ -1,14 +0,0 @@
-{ This file was automatically created by Lazarus. Do not edit!
- This source is only used to compile and install the package.
- }
-
-unit fpg_report;
-
-interface
-
-uses
- U_Command, U_Report, U_Pdf, U_Visu, U_ReportImages;
-
-implementation
-
-end.