diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-12-12 10:24:07 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-12-12 10:27:41 +0100 |
commit | a9916dabb48df8ea857ce6b255563e31352988a8 (patch) | |
tree | 55d3603ac9a9349a7ea4fc5b7a7ba35c33b416d3 /scripting | |
parent | 32ca77577f781010aa4549016adaebff1a5a3624 (diff) |
Remove xml2cmp leftovers
Change-Id: I7c0ba8b653b8e0534ae17bd879b93b75c6554893
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/basprov/basprov.xml | 67 | ||||
-rw-r--r-- | scripting/source/dlgprov/dlgprov.xml | 75 | ||||
-rw-r--r-- | scripting/source/protocolhandler/protocolhandler.xml | 47 | ||||
-rw-r--r-- | scripting/source/provider/provider.xml | 51 | ||||
-rw-r--r-- | scripting/source/stringresource/stringresource.xml | 53 | ||||
-rw-r--r-- | scripting/source/vbaevents/vbaevents.xml | 43 |
6 files changed, 0 insertions, 336 deletions
diff --git a/scripting/source/basprov/basprov.xml b/scripting/source/basprov/basprov.xml deleted file mode 100644 index a992dd0e2449..000000000000 --- a/scripting/source/basprov/basprov.xml +++ /dev/null @@ -1,67 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<!-- - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . ---> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - - <module-name>basprov</module-name> - - <component-description> - <author>Thomas Benisch</author> - <name>com.sun.star.comp.scripting.ScriptProviderForBasic</name> - <description>script provider for Basic</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="drafts"/> - <supported-service>com.sun.star.script.provider.ScriptProviderForBasic</supported-service> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.XInitialization</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.reflection.InvocationTargetException</type> - <type>com.sun.star.script.CannotConvertException</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.XComponentContext</type> - <type>com.sun.star.script.browse.BrowseNodeTypes</type> - <type>com.sun.star.script.browse.XBrowseNode</type> - <type>com.sun.star.script.provider.XScript</type> - <type>com.sun.star.script.provider.XScriptProvider</type> - <type> com.sun.star.uri.XUriReference </type> - <type> com.sun.star.uri.XUriReferenceFactory </type> - <type> com.sun.star.uri.XVndSunStarScriptUrl </type> - </component-description> - - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>basic</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - - <runtime-module-dependency>sfx2</runtime-module-dependency> - <runtime-module-dependency>sb</runtime-module-dependency> - <runtime-module-dependency>svt</runtime-module-dependency> - <runtime-module-dependency>tl</runtime-module-dependency> - <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency> - <runtime-module-dependency>cppu3</runtime-module-dependency> - <runtime-module-dependency>sal3</runtime-module-dependency> - -</module-description> diff --git a/scripting/source/dlgprov/dlgprov.xml b/scripting/source/dlgprov/dlgprov.xml deleted file mode 100644 index 4a825427709f..000000000000 --- a/scripting/source/dlgprov/dlgprov.xml +++ /dev/null @@ -1,75 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<!-- - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . ---> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - - <module-name>dlgprov</module-name> - - <component-description> - <author>Thomas Benisch</author> - <name>com.sun.star.comp.scripting.DialogProvider</name> - <description>provider for dialogs</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="drafts"/> - <supported-service>com.sun.star.awt.DialogProvider</supported-service> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XDialog</type> - <type>com.sun.star.awt.XDialogProvider</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.io.XInputStreamProvider</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.XInitialization</type> - <type>com.sun.star.lang.XMultiComponentFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.reflection.InvocationTargetException</type> - <type>com.sun.star.script.CannotConvertException</type> - <type>com.sun.star.script.ScriptEventDescriptor</type> - <type>com.sun.star.script.XAllListener</type> - <type>com.sun.star.script.XEventAttacher</type> - <type>com.sun.star.script.XLibraryContainer</type> - <type>com.sun.star.script.XScriptEventsAttacher</type> - <type>com.sun.star.script.XScriptEventsSupplier</type> - <type>com.sun.star.script.XScriptListener</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.XComponentContext</type> - <type>com.sun.star.script.provider.XScript</type> - <type>com.sun.star.script.provider.XScriptProvider</type> - <type> com.sun.star.uri.XUriReference </type> - <type> com.sun.star.uri.XUriReferenceFactory </type> - <type> com.sun.star.uri.XVndSunStarScriptUrl </type> - </component-description> - - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>xmlscript</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - - <runtime-module-dependency>sfx2</runtime-module-dependency> - <runtime-module-dependency>xmlscript</runtime-module-dependency> - <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency> - <runtime-module-dependency>cppu3</runtime-module-dependency> - <runtime-module-dependency>sal3</runtime-module-dependency> - -</module-description> diff --git a/scripting/source/protocolhandler/protocolhandler.xml b/scripting/source/protocolhandler/protocolhandler.xml deleted file mode 100644 index 698e725c5ff5..000000000000 --- a/scripting/source/protocolhandler/protocolhandler.xml +++ /dev/null @@ -1,47 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<!-- - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . ---> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name> ScriptProtocolHandler </module-name> - <component-description> - <author> Noel Power</author> - <name> com.sun.star.frame.ProtocolHandler</name> - <description> - This component is part of the Scripting Framework -</description> - <loader-name> com.sun.star.loader.SharedLibrary </loader-name> - <language> c++ </language> - <status value="com"/> - <supported-service> com.sun.star.frame.ProtocolHandler </supported-service> - <type> com.sun.star.frame.XDispatchProvider </type> - <type> com.sun.star.frame.XNotifyingDispatch </type> - <type> com.sun.star.lang.XServiceInfo </type> - <type> com.sun.star.lang.XInitialization </type> - <type> com.sun.star.io.IOException </type> - <type> com.sun.star.uri.XUriReference </type> - <type> com.sun.star.uri.XUriReferenceFactory </type> - <type> com.sun.star.uri.XVndSunStarScriptUrl </type> - </component-description> - <project-build-dependency> cppuhelper </project-build-dependency> - <project-build-dependency> cppu </project-build-dependency> - <project-build-dependency> sal </project-build-dependency> - <runtime-module-dependency> cppuhelper2$(COM) </runtime-module-dependency> - <runtime-module-dependency> cppu2 </runtime-module-dependency> - <runtime-module-dependency> sal2 </runtime-module-dependency> -</module-description> diff --git a/scripting/source/provider/provider.xml b/scripting/source/provider/provider.xml deleted file mode 100644 index b0126a6b9ee5..000000000000 --- a/scripting/source/provider/provider.xml +++ /dev/null @@ -1,51 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<!-- - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . ---> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name> ScriptProvider </module-name> - <component-description> - <author> Noel Power</author> - <name> com.sun.star.script.provider.ScriptProvider </name> - <description> - This component is part of the Scripting Framework -</description> - <loader-name> com.sun.star.loader.SharedLibrary </loader-name> - <language> c++ </language> - <status value="drafts"/> - <supported-service> com.sun.star.script.provider.ScriptProvider </supported-service> - <type> com.sun.star.beans.XPropertySet </type> - <type> com.sun.star.uno.Exception </type> - <type> com.sun.star.io.IOException </type> - <type> com.sun.star.io.XStream </type> - <type> com.sun.star.script.provider.XScript </type> - <type> com.sun.star.script.provider.XScriptProvider </type> - <type> com.sun.star.script.browse.XBrowseNode </type> - <type> com.sun.star.script.browse.BrowseNodeTypes </type> - <type> com.sun.star.uri.XUriReference </type> - <type> com.sun.star.uri.XUriReferenceFactory </type> - <type> com.sun.star.uri.XVndSunStarScriptUrl </type> - - </component-description> - <project-build-dependency> cppuhelper </project-build-dependency> - <project-build-dependency> cppu </project-build-dependency> - <project-build-dependency> sal </project-build-dependency> - <runtime-module-dependency> cppuhelper2$(COM) </runtime-module-dependency> - <runtime-module-dependency> cppu2 </runtime-module-dependency> - <runtime-module-dependency> sal2 </runtime-module-dependency> -</module-description> diff --git a/scripting/source/stringresource/stringresource.xml b/scripting/source/stringresource/stringresource.xml deleted file mode 100644 index 70bdc3e69dfc..000000000000 --- a/scripting/source/stringresource/stringresource.xml +++ /dev/null @@ -1,53 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<!-- - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . ---> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - - <module-name>stringresource</module-name> - - <component-description> - <author>Andreas Bregas</author> - <name>com.sun.star.comp.scripting.StringResource</name> - <description>string resource</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="drafts"/> - <supported-service>com.sun.star.resource.StringResource</supported-service> - <supported-service>com.sun.star.resource.StringResourceWithLocation</supported-service> - <supported-service>com.sun.star.resource.StringResourceWithStorage</supported-service> - <type>com.sun.star.resource.XStringResourceWithStorage</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.XInitialization</type> - <type>com.sun.star.lang.XMultiComponentFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.uno.XComponentContext</type> - <type>com.sun.star.ucb.XSimpleFileAccess3</type> - <type>com.sun.star.io.XInputStream</type> - </component-description> - - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - - <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency> - <runtime-module-dependency>cppu3</runtime-module-dependency> - <runtime-module-dependency>sal3</runtime-module-dependency> - <runtime-module-dependency>ucb</runtime-module-dependency> - -</module-description> diff --git a/scripting/source/vbaevents/vbaevents.xml b/scripting/source/vbaevents/vbaevents.xml deleted file mode 100644 index 706f06b2bc45..000000000000 --- a/scripting/source/vbaevents/vbaevents.xml +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<!-- - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - --> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - - <module-name>vbaevents</module-name> - - <component-description> - <author>Noel Power </author> - <name>ooo.vba.EventListener</name> - <description>Event listener to handle ooo events and to translate them to calls to basic macros ala Button_Click etc.</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="drafts"/> - <supported-service>ooo.vba.EventListener</supported-service> - <type>com.sun.star.uno.XComponentContext</type> - </component-description> - - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - - <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency> - <runtime-module-dependency>cppu3</runtime-module-dependency> - <runtime-module-dependency>sal3</runtime-module-dependency> - -</module-description> |