INTEGRATION: CWS pyunofixes1 (1.5.14); FILE MERGED
2005/01/16 21:26:11 jbu 1.5.14.2: RESYNC: (1.5-1.7); FILE MERGED 2004/12/12 19:26:38 jbu 1.5.14.1: #i25309# removed the obsolete native pythonscript component, added flag for uno-component for pythonscript.py file
This commit is contained in:
parent
c09e2ed9aa
commit
359f9b802e
1 changed files with 4 additions and 17 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: file_python.scp,v $
|
||||
*
|
||||
* $Revision: 1.8 $
|
||||
* $Revision: 1.9 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2005-01-25 13:00:46 $
|
||||
* last change: $Author: hr $ $Date: 2005-02-11 16:53:49 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -114,20 +114,6 @@ File gid_File_Py_Python_Core
|
|||
End
|
||||
#endif
|
||||
|
||||
// Items for Python Scripting Framework Runtime
|
||||
// Scripting Framework ScriptProvider for Python
|
||||
|
||||
File gid_File_Py_Scriptprovider
|
||||
TXT_FILE_BODY;
|
||||
Dir = gid_Dir_Program;
|
||||
#ifdef UNX
|
||||
Name = STRING(CONCAT5(pyprov,OFFICEUPD,DLLSUFFIX,.uno,UNXSUFFIX));
|
||||
#else
|
||||
Name = STRING(CONCAT5(pyprov,OFFICEUPD,DLLSUFFIX,.uno,.dll));
|
||||
#endif
|
||||
RegistryID = gid_Starregistry_Services_Rdb;
|
||||
Styles = (PACKED,UNO_COMPONENT);
|
||||
End
|
||||
|
||||
// substitute for the python Windows basic scripts
|
||||
|
||||
|
@ -148,7 +134,8 @@ File gid_File_Py_Pythonscript
|
|||
TXT_FILE_BODY;
|
||||
Dir = gid_Dir_Program;
|
||||
Name = "pythonscript.py";
|
||||
Styles = (PACKED);
|
||||
RegistryID = gid_Starregistry_Services_Rdb;
|
||||
Styles = (PACKED,UNO_COMPONENT);
|
||||
End
|
||||
|
||||
//Scripting Framework Python example scripts
|
||||
|
|
Loading…
Reference in a new issue