From 5bbb50a4084065e458ea8e268b47c5464325656f Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Mon, 27 Jun 2016 22:49:26 +0000 Subject: [PATCH] tvplanit: Clean up package requirements of demo projects git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4846 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/tvplanit/examples/bufdsdatastore/project1.lpi | 7 ++----- components/tvplanit/examples/bufdsdatastore/project1.lpr | 3 +-- components/tvplanit/examples/demo/demo.lpi | 7 ++----- components/tvplanit/examples/sqlite3datastore/project1.lpi | 7 ++----- components/tvplanit/examples/sqlite3datastore/project1.lpr | 3 +-- 5 files changed, 8 insertions(+), 19 deletions(-) diff --git a/components/tvplanit/examples/bufdsdatastore/project1.lpi b/components/tvplanit/examples/bufdsdatastore/project1.lpi index 823348f50..f0cafdceb 100644 --- a/components/tvplanit/examples/bufdsdatastore/project1.lpi +++ b/components/tvplanit/examples/bufdsdatastore/project1.lpi @@ -24,16 +24,13 @@ - + - - - - + diff --git a/components/tvplanit/examples/bufdsdatastore/project1.lpr b/components/tvplanit/examples/bufdsdatastore/project1.lpr index ac5b2c34d..cbaf9b146 100644 --- a/components/tvplanit/examples/bufdsdatastore/project1.lpr +++ b/components/tvplanit/examples/bufdsdatastore/project1.lpr @@ -7,8 +7,7 @@ uses cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset - Forms, Unit1, laz_visualplanit, zcomponent - { you can add units after this }; + Forms, Unit1, laz_visualplanit; {$R *.res} diff --git a/components/tvplanit/examples/demo/demo.lpi b/components/tvplanit/examples/demo/demo.lpi index aea511a45..b100b9b08 100644 --- a/components/tvplanit/examples/demo/demo.lpi +++ b/components/tvplanit/examples/demo/demo.lpi @@ -28,16 +28,13 @@ - + - - - - + diff --git a/components/tvplanit/examples/sqlite3datastore/project1.lpi b/components/tvplanit/examples/sqlite3datastore/project1.lpi index ed43410b0..b0d07bf55 100644 --- a/components/tvplanit/examples/sqlite3datastore/project1.lpi +++ b/components/tvplanit/examples/sqlite3datastore/project1.lpi @@ -24,7 +24,7 @@ - + @@ -35,11 +35,8 @@ - - - - + diff --git a/components/tvplanit/examples/sqlite3datastore/project1.lpr b/components/tvplanit/examples/sqlite3datastore/project1.lpr index ac5b2c34d..cbaf9b146 100644 --- a/components/tvplanit/examples/sqlite3datastore/project1.lpr +++ b/components/tvplanit/examples/sqlite3datastore/project1.lpr @@ -7,8 +7,7 @@ uses cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset - Forms, Unit1, laz_visualplanit, zcomponent - { you can add units after this }; + Forms, Unit1, laz_visualplanit; {$R *.res}