#3 Add org.eclipse.equinox.executable for building RCP apps
Merged 5 years ago by mbooth. Opened 5 years ago by jerboaa.
rpms/ jerboaa/eclipse f28-equinox-exec  into  f28

file modified
+6 -1
@@ -54,7 +54,7 @@ 

  Summary:        An open, extensible IDE

  Name:           eclipse

  Version:        4.7.3a

- Release:        5%{?dist}

+ Release:        6%{?dist}

  License:        EPL

  URL:            http://www.eclipse.org/

  
@@ -691,6 +691,7 @@ 

  %mvn_package "::jar:sources{,-feature}:" sdk

  %mvn_package ":org.eclipse.jdt.doc.isv" sdk

  %mvn_package ":org.eclipse.platform.doc.isv" sdk

+ %mvn_package ":org.eclipse.equinox.executable" sdk

  %mvn_package "org.eclipse.jdt{,.feature}:" jdt

  %mvn_package ":org.eclipse.ant.{launching,ui}" jdt

  %mvn_package ":org.eclipse.equinox.p2.discovery.{feature,compatibility}" p2-discovery
@@ -872,6 +873,7 @@ 

    fi

  done

  

+ 

  # Install Maven metadata for Equinox HTTP Servlet

  JAR=%{buildroot}%{_eclipsedir}/plugins/org.eclipse.equinox.http.servlet_*.jar

  VER=$(echo $JAR | sed -e "s/.*_\(.*\)\.jar/\1/")
@@ -1131,6 +1133,9 @@ 

  %{_eclipsedir}/plugins/org.eclipse.osgi.util_*

  

  %changelog

+ * Wed Dec 05 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:4.7.3a-6

+ - Add org.eclipse.equinox.executable for building RCP apps

+ 

  * Mon May 21 2018 Mat Booth <mat.booth@redhat.com> - 1:4.7.3a-5

  - Try to fix arm platform launcher build

  

This allows one to build RCP apps like JMC currently in review here:
https://bugzilla.redhat.com/show_bug.cgi?id=1649552

Scratch build with this:
https://koji.fedoraproject.org/koji/taskinfo?taskID=31291297

Thoughts?

Pull-Request has been merged by mbooth

5 years ago

LGTM, merged.

Please feel free to build and submit an update :-)

Metadata