[Debtags-commits] [svn] r1739 - in tagcoll/2.0: . tagcoll tagcoll/coll

Enrico Zini enrico at costa.debian.org
Tue May 9 01:01:00 UTC 2006


Author: enrico
Date: Tue May  9 01:00:59 2006
New Revision: 1739

Added:
   tagcoll/2.0/tagcoll/coll/patched.cc
   tagcoll/2.0/tagcoll/coll/patched.h
Removed:
   tagcoll/2.0/tagcoll/PatchCollection.cc
   tagcoll/2.0/tagcoll/PatchCollection.h
Modified:
   tagcoll/2.0/   (props changed)
   tagcoll/2.0/tagcoll/Makefile.am
Log:
 r2626 at viaza:  enrico | 2006-05-08 13:48:37 -0500
 Renamed PatchCollection in coll::Patched


Modified: tagcoll/2.0/tagcoll/Makefile.am
==============================================================================
--- tagcoll/2.0/tagcoll/Makefile.am	(original)
+++ tagcoll/2.0/tagcoll/Makefile.am	Tue May  9 01:00:59 2006
@@ -22,12 +22,12 @@
 		coll/simple.cc \
 		coll/fast.h \
 		coll/fast.cc \
+		coll/patched.h \
+		coll/patched.cc \
 		\
 		Consumer.h \
 		Patches.h \
 		Patches.tcc \
-		PatchCollection.h \
-		PatchCollection.cc \
 		\
 		Serializer.h \
 		Serializer.cc \
@@ -67,9 +67,10 @@
 		\
 		coll/simple.cc \
 		coll/fast.cc \
+		coll/patched.cc \
+		\
 		Consumer.cc \
 		Patches.cc \
-		PatchCollection.cc \
 		\
 		Serializer.cc \
 		TextFormat.cc \



More information about the Debtags-commits mailing list