From c701c5e663f327ae421929c67a8bd07990e900a9 Mon Sep 17 00:00:00 2001 From: Miro Richard Eklund Date: Mon, 14 Aug 2017 15:06:40 +0300 Subject: [PATCH] Removed unnecessary oxygen-specific feature org.simantics.desktop.product.oxygen.feature is no longer needed, as every plugin it includes is already included by other features in the base "org.simantics.desktop.product.feature". Amend: Updated pom.xml (refs #7358) Change-Id: I25ebe7153cd5ca683908311d04b38eb73a5b6c02 --- .../.project | 17 --- .../build.properties | 1 - .../feature.xml | 103 -------------- features/pom.xml | 1 - .../simantics-desktop.product | 127 +++++++++--------- 5 files changed, 63 insertions(+), 186 deletions(-) delete mode 100644 features/org.simantics.desktop.product.oxygen.feature/.project delete mode 100644 features/org.simantics.desktop.product.oxygen.feature/build.properties delete mode 100644 features/org.simantics.desktop.product.oxygen.feature/feature.xml diff --git a/features/org.simantics.desktop.product.oxygen.feature/.project b/features/org.simantics.desktop.product.oxygen.feature/.project deleted file mode 100644 index cbecb48b2..000000000 --- a/features/org.simantics.desktop.product.oxygen.feature/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - org.simantics.desktop.product.oxygen.feature - - - - - - org.eclipse.pde.FeatureBuilder - - - - - - org.eclipse.pde.FeatureNature - - diff --git a/features/org.simantics.desktop.product.oxygen.feature/build.properties b/features/org.simantics.desktop.product.oxygen.feature/build.properties deleted file mode 100644 index 64f93a9f0..000000000 --- a/features/org.simantics.desktop.product.oxygen.feature/build.properties +++ /dev/null @@ -1 +0,0 @@ -bin.includes = feature.xml diff --git a/features/org.simantics.desktop.product.oxygen.feature/feature.xml b/features/org.simantics.desktop.product.oxygen.feature/feature.xml deleted file mode 100644 index f467a77ac..000000000 --- a/features/org.simantics.desktop.product.oxygen.feature/feature.xml +++ /dev/null @@ -1,103 +0,0 @@ - - - - - [Enter Feature Description here.] - - - - [Enter Copyright Description here.] - - - - [Enter License Description here.] - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/features/pom.xml b/features/pom.xml index 29e1139de..2ccc30377 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -113,7 +113,6 @@ org.simantics.db.services.feature org.simantics.desktop.feature org.simantics.desktop.product.feature - org.simantics.desktop.product.oxygen.feature org.simantics.document.base.feature org.simantics.document.linking.feature org.simantics.document.swt.feature diff --git a/releng/org.simantics.desktop.rcp.product/simantics-desktop.product b/releng/org.simantics.desktop.rcp.product/simantics-desktop.product index 5639c6472..a8daea6cd 100644 --- a/releng/org.simantics.desktop.rcp.product/simantics-desktop.product +++ b/releng/org.simantics.desktop.rcp.product/simantics-desktop.product @@ -1,27 +1,27 @@ - - - - - - - - - The desktop environment for Simantics products. - - - - - - - + + + + + + + + + The desktop environment for Simantics products. + + + + + + + --launcher.XXMaxPermSize 192m -fixerrors -data @noDefault -cssTheme -org.eclipse.e4.ui.css.theme.e4_classic - +org.eclipse.e4.ui.css.theme.e4_classic + -ea -Xmx500M -Xshare:off @@ -30,49 +30,48 @@ org.eclipse.e4.ui.css.theme.e4_classic -Dorg.simantics.workbench.application.showPerspectiveBar=false -Dorg.simantics.workbench.application.excludePerspectiveFromTitle=true -Djava.util.Arrays.useLegacyMergeSort=true --Declipse.workaround.bug467000=true - - -Dorg.osgi.framework.os.name=win32 - - - - - - - - - - - - - org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8 - - - - http://www.eclipse.org/legal/epl-v10.html - - - - - - - - - - - - - - - - - - - - - - - - - - +-Declipse.workaround.bug467000=true + + -Dorg.osgi.framework.os.name=win32 + + + + + + + + + + + + + org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8 + + + + http://www.eclipse.org/legal/epl-v10.html + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.43.2