From 24f875eff2c0fbd821aad6d1ee26f62a1f3d1651 Mon Sep 17 00:00:00 2001 From: blikblum Date: Tue, 22 Nov 2016 17:14:52 +0000 Subject: [PATCH] * Add note about repository deprecation git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5376 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/virtualtreeview-new/branches/4.8/VirtualTrees.pas | 4 ++++ components/virtualtreeview-new/trunk/VirtualTrees.pas | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas b/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas index b2ec40c4b..fa2ac41a1 100644 --- a/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas +++ b/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas @@ -1,3 +1,7 @@ +This repository is not being maintained anymore. A copy of it exists at https://github.com/blikblum/VirtualTreeView-Lazarus-History +The current development is being done at https://github.com/blikblum/VirtualTreeView-Lazarus +If you want to continue to use this code, just comment these lines. Eventually the repository will be deleted. + unit VirtualTrees; {$mode delphi}{$H+} diff --git a/components/virtualtreeview-new/trunk/VirtualTrees.pas b/components/virtualtreeview-new/trunk/VirtualTrees.pas index cda59687e..49db82afd 100644 --- a/components/virtualtreeview-new/trunk/VirtualTrees.pas +++ b/components/virtualtreeview-new/trunk/VirtualTrees.pas @@ -1,3 +1,7 @@ +This repository is not being maintained anymore. A copy of it exists at https://github.com/blikblum/VirtualTreeView-Lazarus-History +The current development is being done at https://github.com/blikblum/VirtualTreeView-Lazarus +If you want to continue to use this code, just comment these lines. Eventually the repository will be deleted. + unit VirtualTrees; {$mode delphi}{$H+}