From 4b5e28fa11d8cbe2a8210b803e5eb9d66f811b4d Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 15 Feb 2010 17:27:23 +0000 Subject: [PATCH] add xml files --- direct/src/p3d/Packager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/p3d/Packager.py b/direct/src/p3d/Packager.py index 2750b98c36..db5d09767c 100644 --- a/direct/src/p3d/Packager.py +++ b/direct/src/p3d/Packager.py @@ -1931,7 +1931,7 @@ class Packager: # Text files that are copied (and compressed) to the package # without processing. - self.textExtensions = [ 'prc', 'ptf', 'txt', 'cg', 'sha', 'dc' ] + self.textExtensions = [ 'prc', 'ptf', 'txt', 'cg', 'sha', 'dc', 'xml' ] # Binary files that are copied (and compressed) without # processing.