Blame SOURCES/remove-profiles.patch

9b2f7e
diff --git a/pom.xml b/pom.xml
9b2f7e
--- a/pom.xml
9b2f7e
+++ b/pom.xml
9b2f7e
@@ -99,95 +99,6 @@
9b2f7e
 			<url>${snapshot.repo}</url>
9b2f7e
 		</snapshotRepository>
9b2f7e
 	</distributionManagement>
9b2f7e
-	<profiles>
9b2f7e
-		<profile>
9b2f7e
-			<id>2019-03</id>
9b2f7e
-			<activation>
9b2f7e
-				<activeByDefault>true</activeByDefault>
9b2f7e
-			</activation>
9b2f7e
-			<build>
9b2f7e
-				<plugins>
9b2f7e
-					<plugin>
9b2f7e
-						<groupId>org.eclipse.tycho</groupId>
9b2f7e
-						<artifactId>target-platform-configuration</artifactId>
9b2f7e
-						<version>${tycho.version}</version>
9b2f7e
-						<configuration>
9b2f7e
-							<target>
9b2f7e
-								<artifact>
9b2f7e
-									<groupId>org.openjdk.jmc</groupId>
9b2f7e
-									<artifactId>platform-definition-2019-03</artifactId>
9b2f7e
-									<version>7.0.0-SNAPSHOT</version>
9b2f7e
-								</artifact>
9b2f7e
-							</target>
9b2f7e
-						</configuration>
9b2f7e
-					</plugin>
9b2f7e
-				</plugins>
9b2f7e
-			</build>
9b2f7e
-		</profile>
9b2f7e
-		<profile>
9b2f7e
-			<id>2018-12</id>
9b2f7e
-			<build>
9b2f7e
-				<plugins>
9b2f7e
-					<plugin>
9b2f7e
-						<groupId>org.eclipse.tycho</groupId>
9b2f7e
-						<artifactId>target-platform-configuration</artifactId>
9b2f7e
-						<version>${tycho.version}</version>
9b2f7e
-						<configuration>
9b2f7e
-							<target>
9b2f7e
-								<artifact>
9b2f7e
-									<groupId>org.openjdk.jmc</groupId>
9b2f7e
-									<artifactId>platform-definition-2018-12</artifactId>
9b2f7e
-									<version>7.0.0-SNAPSHOT</version>
9b2f7e
-								</artifact>
9b2f7e
-							</target>
9b2f7e
-						</configuration>
9b2f7e
-					</plugin>
9b2f7e
-				</plugins>
9b2f7e
-			</build>
9b2f7e
-		</profile>
9b2f7e
-		<profile>
9b2f7e
-			<id>2018-09</id>
9b2f7e
-			<build>
9b2f7e
-				<plugins>
9b2f7e
-					<plugin>
9b2f7e
-						<groupId>org.eclipse.tycho</groupId>
9b2f7e
-						<artifactId>target-platform-configuration</artifactId>
9b2f7e
-						<version>${tycho.version}</version>
9b2f7e
-						<configuration>
9b2f7e
-							<target>
9b2f7e
-								<artifact>
9b2f7e
-									<groupId>org.openjdk.jmc</groupId>
9b2f7e
-									<artifactId>platform-definition-2018-09</artifactId>
9b2f7e
-									<version>7.0.0-SNAPSHOT</version>
9b2f7e
-								</artifact>
9b2f7e
-							</target>
9b2f7e
-						</configuration>
9b2f7e
-					</plugin>
9b2f7e
-				</plugins>
9b2f7e
-			</build>
9b2f7e
-		</profile>
9b2f7e
-		<profile>
9b2f7e
-			<id>photon</id>
9b2f7e
-			<build>
9b2f7e
-				<plugins>
9b2f7e
-					<plugin>
9b2f7e
-						<groupId>org.eclipse.tycho</groupId>
9b2f7e
-						<artifactId>target-platform-configuration</artifactId>
9b2f7e
-						<version>${tycho.version}</version>
9b2f7e
-						<configuration>
9b2f7e
-							<target>
9b2f7e
-								<artifact>
9b2f7e
-									<groupId>org.openjdk.jmc</groupId>
9b2f7e
-									<artifactId>platform-definition-photon</artifactId>
9b2f7e
-									<version>7.0.0-SNAPSHOT</version>
9b2f7e
-								</artifact>
9b2f7e
-							</target>
9b2f7e
-						</configuration>
9b2f7e
-					</plugin>
9b2f7e
-				</plugins>
9b2f7e
-			</build>
9b2f7e
-		</profile>
9b2f7e
-	</profiles>
9b2f7e
 	<build>
9b2f7e
 		<plugins>
9b2f7e
 			<plugin>