Bug 361901 - p2 metadata of org.eclipse.swt is incomplete

SWT build will control SWT qualifiers

Change-Id: I7620757592af4c75a34b4e1db0c592fedf348594
Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
diff --git a/bundles/binaries-parent/pom.xml b/bundles/binaries-parent/pom.xml
index f6ec0cc..6506c69 100644
--- a/bundles/binaries-parent/pom.xml
+++ b/bundles/binaries-parent/pom.xml
@@ -23,11 +23,21 @@
   <artifactId>binaries-parent</artifactId>
   <version>4.5.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-
+  <properties>
+    <forceContextQualifier>v20141119-1356</forceContextQualifier>
+  </properties>
   <build>
     <plugins>
       <plugin>
         <groupId>org.eclipse.tycho</groupId>
+        <artifactId>tycho-packaging-plugin</artifactId>
+        <version>${tycho.version}</version>
+        <configuration>
+          <forceContextQualifier>${forceContextQualifier}</forceContextQualifier>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.eclipse.tycho</groupId>
         <artifactId>target-platform-configuration</artifactId>
         <version>${tycho.version}</version>
         <configuration>
@@ -49,8 +59,8 @@
             <phase>initialize</phase>
             <configuration>
               <target>
-		<property name="copy.src.dir" value="src"/>
-		<ant antfile="build.xml" target="copy.${ws}.src"/>
+                <property name="copy.src.dir" value="src"/>
+                <ant antfile="build.xml" target="copy.${ws}.src"/>
               </target>
             </configuration>
             <goals>
@@ -62,26 +72,26 @@
           <dependency>
             <groupId>com.sun</groupId>
             <artifactId>tools</artifactId>
-            <version>0.0.0</version> 
+            <version>0.0.0</version>
             <scope>system</scope>
             <systemPath>${toolsjar}</systemPath>
-           </dependency>
-           <dependency>
-             <groupId>bsf</groupId>
-             <artifactId>bsf</artifactId>
-             <version>2.4.0</version>
-           </dependency>
-           <dependency>
-             <groupId>rhino</groupId>
-             <artifactId>js</artifactId>
-             <version>1.7R2</version>
-           </dependency>
-           <dependency>
-             <groupId>org.apache.ant</groupId>
-             <artifactId>ant-apache-bsf</artifactId>
-             <version>1.8.3</version>
-           </dependency>
-         </dependencies>
+          </dependency>
+          <dependency>
+            <groupId>bsf</groupId>
+            <artifactId>bsf</artifactId>
+            <version>2.4.0</version>
+          </dependency>
+          <dependency>
+            <groupId>rhino</groupId>
+            <artifactId>js</artifactId>
+            <version>1.7R2</version>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.ant</groupId>
+            <artifactId>ant-apache-bsf</artifactId>
+            <version>1.8.3</version>
+          </dependency>
+        </dependencies>
       </plugin>
     </plugins>
   </build>