Author: ceros-guest Date: 2008-05-08 08:24:38 +0000 (Thu, 08 May 2008) New Revision: 6908
Modified: people/andres/wnpp_game_search Log: Removing an exclusion Modified: people/andres/wnpp_game_search =================================================================== --- people/andres/wnpp_game_search 2008-05-08 08:23:55 UTC (rev 6907) +++ people/andres/wnpp_game_search 2008-05-08 08:24:38 UTC (rev 6908) @@ -23,7 +23,7 @@ INCLUSIONS = set([]) # List of packages to always exclude, if found -EXCLUSIONS = set(['openjdk-6', 'pdf2svg', 'zope-educommons']) +EXCLUSIONS = set(['openjdk-6', 'pdf2svg']) # Open the propective webpage for reading and a file for writing # Use these for testing _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

