diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2020-01-02 11:19:08 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2020-01-02 11:19:08 +0000 |
commit | ec45db21d54b46f0465611d418736dfe4d104dec (patch) | |
tree | 5892c947d7bfcd08dfca64745ea7321551c78307 /java/eclipse/files/patch-eclipse.platform.team | |
parent | Attempt to fix build after removal of Linux c6. (diff) |
java/eclipse: upgrade 4.12 -> 4.14
PR: 243017
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Relnotes: https://www.eclipse.org/eclipseide/2019-12/noteworthy/
Notes
Notes:
svn path=/head/; revision=521829
Diffstat (limited to 'java/eclipse/files/patch-eclipse.platform.team')
-rw-r--r-- | java/eclipse/files/patch-eclipse.platform.team | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/java/eclipse/files/patch-eclipse.platform.team b/java/eclipse/files/patch-eclipse.platform.team index 2786856d7d98..059f21aedb62 100644 --- a/java/eclipse/files/patch-eclipse.platform.team +++ b/java/eclipse/files/patch-eclipse.platform.team @@ -68,7 +68,7 @@ diff -ru eclipse.platform.team/bundles/org.eclipse.core.net.freebsd.amd64/META-I Bundle-Localization: fragment -Bundle-SymbolicName: org.eclipse.core.net.linux.x86_64;singleton:=true +Bundle-SymbolicName: org.eclipse.core.net.freebsd.amd64;singleton:=true - Bundle-Version: 1.2.300.qualifier + Bundle-Version: 1.2.400.qualifier Fragment-Host: org.eclipse.core.net;bundle-version="1.1.0" -Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=x86_64)) +Eclipse-PlatformFilter: (& (osgi.os=freebsd) (osgi.arch=amd64)) @@ -84,10 +84,10 @@ diff -ru eclipse.platform.team/bundles/org.eclipse.core.net.freebsd.amd64/pom.xm <groupId>org.eclipse.core</groupId> - <artifactId>org.eclipse.core.net.linux.x86_64</artifactId> + <artifactId>org.eclipse.core.net.freebsd.amd64</artifactId> - <version>1.2.300-SNAPSHOT</version> + <version>1.2.400-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> -@@ -30,9 +30,9 @@ +@@ -34,9 +34,9 @@ <configuration> <environments> <environment> @@ -99,7 +99,7 @@ diff -ru eclipse.platform.team/bundles/org.eclipse.core.net.freebsd.amd64/pom.xm </environment> </environments> </configuration> -@@ -47,7 +47,7 @@ +@@ -51,7 +51,7 @@ <property> <!-- This has to be hardcoded. Profiles are not allowed to use pom defined properties :-( --> <name>native</name> @@ -108,7 +108,7 @@ diff -ru eclipse.platform.team/bundles/org.eclipse.core.net.freebsd.amd64/pom.xm </property> </activation> <build> -@@ -60,9 +60,9 @@ +@@ -64,9 +64,9 @@ <phase>process-resources</phase> <configuration> <target> |