diff options
author | David Tardon <dtardon@redhat.com> | 2011-03-31 08:42:03 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-03-31 08:42:03 +0200 |
commit | 1b6b4003a1477da2549ab91d50e3055554d5b63e (patch) | |
tree | 9e10707e762153a9190ce1934a1d3f718f6814f8 /scripting | |
parent | a84bd1fa8b33164fa351c65e13acab1dbff2ba30 (diff) |
we ship pythonscript as extension
Diffstat (limited to 'scripting')
-rwxr-xr-x | scripting/source/pyprov/pythonscript.component | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/scripting/source/pyprov/pythonscript.component b/scripting/source/pyprov/pythonscript.component deleted file mode 100755 index 08f895097203..000000000000 --- a/scripting/source/pyprov/pythonscript.component +++ /dev/null @@ -1,35 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!--********************************************************************** -* -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* Copyright 2000, 2010 Oracle and/or its affiliates. -* -* OpenOffice.org - a multi-platform office productivity suite -* -* This file is part of OpenOffice.org. -* -* OpenOffice.org is free software: you can redistribute it and/or modify -* it under the terms of the GNU Lesser General Public License version 3 -* only, as published by the Free Software Foundation. -* -* OpenOffice.org is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Lesser General Public License version 3 for more details -* (a copy is included in the LICENSE file that accompanied this code). -* -* You should have received a copy of the GNU Lesser General Public License -* version 3 along with OpenOffice.org. If not, see -* <http://www.openoffice.org/license.html> -* for a copy of the LGPLv3 License. -* -**********************************************************************--> - -<component loader="com.sun.star.loader.Python" - xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="org.openoffice.pyuno.LanguageScriptProviderForPython"> - <service name="com.sun.star.script.provider.LanguageScriptProvider"/> - <service name="com.sun.star.script.provider.ScriptProviderForPython"/> - </implementation> -</component> |