description.xml (760d135f) | description.xml (abfe7a5a) |
---|---|
1<?xml version="1.0" encoding="UTF-8"?> 2<!--*********************************************************** 3 * 4 * Licensed to the Apache Software Foundation (ASF) under one 5 * or more contributor license agreements. See the NOTICE file 6 * distributed with this work for additional information 7 * regarding copyright ownership. The ASF licenses this file 8 * to you under the Apache License, Version 2.0 (the --- 10 unchanged lines hidden (view full) --- 19 * under the License. 20 * 21 ***********************************************************--> 22<description 23 xmlns="http://openoffice.org/extensions/description/2006" 24 xmlns:d="http://openoffice.org/extensions/description/2006" 25 xmlns:xlink="http://www.w3.org/1999/xlink"> 26 | 1<?xml version="1.0" encoding="UTF-8"?> 2<!--*********************************************************** 3 * 4 * Licensed to the Apache Software Foundation (ASF) under one 5 * or more contributor license agreements. See the NOTICE file 6 * distributed with this work for additional information 7 * regarding copyright ownership. The ASF licenses this file 8 * to you under the Apache License, Version 2.0 (the --- 10 unchanged lines hidden (view full) --- 19 * under the License. 20 * 21 ***********************************************************--> 22<description 23 xmlns="http://openoffice.org/extensions/description/2006" 24 xmlns:d="http://openoffice.org/extensions/description/2006" 25 xmlns:xlink="http://www.w3.org/1999/xlink"> 26 |
27 <identifier value="UPDATED_IDENTIFIER"/> | 27 <identifier value="org.apache.openoffice.custom-tool-panel"/> |
28 <version value="0.1" /> 29 <platform value="UPDATED_SUPPORTED_PLATFORM" /> 30 <display-name> 31 <name>Custom Tool Panel Example</name> 32 </display-name> 33 <dependencies> | 28 <version value="0.1" /> 29 <platform value="UPDATED_SUPPORTED_PLATFORM" /> 30 <display-name> 31 <name>Custom Tool Panel Example</name> 32 </display-name> 33 <dependencies> |
34 <OpenOffice.org-minimal-version value="3.3" d:name="OpenOffice.org 3.3"/> | 34 <OpenOffice.org-minimal-version value="3.4" d:name="OpenOffice.org 3.4"/> |
35 </dependencies> 36</description> | 35 </dependencies> 36</description> |