diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-06-03 14:59:14 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-06-03 14:59:14 -0400 |
commit | 78e017c881a89d7f7fed798a994c318c8129cccb (patch) | |
tree | 625a28f4553ee3249f04ab7496bf538a2900e05d /indra/newview/viewer_manifest.py | |
parent | 14fc336c3b20a7dcbc719069985a078b7bc4f041 (diff) | |
parent | d213f8635b96f7da2b1efc193d48dc8d681e4f3e (diff) |
automated merge
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 2a966f4adf..c887097575 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -105,6 +105,12 @@ class ViewerManifest(LLManifest): self.end_prefix("*/html") self.end_prefix("skins") + # local_assets dir (for pre-cached textures) + if self.prefix(src="local_assets"): + self.path("*.j2c") + self.path("*.tga") + self.end_prefix("local_assets") + # Files in the newview/ directory self.path("gpu_table.txt") |