Blame SOURCES/3-remove-profiles.patch

95ad29
diff -r c34e9deef71f pom.xml
95ad29
--- a/pom.xml	Fri Apr 17 15:53:00 2020 -0400
95ad29
+++ b/pom.xml	Fri Apr 17 16:01:41 2020 -0400
95ad29
@@ -105,137 +105,6 @@
95ad29
 			<url>${snapshot.repo}</url>
95ad29
 		</snapshotRepository>
95ad29
 	</distributionManagement>
95ad29
-	<profiles>
95ad29
-		<profile>
95ad29
-			<id>2019-09</id>
95ad29
-			<activation>
95ad29
-				<activeByDefault>true</activeByDefault>
95ad29
-			</activation>
95ad29
-			<build>
95ad29
-				<plugins>
95ad29
-					<plugin>
95ad29
-						<groupId>org.eclipse.tycho</groupId>
95ad29
-						<artifactId>target-platform-configuration</artifactId>
95ad29
-						<version>${tycho.version}</version>
95ad29
-						<configuration>
95ad29
-							<target>
95ad29
-								<artifact>
95ad29
-									<groupId>org.openjdk.jmc</groupId>
95ad29
-									<artifactId>platform-definition-2019-09</artifactId>
95ad29
-									<version>7.1.1-SNAPSHOT</version>
95ad29
-								</artifact>
95ad29
-							</target>
95ad29
-						</configuration>
95ad29
-					</plugin>
95ad29
-				</plugins>
95ad29
-			</build>
95ad29
-		</profile>
95ad29
-		<profile>
95ad29
-			<id>2019-06</id>
95ad29
-			<build>
95ad29
-				<plugins>
95ad29
-					<plugin>
95ad29
-						<groupId>org.eclipse.tycho</groupId>
95ad29
-						<artifactId>target-platform-configuration</artifactId>
95ad29
-						<version>${tycho.version}</version>
95ad29
-						<configuration>
95ad29
-							<target>
95ad29
-								<artifact>
95ad29
-									<groupId>org.openjdk.jmc</groupId>
95ad29
-									<artifactId>platform-definition-2019-06</artifactId>
95ad29
-									<version>7.1.1-SNAPSHOT</version>
95ad29
-								</artifact>
95ad29
-							</target>
95ad29
-						</configuration>
95ad29
-					</plugin>
95ad29
-				</plugins>
95ad29
-			</build>
95ad29
-		</profile>
95ad29
-		<profile>
95ad29
-			<id>2019-03</id>
95ad29
-			<build>
95ad29
-				<plugins>
95ad29
-					<plugin>
95ad29
-						<groupId>org.eclipse.tycho</groupId>
95ad29
-						<artifactId>target-platform-configuration</artifactId>
95ad29
-						<version>${tycho.version}</version>
95ad29
-						<configuration>
95ad29
-							<target>
95ad29
-								<artifact>
95ad29
-									<groupId>org.openjdk.jmc</groupId>
95ad29
-									<artifactId>platform-definition-2019-03</artifactId>
95ad29
-									<version>7.1.1-SNAPSHOT</version>
95ad29
-								</artifact>
95ad29
-							</target>
95ad29
-						</configuration>
95ad29
-					</plugin>
95ad29
-				</plugins>
95ad29
-			</build>
95ad29
-		</profile>
95ad29
-		<profile>
95ad29
-			<id>2018-12</id>
95ad29
-			<build>
95ad29
-				<plugins>
95ad29
-					<plugin>
95ad29
-						<groupId>org.eclipse.tycho</groupId>
95ad29
-						<artifactId>target-platform-configuration</artifactId>
95ad29
-						<version>${tycho.version}</version>
95ad29
-						<configuration>
95ad29
-							<target>
95ad29
-								<artifact>
95ad29
-									<groupId>org.openjdk.jmc</groupId>
95ad29
-									<artifactId>platform-definition-2018-12</artifactId>
95ad29
-									<version>7.1.1-SNAPSHOT</version>
95ad29
-								</artifact>
95ad29
-							</target>
95ad29
-						</configuration>
95ad29
-					</plugin>
95ad29
-				</plugins>
95ad29
-			</build>
95ad29
-		</profile>
95ad29
-		<profile>
95ad29
-			<id>2018-09</id>
95ad29
-			<build>
95ad29
-				<plugins>
95ad29
-					<plugin>
95ad29
-						<groupId>org.eclipse.tycho</groupId>
95ad29
-						<artifactId>target-platform-configuration</artifactId>
95ad29
-						<version>${tycho.version}</version>
95ad29
-						<configuration>
95ad29
-							<target>
95ad29
-								<artifact>
95ad29
-									<groupId>org.openjdk.jmc</groupId>
95ad29
-									<artifactId>platform-definition-2018-09</artifactId>
95ad29
-									<version>7.1.1-SNAPSHOT</version>
95ad29
-								</artifact>
95ad29
-							</target>
95ad29
-						</configuration>
95ad29
-					</plugin>
95ad29
-				</plugins>
95ad29
-			</build>
95ad29
-		</profile>
95ad29
-		<profile>
95ad29
-			<id>photon</id>
95ad29
-			<build>
95ad29
-				<plugins>
95ad29
-					<plugin>
95ad29
-						<groupId>org.eclipse.tycho</groupId>
95ad29
-						<artifactId>target-platform-configuration</artifactId>
95ad29
-						<version>${tycho.version}</version>
95ad29
-						<configuration>
95ad29
-							<target>
95ad29
-								<artifact>
95ad29
-									<groupId>org.openjdk.jmc</groupId>
95ad29
-									<artifactId>platform-definition-photon</artifactId>
95ad29
-									<version>7.1.1-SNAPSHOT</version>
95ad29
-								</artifact>
95ad29
-							</target>
95ad29
-						</configuration>
95ad29
-					</plugin>
95ad29
-				</plugins>
95ad29
-			</build>
95ad29
-		</profile>
95ad29
-	</profiles>
95ad29
 	<build>
95ad29
 		<plugins>
95ad29
 			<plugin>