Home | History | Annotate | Download | only in webapp

Lines Matching refs:directory

6 """Creates a directory with with the unpacked contents of the remoting webapp.
8 The directory will contain a copy-of or a link-to to all remoting webapp
28 # sys.path[0] refers to the directory containing this script.
46 def createZip(zip_path, directory):
47 """Creates a zipfile at zip_path for the given directory."""
50 for (root, dirs, files) in os.walk(directory):
53 rel_path = os.path.relpath(full_path, directory)
68 """Does the main work of building the webapp directory and zipfile.
73 destination: A string with path to directory where the webapp will be
81 with their directory structure from the _locales directory down.
83 webapp directory. Paths in the patch file should be relative to
84 the remoting/webapp directory, for example a/main.html. Since
85 'git diff -p' works relative to the src/ directory, patches
88 # Ensure a fresh directory.
124 # Copy all the locales, preserving directory structure
168 # On Mac we have a directory.
258 # Configure xmpp server and directory bot settings in the plugin.