Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg2011-09-27 18:34:15 +0000
committerRoland Grunberg2011-09-27 18:34:15 +0000
commita84db29d239510641cac6abc6f5f0eea734fa4c1 (patch)
tree41280ee21dff028168722e5501cb0a93bc55e170 /oprofile/org.eclipse.linuxtools.oprofile-feature
parent8b1aff987778acc4e1946588bb3d8185482235d4 (diff)
downloadorg.eclipse.linuxtools-a84db29d239510641cac6abc6f5f0eea734fa4c1.tar.gz
org.eclipse.linuxtools-a84db29d239510641cac6abc6f5f0eea734fa4c1.tar.xz
org.eclipse.linuxtools-a84db29d239510641cac6abc6f5f0eea734fa4c1.zip
Change feature-id to match pom artifact-id for oprofile and callgraph.
Diffstat (limited to 'oprofile/org.eclipse.linuxtools.oprofile-feature')
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/oprofile/org.eclipse.linuxtools.oprofile-feature/feature.xml b/oprofile/org.eclipse.linuxtools.oprofile-feature/feature.xml
index efe27ce2ed..cf6ffcdb61 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile-feature/feature.xml
+++ b/oprofile/org.eclipse.linuxtools.oprofile-feature/feature.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
- id="org.eclipse.linuxtools.oprofile"
+ id="org.eclipse.linuxtools.oprofile-feature"
label="%featureName"
version="0.3.1.qualifier"
provider-name="%provider"

Back to the top