RESOLVED - bug 361466: ensure that desktop search feature is installable
on Linux and Mac 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=361466

Change-Id: Ib9b5b7715b6bd49a988ba0b7575dc34ca5ffdfe3
diff --git a/org.eclipse.mylyn.sandbox.search-feature/feature.xml b/org.eclipse.mylyn.sandbox.search-feature/feature.xml
index df90b61..39b3d8b 100644
--- a/org.eclipse.mylyn.sandbox.search-feature/feature.xml
+++ b/org.eclipse.mylyn.sandbox.search-feature/feature.xml
@@ -28,7 +28,6 @@
    <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"
diff --git a/org.eclipse.mylyn.sandbox.search-feature/pom.xml b/org.eclipse.mylyn.sandbox.search-feature/pom.xml
index abc807a..9a9c3b0 100644
--- a/org.eclipse.mylyn.sandbox.search-feature/pom.xml
+++ b/org.eclipse.mylyn.sandbox.search-feature/pom.xml
@@ -12,27 +12,4 @@
   <artifactId>org.eclipse.mylyn.sandbox.search</artifactId>
   <version>3.7.0-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>target-platform-configuration</artifactId>
-        <version>${tycho-version}</version>
-        <configuration>
-          <environments>
-            <environment>
-              <os>win32</os>
-              <ws>win32</ws>
-              <arch>x86</arch>
-            </environment>
-            <environment>
-              <os>win32</os>
-              <ws>win32</ws>
-              <arch>x86_64</arch>
-            </environment>
-          </environments>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>