1*05d4bf7cSAndrew Rist<?xml version="1.0" encoding="UTF-8"?> 279afff86SAndrew Rist<!--*********************************************************** 379afff86SAndrew Rist * 479afff86SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 579afff86SAndrew Rist * or more contributor license agreements. See the NOTICE file 679afff86SAndrew Rist * distributed with this work for additional information 779afff86SAndrew Rist * regarding copyright ownership. The ASF licenses this file 879afff86SAndrew Rist * to you under the Apache License, Version 2.0 (the 979afff86SAndrew Rist * "License"); you may not use this file except in compliance 1079afff86SAndrew Rist * with the License. You may obtain a copy of the License at 1179afff86SAndrew Rist * 1279afff86SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 1379afff86SAndrew Rist * 1479afff86SAndrew Rist * Unless required by applicable law or agreed to in writing, 1579afff86SAndrew Rist * software distributed under the License is distributed on an 1679afff86SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 1779afff86SAndrew Rist * KIND, either express or implied. See the License for the 1879afff86SAndrew Rist * specific language governing permissions and limitations 1979afff86SAndrew Rist * under the License. 2079afff86SAndrew Rist * 2179afff86SAndrew Rist ***********************************************************--> 2279afff86SAndrew Rist 23*05d4bf7cSAndrew Rist 2454befb6bSJürgen Schmidt<!--*********************************************************** 2554befb6bSJürgen Schmidt * 2654befb6bSJürgen Schmidt * Licensed to the Apache Software Foundation (ASF) under one 2754befb6bSJürgen Schmidt * or more contributor license agreements. See the NOTICE file 2854befb6bSJürgen Schmidt * distributed with this work for additional information 2954befb6bSJürgen Schmidt * regarding copyright ownership. The ASF licenses this file 3054befb6bSJürgen Schmidt * to you under the Apache License, Version 2.0 (the 3154befb6bSJürgen Schmidt * "License"); you may not use this file except in compliance 3254befb6bSJürgen Schmidt * with the License. You may obtain a copy of the License at 3354befb6bSJürgen Schmidt * 3454befb6bSJürgen Schmidt * http://www.apache.org/licenses/LICENSE-2.0 3554befb6bSJürgen Schmidt * 3654befb6bSJürgen Schmidt * Unless required by applicable law or agreed to in writing, 3754befb6bSJürgen Schmidt * software distributed under the License is distributed on an 3854befb6bSJürgen Schmidt * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 3954befb6bSJürgen Schmidt * KIND, either express or implied. See the License for the 4054befb6bSJürgen Schmidt * specific language governing permissions and limitations 4154befb6bSJürgen Schmidt * under the License. 4254befb6bSJürgen Schmidt * 4354befb6bSJürgen Schmidt ***********************************************************--> 44cdf0e10cSrcweir<!DOCTYPE local [ 45cdf0e10cSrcweir <!ENTITY ProductName "Object Inspector"> 46cdf0e10cSrcweir <!ENTITY ProductVersion "0.8"> 47cdf0e10cSrcweir]> 48cdf0e10cSrcweir<oor:component-data 49cdf0e10cSrcweir xmlns:oor="http://openoffice.org/2001/registry" 50cdf0e10cSrcweir xmlns:xs="http://www.w3.org/2001/XMLSchema" 51cdf0e10cSrcweir oor:name="ObjectInspector" oor:package="org.openoffice.inspector"> 52cdf0e10cSrcweir <prop oor:name="Language" oor:type="xs:string"> 53cdf0e10cSrcweir <value>Java</value> 54cdf0e10cSrcweir </prop> 55cdf0e10cSrcweir <prop oor:name="SDKPath" oor:type="xs:string"> 56cdf0e10cSrcweir <value></value> 57cdf0e10cSrcweir </prop> 58cdf0e10cSrcweir 59cdf0e10cSrcweir</oor:component-data> 60cdf0e10cSrcweir 61