From: Tuukka Lehtonen Date: Sun, 18 Dec 2016 19:25:07 +0000 (+0200) Subject: Include source features in generated SDK P2 repository X-Git-Tag: v1.25.0~5 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=0e8233d31b221655110ee9b9ac9b87229ab7ed2e;ds=sidebyside Include source features in generated SDK P2 repository The problem was that the generated org.simantics.sdk.source feature was missing from org.simantics.sdk.repository/category.xml and thus the build would not include any sources. Also bumped used tycho version to 0.26.0 from 0.25.0. refs #6621 Change-Id: I10e63a77b414f67bb32168d93d0c612ac1bc0b56 --- diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 2d97f0e0d..19c1651ea 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -3,6 +3,6 @@ org.eclipse.tycho.extras tycho-pomless - 0.25.0 + 0.26.0 \ No newline at end of file diff --git a/releng/org.simantics.sdk.repository/category.xml b/releng/org.simantics.sdk.repository/category.xml index f97fc7574..64051231a 100644 --- a/releng/org.simantics.sdk.repository/category.xml +++ b/releng/org.simantics.sdk.repository/category.xml @@ -1,6 +1,9 @@ - + + + + diff --git a/releng/org.simantics.tycho.configuration/pom.xml b/releng/org.simantics.tycho.configuration/pom.xml index 5e874e6a6..a6b0ce2fa 100644 --- a/releng/org.simantics.tycho.configuration/pom.xml +++ b/releng/org.simantics.tycho.configuration/pom.xml @@ -8,8 +8,8 @@ pom - 0.25.0 - 0.25.0 + 0.26.0 + 0.26.0 UTF-8 http://download.eclipse.org/releases/mars @@ -32,6 +32,11 @@ ${tycho.version} true + + org.eclipse.tycho + tycho-versions-plugin + ${tycho.version} + org.eclipse.tycho tycho-packaging-plugin @@ -85,6 +90,11 @@ + + org.eclipse.tycho.extras + tycho-source-feature-plugin + ${tycho.extras.version} +