summaryrefslogtreecommitdiff
path: root/scp2/source/python
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-02-21 20:40:59 -0500
committerDavid Ostrovsky <David.Ostrovsky@gmx.de>2013-02-24 17:26:19 +0000
commit1d84e9d1d363bd550129efcbeafe670c0a049dd0 (patch)
tree8dcabefa0b1456c1a509e1973485c3f8497326c2 /scp2/source/python
parent80dd07381bc7207520a4b7fb0d06e8cc5583ee76 (diff)
instsetoo_native: convert to gbuild
Removes: * instsetoo_native/util/update.xml - gen_update_info.pl can be removed ? On Windows the binary artifacts are created now in: workdir/*/installation/LibreOffice_Dev/native/install/en-US/*.msi Change-Id: I1c82ea9cb9d297cdd0e4f4b9b44606259eeeed49 Reviewed-on: https://gerrit.libreoffice.org/2242 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Diffstat (limited to 'scp2/source/python')
-rw-r--r--scp2/source/python/file_python.scp6
1 files changed, 3 insertions, 3 deletions
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp
index 733371c76fc5..3390e67b87aa 100644
--- a/scp2/source/python/file_python.scp
+++ b/scp2/source/python/file_python.scp
@@ -68,21 +68,21 @@ End
File gid_File_Py_Unohelper
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Program;
- Name = "unohelper.py";
+ Name = "pyuno/unohelper.py";
Styles = (PACKED);
End
File gid_File_Py_Uno
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Program;
- Name = "uno.py";
+ Name = "pyuno/uno.py";
Styles = (PACKED);
End
File gid_File_Py_Pythonloader
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Program;
- Name = "pythonloader.py";
+ Name = "pyuno/pythonloader.py";
Styles = (PACKED);
End