Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-01-22 13:16:32 +0000
committerSravan Kumar Lakkimsetti2021-03-12 11:41:55 +0000
commit2b2339d2a01b89d9a44f6cb9cf26d7c89b115817 (patch)
tree346a3c1addffb152c7ce6a06fc962e36b5420725
parent7195100486039f73577d558973de39d74c11542b (diff)
downloadeclipse.platform.resources-2b2339d2a01b89d9a44f6cb9cf26d7c89b115817.tar.gz
eclipse.platform.resources-2b2339d2a01b89d9a44f6cb9cf26d7c89b115817.tar.xz
eclipse.platform.resources-2b2339d2a01b89d9a44f6cb9cf26d7c89b115817.zip
Change-Id: I80ac41782765a78494207b1b637c968f46a80526 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--bundles/org.eclipse.core.filesystem.macosx/META-INF/MANIFEST.MF4
-rw-r--r--bundles/org.eclipse.core.filesystem.macosx/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.core.filesystem.macosx/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.filesystem.macosx/META-INF/MANIFEST.MF
index 6308eb6fe..a7fa80012 100644
--- a/bundles/org.eclipse.core.filesystem.macosx/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.core.filesystem.macosx/META-INF/MANIFEST.MF
@@ -2,8 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %fragmentName
Bundle-SymbolicName: org.eclipse.core.filesystem.macosx; singleton:=true
-Bundle-Version: 1.3.200.qualifier
+Bundle-Version: 1.3.300.qualifier
Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.core.filesystem;bundle-version="[1.7.200,2.0.0)"
Bundle-Localization: fragment
-Eclipse-PlatformFilter: (& (osgi.os=macosx) (osgi.arch=x86_64))
+Eclipse-PlatformFilter: (& (osgi.os=macosx) (|(osgi.arch=x86_64)(osgi.arch=arm64)) )
diff --git a/bundles/org.eclipse.core.filesystem.macosx/pom.xml b/bundles/org.eclipse.core.filesystem.macosx/pom.xml
index 10f96d7d2..b9831b243 100644
--- a/bundles/org.eclipse.core.filesystem.macosx/pom.xml
+++ b/bundles/org.eclipse.core.filesystem.macosx/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.filesystem.macosx</artifactId>
- <version>1.3.200-SNAPSHOT</version>
+ <version>1.3.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>

Back to the top