summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-03-31 08:42:03 +0200
committerDavid Tardon <dtardon@redhat.com>2011-03-31 08:42:03 +0200
commit33bbfcbfa2ca58deae1309a01fa943dc3226e2fe (patch)
treed04825aced71e59e73897f1f94b36ac9668dd2c4
parent4899ff666d0d9aab42ef4bf845840600685fd12f (diff)
we ship pythonscript as extension
-rwxr-xr-xscripting/source/pyprov/pythonscript.component35
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 08f8950972..0000000000
--- 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>