From 49bbaff444542e6c514dcd48cfdd70566220149e Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Wed, 22 Feb 2012 21:58:12 +0200 Subject: Enable source features and bundles generation. Source feature generation is activated if there is sourceTemplateFeature directory in the feature. For the sake of git not caring about empty directories I put empty feature.properties in these directories. Also a p2 plugin instruction is added to the poms in order to get the generated source features visible for p2. New category for the sources is added to the repository category.xml and source features are added to it. --- gprof/org.eclipse.linuxtools.gprof-feature/pom.xml | 37 ++++++++++++++++++++++ .../sourceTemplateFeature/feature.properties | 1 + 2 files changed, 38 insertions(+) create mode 100644 gprof/org.eclipse.linuxtools.gprof-feature/sourceTemplateFeature/feature.properties (limited to 'gprof') diff --git a/gprof/org.eclipse.linuxtools.gprof-feature/pom.xml b/gprof/org.eclipse.linuxtools.gprof-feature/pom.xml index efdad9f4b6..6e605227cf 100644 --- a/gprof/org.eclipse.linuxtools.gprof-feature/pom.xml +++ b/gprof/org.eclipse.linuxtools.gprof-feature/pom.xml @@ -22,5 +22,42 @@ eclipse-feature Linux Tools GProf Integration Feature + + + + + org.eclipse.tycho.extras + tycho-source-feature-plugin + + + source-feature + package + + source-feature + + + + + + + + + + + org.eclipse.tycho + tycho-p2-plugin + ${tycho-version} + + + attached-p2-metadata + package + + p2-metadata + + + + + + diff --git a/gprof/org.eclipse.linuxtools.gprof-feature/sourceTemplateFeature/feature.properties b/gprof/org.eclipse.linuxtools.gprof-feature/sourceTemplateFeature/feature.properties new file mode 100644 index 0000000000..8d1c8b69c3 --- /dev/null +++ b/gprof/org.eclipse.linuxtools.gprof-feature/sourceTemplateFeature/feature.properties @@ -0,0 +1 @@ + -- cgit v1.2.3