1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
298d4ec19SAndrew Rist<!--***********************************************************
3*79bd3a34SMatthias Seidel *
498d4ec19SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
598d4ec19SAndrew Rist * or more contributor license agreements.  See the NOTICE file
698d4ec19SAndrew Rist * distributed with this work for additional information
798d4ec19SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
898d4ec19SAndrew Rist * to you under the Apache License, Version 2.0 (the
998d4ec19SAndrew Rist * "License"); you may not use this file except in compliance
1098d4ec19SAndrew Rist * with the License.  You may obtain a copy of the License at
11*79bd3a34SMatthias Seidel *
1298d4ec19SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
13*79bd3a34SMatthias Seidel *
1498d4ec19SAndrew Rist * Unless required by applicable law or agreed to in writing,
1598d4ec19SAndrew Rist * software distributed under the License is distributed on an
1698d4ec19SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1798d4ec19SAndrew Rist * KIND, either express or implied.  See the License for the
1898d4ec19SAndrew Rist * specific language governing permissions and limitations
1998d4ec19SAndrew Rist * under the License.
20*79bd3a34SMatthias Seidel *
2198d4ec19SAndrew Rist ***********************************************************-->
2298d4ec19SAndrew Rist
2398d4ec19SAndrew Rist
24cdf0e10cSrcweir<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
25cdf0e10cSrcweir<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Scripting" oor:package="org.openoffice.Office" xml:lang="en-US">
26cdf0e10cSrcweir	<info>
27cdf0e10cSrcweir		<author>DF</author>
28*79bd3a34SMatthias Seidel		<desc xml:lang="x-no-translate"></desc>
29*79bd3a34SMatthias Seidel		<desc xml:lang="en-US">Contains the various settings needed by the Scripting Framework and its runtimes.</desc>
30cdf0e10cSrcweir	</info>
31cdf0e10cSrcweir	<templates>
32cdf0e10cSrcweir		<group oor:name="RuntimeNode">
33cdf0e10cSrcweir			<info>
34*79bd3a34SMatthias Seidel			<desc xml:lang="x-no-translate"></desc>
35*79bd3a34SMatthias Seidel			<desc xml:lang="en-US">Specifies the runtimes available to the Scripting Framework.</desc>
36cdf0e10cSrcweir			</info>
37cdf0e10cSrcweir			<prop oor:name="SupportedFileExtensions" oor:type="oor:string-list">
38cdf0e10cSrcweir				<info>
39*79bd3a34SMatthias Seidel				<desc xml:lang="x-no-translate"></desc>
40cdf0e10cSrcweir				<desc xml:lang="en-US">Lists the file extensions that are recognized by this runtime.</desc>
41cdf0e10cSrcweir				</info>
42cdf0e10cSrcweir			</prop>
43cdf0e10cSrcweir		</group>
44cdf0e10cSrcweir	</templates>
45cdf0e10cSrcweir	<component>
46cdf0e10cSrcweir		<set oor:name="ScriptRuntimes" oor:node-type="RuntimeNode">
47cdf0e10cSrcweir			<info>
48*79bd3a34SMatthias Seidel			<desc xml:lang="x-no-translate"></desc>
49cdf0e10cSrcweir			<desc xml:lang="en-US">Lists the registered Scripting Framework runtimes.</desc>
50cdf0e10cSrcweir			</info>
51cdf0e10cSrcweir		</set>
52cdf0e10cSrcweir	</component>
53cdf0e10cSrcweir</oor:component-schema>
54