summaryrefslogtreecommitdiff
path: root/smoketest/com/sun/star
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-04-21 12:05:47 +0200
committerDavid Tardon <dtardon@redhat.com>2013-04-21 17:44:22 +0200
commit940bc35696c9020c8afb134759eb6b7802df7246 (patch)
treeafda08b2d42184b0391c10a20362e8882a1f314d /smoketest/com/sun/star
parent14fb27c209d9d9cf8bd75f87005da8a0a42eeb8f (diff)
gbuild: use Extension
Change-Id: Ibbcf0ea1744090e0108faf2a617a96177e934aec
Diffstat (limited to 'smoketest/com/sun/star')
-rw-r--r--smoketest/com/sun/star/comp/smoketest/META-INF/manifest.xml (renamed from smoketest/com/sun/star/comp/smoketest/manifest.xml)0
-rw-r--r--smoketest/com/sun/star/comp/smoketest/description.xml26
2 files changed, 26 insertions, 0 deletions
diff --git a/smoketest/com/sun/star/comp/smoketest/manifest.xml b/smoketest/com/sun/star/comp/smoketest/META-INF/manifest.xml
index 0e730444291c..0e730444291c 100644
--- a/smoketest/com/sun/star/comp/smoketest/manifest.xml
+++ b/smoketest/com/sun/star/comp/smoketest/META-INF/manifest.xml
diff --git a/smoketest/com/sun/star/comp/smoketest/description.xml b/smoketest/com/sun/star/comp/smoketest/description.xml
new file mode 100644
index 000000000000..7d25919a5d72
--- /dev/null
+++ b/smoketest/com/sun/star/comp/smoketest/description.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * 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 .
+ -->
+
+<d:description xmlns:d="http://openoffice.org/extensions/description/2006">
+ <d:identifier value="smoketest.TestExtension"/>
+ <d:version value="1"/>
+ <d:dependencies>
+ <d:OpenOffice.org-minimal-version d:name="OpenOffice.org 2.3" value="2.3"/>
+ </d:dependencies>
+</d:description>