Blame SOURCES/0004-Add-parent-pom-for-old-tycho-pomless.patch

e1005f
From 1373863303582bd46daea47db219506c0fbebcee Mon Sep 17 00:00:00 2001
e1005f
From: Mat Booth <mat.booth@redhat.com>
e1005f
Date: Wed, 13 May 2020 15:24:34 +0100
e1005f
Subject: [PATCH 4/4] Add parent pom for old tycho-pomless
e1005f
e1005f
---
e1005f
 eclipse.platform.resources/bundles/pom.xml | 12 ++++++++++++
e1005f
 1 file changed, 12 insertions(+)
e1005f
 create mode 100644 eclipse.platform.resources/bundles/pom.xml
e1005f
e1005f
diff --git a/eclipse.platform.resources/bundles/pom.xml b/eclipse.platform.resources/bundles/pom.xml
e1005f
new file mode 100644
e1005f
index 000000000..44a2f411b
e1005f
--- /dev/null
e1005f
+++ b/eclipse.platform.resources/bundles/pom.xml
e1005f
@@ -0,0 +1,12 @@
e1005f
+<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">
e1005f
+  <modelVersion>4.0.0</modelVersion>
e1005f
+  <parent>
e1005f
+    <artifactId>eclipse.platform.resources</artifactId>
e1005f
+    <groupId>eclipse.platform.resources</groupId>
e1005f
+    <version>4.15.0-SNAPSHOT</version>
e1005f
+    <relativePath>..</relativePath>
e1005f
+  </parent>
e1005f
+  <groupId>eclipse.platform.resources</groupId>
e1005f
+  <artifactId>eclipse.platform.resources-bundles</artifactId>
e1005f
+  <packaging>pom</packaging>
e1005f
+</project>
e1005f
-- 
e1005f
2.26.2
e1005f