summaryrefslogtreecommitdiff
path: root/java/eclipse/files/patch-eclipse-platform-parent
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2019-04-14 09:14:32 +0000
committerKurt Jaeger <pi@FreeBSD.org>2019-04-14 09:14:32 +0000
commit765525b60a7094d21911f9cf3bca389d03aca79f (patch)
treefed51259f984e2e19a3483723393a0b30bdace58 /java/eclipse/files/patch-eclipse-platform-parent
parentnet/radvd: Update to 2.18 (diff)
java/eclipse: update 4.6 -> 4.11, submitter becomes maintainer
- port is rewritten from scratch - Warning: UI widgets are oddly sized, currently under investigation PR: 236792 Submitted by: Jonathan Chen <jonc@chen.org.nz> Reviewed by: mizhka@gmail.com, Curtis Hamilton Approved by: ljboiler@gmail.com (maintainer timeout) Relnotes: https://www.eclipse.org/eclipseide/2019-03/noteworthy/
Notes
Notes: svn path=/head/; revision=498880
Diffstat (limited to 'java/eclipse/files/patch-eclipse-platform-parent')
-rw-r--r--java/eclipse/files/patch-eclipse-platform-parent52
1 files changed, 52 insertions, 0 deletions
diff --git a/java/eclipse/files/patch-eclipse-platform-parent b/java/eclipse/files/patch-eclipse-platform-parent
new file mode 100644
index 000000000000..76753df29356
--- /dev/null
+++ b/java/eclipse/files/patch-eclipse-platform-parent
@@ -0,0 +1,52 @@
+diff -ru eclipse-platform-parent/pom.xml eclipse-platform-parent/pom.xml
+--- eclipse-platform-parent/pom.xml 0000-00-00 00:00:00.000000000 +0000
++++ eclipse-platform-parent/pom.xml 0000-00-00 00:00:00.000000000 +0000
+@@ -89,9 +89,9 @@
+ 'eclipiserun-repo' repository, such as for computing .api-descriptions and
+ generating API Tools reports.
+ -->
+- <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.11-I-builds/</eclipserun-repo>
++ <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.11/</eclipserun-repo>
+
+- <comparator.repo>http://download.eclipse.org/eclipse/updates/4.11-I-builds</comparator.repo>
++ <comparator.repo>http://download.eclipse.org/eclipse/updates/4.11</comparator.repo>
+
+ <!--
+ NOTE: this EMF and ECF URL must match exactly what is in the eclipse-sdk-prereqs.target file.
+@@ -100,7 +100,7 @@
+ it).
+ And, of course, in the PDE target file, the URL is expected to be the actual URL, not a variable.
+ -->
+- <emf-repo.url>http://download.eclipse.org/modeling/emf/emf/builds/milestone/S201903030654/</emf-repo.url>
++ <emf-repo.url>http://download.eclipse.org/modeling/emf/emf/builds/release/2.17/</emf-repo.url>
+
+ <ecf-repo.url>http://download.eclipse.org/rt/ecf/3.14.4/site.p2/</ecf-repo.url>
+
+@@ -262,14 +262,14 @@
+ </target>
+ <environments>
+ <environment>
+- <os>linux</os>
++ <os>freebsd</os>
+ <ws>gtk</ws>
+- <arch>x86_64</arch>
++ <arch>amd64</arch>
+ </environment>
+ <environment>
+- <os>linux</os>
++ <os>freebsd</os>
+ <ws>gtk</ws>
+- <arch>ppc64le</arch>
++ <arch>powerpc64</arch>
+ </environment>
+ <environment>
+ <os>win32</os>
+@@ -639,7 +639,7 @@
+ For maintenance streams should always be "M-builds".
+ Ideally, this value would be provided by the environment, see bug 489789.
+ -->
+- <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.11-I-builds</eclipse-p2-repo.url>
++ <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.11</eclipse-p2-repo.url>
+ </properties>
+ <repositories>
+ <repository>