Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Green2011-10-20 17:01:44 +0000
committerDavid Green2011-10-25 23:18:02 +0000
commit6f31c2ef58be9ecea5ca50e3077b195ad24e9fcb (patch)
treeca6a0c30ce387d1671ce0663b9bd8e448326938e /org.eclipse.mylyn.sandbox.search-feature
parent851f6269271d9763232520f6fc71ef2acf6c1350 (diff)
downloadorg.eclipse.mylyn.incubator-6f31c2ef58be9ecea5ca50e3077b195ad24e9fcb.tar.gz
org.eclipse.mylyn.incubator-6f31c2ef58be9ecea5ca50e3077b195ad24e9fcb.tar.xz
org.eclipse.mylyn.incubator-6f31c2ef58be9ecea5ca50e3077b195ad24e9fcb.zip
NEW - bug 361466: ensure that desktop search feature is installable on
Linux and Mac https://bugs.eclipse.org/bugs/show_bug.cgi?id=361466
Diffstat (limited to 'org.eclipse.mylyn.sandbox.search-feature')
-rw-r--r--org.eclipse.mylyn.sandbox.search-feature/feature.xml71
1 files changed, 37 insertions, 34 deletions
diff --git a/org.eclipse.mylyn.sandbox.search-feature/feature.xml b/org.eclipse.mylyn.sandbox.search-feature/feature.xml
index 83623006..df22d700 100644
--- a/org.eclipse.mylyn.sandbox.search-feature/feature.xml
+++ b/org.eclipse.mylyn.sandbox.search-feature/feature.xml
@@ -1,34 +1,37 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.mylyn.sandbox.search"
- label="%featureName"
- version="3.7.0.qualifier"
- provider-name="%providerName"
- plugin="org.eclipse.mylyn">
-
- <description url="http://eclipse.org/mylyn">
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="license.html">
- %license
- </license>
-
- <plugin
- id="org.eclipse.mylyn.sandbox.search.ui"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.mylyn.sandbox.search.ui.windows"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-</feature>
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.mylyn.sandbox.search"
+ label="%featureName"
+ version="3.7.0.qualifier"
+ provider-name="%providerName"
+ plugin="org.eclipse.mylyn">
+
+ <description url="http://eclipse.org/mylyn">
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="license.html">
+ %license
+ </license>
+
+ <plugin
+ id="org.eclipse.mylyn.sandbox.search.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.mylyn.sandbox.search.ui.windows"
+ os="win32"
+ arch="x86,x86_64"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top