Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2011-10-10 20:34:07 +0000
committerAlexander Kurtakov2011-10-10 20:34:07 +0000
commit408c57236e38ca9c3c99985fe39fbe89e46d1c14 (patch)
treec59196321ff7a2e2fc831856c2b4c37a248a1e49 /rpmstubby
parentc544b4c6c2ecb88bff2c1599c2289ccfc6741066 (diff)
downloadorg.eclipse.linuxtools-408c57236e38ca9c3c99985fe39fbe89e46d1c14.tar.gz
org.eclipse.linuxtools-408c57236e38ca9c3c99985fe39fbe89e46d1c14.tar.xz
org.eclipse.linuxtools-408c57236e38ca9c3c99985fe39fbe89e46d1c14.zip
Let featureId==artifactId.
Diffstat (limited to 'rpmstubby')
-rw-r--r--rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.xml2
-rw-r--r--rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.xml b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.xml
index 9d40dda345..b3b79dcc85 100644
--- a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.xml
+++ b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
- id="org.eclipse.linuxtools.rpmstubby"
+ id="org.eclipse.linuxtools.rpmstubby.feature"
label="%featureName"
version="0.3.0.qualifier"
provider-name="%providerName">
diff --git a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/pom.xml b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/pom.xml
index 5494fd7664..6d1191524a 100644
--- a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/pom.xml
+++ b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/pom.xml
@@ -22,7 +22,7 @@
<version>0.9.0-SNAPSHOT</version>
</parent>
- <artifactId>org.eclipse.linuxtools.rpmstubby-feature</artifactId>
+ <artifactId>org.eclipse.linuxtools.rpmstubby.feature</artifactId>
<packaging>eclipse-feature</packaging>
<version>0.3.0-SNAPSHOT</version>
<name>Linux Tools RPM Stubby Feature (Incubation)</name>

Back to the top