Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/tempPatches/p2SourceFix.patch')
-rw-r--r--production/tempPatches/p2SourceFix.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/production/tempPatches/p2SourceFix.patch b/production/tempPatches/p2SourceFix.patch
index 375942ca0..f5d80c0c2 100644
--- a/production/tempPatches/p2SourceFix.patch
+++ b/production/tempPatches/p2SourceFix.patch
@@ -4,18 +4,18 @@ index a0d4b8b..b5bf2dd 100644
+++ features/org.eclipse.equinox.p2.sdk/feature.xml
@@ -20,7 +20,7 @@
</license>
-
+
<includes
- id="org.eclipse.equinox.p2.discovery.feature.source"
+ id="org.eclipse.equinox.p2.discovery.feature"
version="0.0.0"/>
-
+
<plugin
@@ -690,5 +690,26 @@
install-size="0"
version="0.0.0"
unpack="false"/>
-+
++
+ <plugin
+ id="org.eclipse.equinox.p2.discovery.source"
+ download-size="0"
@@ -36,5 +36,5 @@ index a0d4b8b..b5bf2dd 100644
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
-
+
</feature>

Back to the top