From eec34a70b40b50f892b55874595f1f3f9804d59b Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Wed, 1 Feb 2017 15:34:24 +0200 Subject: [PATCH] Included Simantics-Desktop product into the platform build. refs #6879 (cherry picked from commit bbfe1e9397f60e9d31b3c3fc363c0866a3cf8a79) --- .../feature.xml | 2 +- features/pom.xml | 1 + .../.project | 11 +++++ .../org.simantics.desktop.rcp.product/pom.xml | 48 +++++++++++++++++++ .../simantics-desktop.product | 4 +- releng/pom.xml | 3 +- 6 files changed, 65 insertions(+), 4 deletions(-) create mode 100644 releng/org.simantics.desktop.rcp.product/.project create mode 100644 releng/org.simantics.desktop.rcp.product/pom.xml rename {bundles/org.simantics.desktop.product => releng/org.simantics.desktop.rcp.product}/simantics-desktop.product (82%) diff --git a/features/org.simantics.desktop.product.feature/feature.xml b/features/org.simantics.desktop.product.feature/feature.xml index 48a5e13a5..9bd6f1eda 100644 --- a/features/org.simantics.desktop.product.feature/feature.xml +++ b/features/org.simantics.desktop.product.feature/feature.xml @@ -1,6 +1,6 @@ diff --git a/features/pom.xml b/features/pom.xml index 6f2597dbf..e9b025267 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -109,6 +109,7 @@ org.simantics.db.client.feature org.simantics.db.services.feature org.simantics.desktop.feature + org.simantics.desktop.product.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/.project b/releng/org.simantics.desktop.rcp.product/.project new file mode 100644 index 000000000..2ff298bc4 --- /dev/null +++ b/releng/org.simantics.desktop.rcp.product/.project @@ -0,0 +1,11 @@ + + + org.simantics.desktop.rcp.product + + + + + + + + diff --git a/releng/org.simantics.desktop.rcp.product/pom.xml b/releng/org.simantics.desktop.rcp.product/pom.xml new file mode 100644 index 000000000..ccee59257 --- /dev/null +++ b/releng/org.simantics.desktop.rcp.product/pom.xml @@ -0,0 +1,48 @@ + + + 4.0.0 + org.simantics + org.simantics.desktop.rcp.product + 1.0.0-SNAPSHOT + eclipse-repository + + + org.simantics + org.simantics.root.releng + 1.0.0-SNAPSHOT + + + + + + org.eclipse.tycho + tycho-p2-repository-plugin + ${tycho.version} + + true + + + + org.eclipse.tycho + tycho-p2-director-plugin + ${tycho.version} + + + materialize-products + + materialize-products + + + + archive-products + + archive-products + + + + + + + + diff --git a/bundles/org.simantics.desktop.product/simantics-desktop.product b/releng/org.simantics.desktop.rcp.product/simantics-desktop.product similarity index 82% rename from bundles/org.simantics.desktop.product/simantics-desktop.product rename to releng/org.simantics.desktop.rcp.product/simantics-desktop.product index 892730d37..d45d8da1f 100644 --- a/bundles/org.simantics.desktop.product/simantics-desktop.product +++ b/releng/org.simantics.desktop.rcp.product/simantics-desktop.product @@ -1,7 +1,7 @@ - + @@ -57,7 +57,7 @@ org.eclipse.e4.ui.css.theme.e4_classic - + diff --git a/releng/pom.xml b/releng/pom.xml index 31243d1e9..dd0a01205 100644 --- a/releng/pom.xml +++ b/releng/pom.xml @@ -16,5 +16,6 @@ org.simantics.sdk.build.targetdefinition org.simantics.sdk.repository + org.simantics.desktop.rcp.product - \ No newline at end of file + -- 2.43.2