[Debtags-commits] [svn] r1731 - in tagcoll/2.0: . tagcoll tagcoll/stream

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


Author: enrico
Date: Tue May  9 00:28:04 2006
New Revision: 1731

Added:
   tagcoll/2.0/tagcoll/stream/filters.cc
   tagcoll/2.0/tagcoll/stream/filters.h
Removed:
   tagcoll/2.0/tagcoll/filters.cc
   tagcoll/2.0/tagcoll/filters.h
Modified:
   tagcoll/2.0/   (props changed)
   tagcoll/2.0/tagcoll/Makefile.am
Log:
 r2618 at viaza:  enrico | 2006-05-08 12:47:38 -0500
 Moved filters under stream/ as well


Modified: tagcoll/2.0/tagcoll/Makefile.am
==============================================================================
--- tagcoll/2.0/tagcoll/Makefile.am	(original)
+++ tagcoll/2.0/tagcoll/Makefile.am	Tue May  9 00:28:04 2006
@@ -38,7 +38,7 @@
 		IntDiskIndex.cc \
 		BasicStringDiskIndex.h \
 		\
-		filters.h \
+		stream/filters.h \
 		Implications.h \
 		Implications.cc \
 		\
@@ -60,7 +60,7 @@
 		\
 		stream/sink.cc \
 		Consumer.cc \
-		filters.cc \
+		stream/filters.cc \
 		Patches.cc \
 		InputMerger.cc \
 		PatchCollection.cc \



More information about the Debtags-commits mailing list