From b5802ca4cfd6bdbb00b3e7ce1b184d3309ff1931 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Sat, 6 Jan 2018 15:13:53 +0100 Subject: [PATCH] Better separate various UI platforms. Reintroduce RCP. --- META-INF/spring/distribution.xml | 38 ++++++++++++++++--- .../{eclipse.rap.xml => eclipse.rap.e3.xml} | 0 META-INF/spring/eclipse.rcp.e4.xml | 37 ++++++++++++++++++ 3 files changed, 70 insertions(+), 5 deletions(-) rename META-INF/spring/{eclipse.rap.xml => eclipse.rap.e3.xml} (100%) create mode 100644 META-INF/spring/eclipse.rcp.e4.xml diff --git a/META-INF/spring/distribution.xml b/META-INF/spring/distribution.xml index 0ba924e..382236b 100644 --- a/META-INF/spring/distribution.xml +++ b/META-INF/spring/distribution.xml @@ -14,11 +14,11 @@ - + - + @@ -61,7 +61,7 @@ - + @@ -71,12 +71,12 @@ - + - + @@ -111,6 +111,26 @@ + + + + + + + + + + + + + + + + + + @@ -162,6 +182,14 @@ + + + + + + + + diff --git a/META-INF/spring/eclipse.rap.xml b/META-INF/spring/eclipse.rap.e3.xml similarity index 100% rename from META-INF/spring/eclipse.rap.xml rename to META-INF/spring/eclipse.rap.e3.xml diff --git a/META-INF/spring/eclipse.rcp.e4.xml b/META-INF/spring/eclipse.rcp.e4.xml new file mode 100644 index 0000000..d149bf4 --- /dev/null +++ b/META-INF/spring/eclipse.rcp.e4.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- 2.30.2