2009-11-13 Jeffrey Stedfast <fejj@novell.com>
[moon.git] / man / respack.1
blobabee4ed60847724600d69c055e1cec88beee4f24
1 .TH "respack" 1
2 .SH NAME
3 respack \- Resource Packager
4 .SH SYNOPSIS
5 .B respack output.resource [files]
6 .SH DESCRIPTION
7 respack is a tool that wraps the input files in MemoryStreams and
8 saves them into the output.resource file.   This is used to package
9 one or more XAML files as a managed resource that gets embedded into
10 assemblies that are shipped inside a XAP file.
11 respack can also be used to extract the resources from an assembly
12 using the -d option
13 .SH OPTIONS
14 .TP
15 .B -? | -help
16 Display information about respack
17 .B -d | -decompress
18 Extract resources from an assembly
19 .B -p= | -pattern=
20 Set the pattern to match for resource extraction. By default -d only
21 extracts .xaml resources.
22 .PP
23 .SH COPYRIGHT
24 Copyright (C) 2008 Novell, Inc (http://www.novell.com)
25 .SH MAILING LISTS
26 Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
27 .SH WEB SITE
28 Visit: http://www.mono-project.com for details