Bug 577391 - org.eclipse.swt/pom.xml grows on every build since
I20211116-0600

Change-Id: I249711d0db042dea363f59382827a53d6adc3122
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.swt.binaries/+/187999
Reviewed-by: Andrey Loskutov <loskutov@gmx.de>
diff --git a/bundles/binaries-parent/pom.xml b/bundles/binaries-parent/pom.xml
index 2fbe952..ebbc05b 100644
--- a/bundles/binaries-parent/pom.xml
+++ b/bundles/binaries-parent/pom.xml
@@ -10,412 +10,94 @@
 # Contributors:
 #     Krzysztof Daniel, Red Hat, Inc. - initial API and implementation
 ###############################################################################
---><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-                    
-    
-    
-    
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
-                    
-    
-    
-    
     <parent>
-                                        
-        
-        
-        
         <artifactId>eclipse.platform.swt.binaries</artifactId>
-                                        
-        
-        
-        
         <groupId>eclipse.platform.swt.binaries</groupId>
-                                        
-        
-        
-        
         <version>4.22.0-SNAPSHOT</version>
-                                        
-        
-        
-        
         <relativePath>../../</relativePath>
-                                    
-    
-    
-    
     </parent>
-                      
-    
-    
-    
-    
+
     <groupId>eclipse.platform.swt.binaries</groupId>
-                    
-    
-    
-    
     <artifactId>binaries-parent</artifactId>
-                    
-    
-    
-    
     <packaging>pom</packaging>
-                      
-    
-    
-    
-    
+
     <properties>
-                                        
-        
-        
+        <!-- 
+            forceContextQualifier gets updated during build input process using
+            ant script <SWT source repo>/bundles/org.eclipse.swt/buildInternal.xml 
+        -->
         
         <forceContextQualifier>v20211122-1144</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>
-                                                                                                    
-                    
-                    
-                    
                     <dependency-resolution>
-                                                                                                                        
-                        
-                        
-                        
                         <profileProperties>
-                                                                                                                                            
-                            
-                            
-                            
                             <!-- set property so that the filter condition on the p2 dependencies from org.eclipse.swt to the fragments does not match -->
-                                                                                                                                            
-                            
-                            
-                            
                             <org.eclipse.swt.buildtime>true</org.eclipse.swt.buildtime>
-                                                                                                                                        
-                        
-                        
-                        
                         </profileProperties>
-                                                                                                                    
-                    
-                    
-                    
                     </dependency-resolution>
-                                                                                                    
-                    
-                    
-                    
                     <environments>
-                                                                                                                        
-                        
-                        
-                        
                         <environment>
-                                                                                                                                            
-                            
-                            
-                            
                             <os>${os}</os>
-                                                                                                                                            
-                            
-                            
-                            
                             <ws>${ws}</ws>
-                                                                                                                                            
-                            
-                            
-                            
                             <arch>${arch}</arch>
-                                                                                                                                        
-                        
-                        
-                        
                         </environment>
-                                                                                                                    
-                    
-                    
-                    
                     </environments>
-                                                                                                
-                
-                
-                
                 </configuration>
-                                                                            
-            
-            
-            
             </plugin>
-                                                            
-            
-            
-            
             <plugin>
-                                                                                
-                
-                
-                
                 <artifactId>maven-antrun-plugin</artifactId>
-                                                                                
-                
-                
-                
                 <executions>
-                                                                                                    
-                    
-                    
-                    
                     <execution>
-                                                                                                                        
-                        
-                        
-                        
                         <id>normal</id>
-                                                                                                                        
-                        
-                        
-                        
                         <phase>initialize</phase>
-                                                                                                                        
-                        
-                        
-                        
                         <configuration>
-                                                                                                                                            
-                            
-                            
-                            
                             <target>
-                                                                                                                                                                
-                                
-                                
-                                
                                 <property name="copy.src.dir" value="src"/>
-                                                                                                                                                                
-                                
-                                
-                                
                                 <ant antfile="build.xml" target="copy.${ws}.src"/>
-                                                                                                                                                            
-                            
-                            
-                            
                             </target>
-                                                                                                                                        
-                        
-                        
-                        
                         </configuration>
-                                                                                                                        
-                        
-                        
-                        
                         <goals>
-                                                                                                                                            
-                            
-                            
-                            
                             <goal>run</goal>
-                                                                                                                                        
-                        
-                        
-                        
                         </goals>
-                                                                                                                    
-                    
-                    
-                    
                     </execution>
-                                                                                                
-                
-                
-                
                 </executions>
-                                                                                
-                
-                
-                
                 <dependencies>
-                                                                                                    
-                    
-                    
-                    
                     <dependency>
-                                                                                                                        
-                        
-                        
-                        
                         <groupId>org.mozilla</groupId>
-                                                                                                                        
-                        
-                        
-                        
                         <artifactId>rhino-runtime</artifactId>
-                                                                                                                        
-                        
-                        
-                        
                         <version>1.7.13</version>
-                                                                                                                    
-                    
-                    
-                    
                     </dependency>
-                                                                                                    
-                    
-                    
-                    
                     <dependency>
-                                                                                                                        
-                        
-                        
-                        
                         <groupId>org.apache.ant</groupId>
-                                                                                                                        
-                        
-                        
-                        
                         <artifactId>ant</artifactId>
-                                                                                                                        
-                        
-                        
-                        
                         <version>1.10.12</version>
-                                                                                                                    
-                    
-                    
-                    
                     </dependency>
-                                                                                                    
-                    
-                    
-                    
                     <dependency>
-                                                                                                                        
-                        
-                        
-                        
                         <groupId>org.apache.ant</groupId>
-                                                                                                                        
-                        
-                        
-                        
                         <artifactId>ant-apache-bsf</artifactId>
-                                                                                                                        
-                        
-                        
-                        
                         <version>1.10.12</version>
-                                                                                                                    
-                    
-                    
-                    
                     </dependency>
-                                                                                                
-                
-                
-                
                 </dependencies>
-                                                                            
-            
-            
-            
             </plugin>
-                                                        
-        
-        
-        
         </plugins>
-                                    
-    
-    
-    
     </build>
-                
-
-
-
 </project>