Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'rpmstubby/pom.xml')
-rw-r--r--rpmstubby/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/rpmstubby/pom.xml b/rpmstubby/pom.xml
index 6f0292249d..60b36a8cde 100644
--- a/rpmstubby/pom.xml
+++ b/rpmstubby/pom.xml
@@ -28,7 +28,7 @@
<version>0.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>Eclipse LinuxTools RPMStubby Parent</name>
+ <name>Eclipse LinuxTools RPM Stubby Parent</name>
<licenses>
<license>
@@ -47,6 +47,8 @@
<modules>
<module>org.eclipse.linuxtools.rpmstubby</module>
<module>org.eclipse.linuxtools.rpmstubby-feature</module>
+ <module>org.eclipse.linuxtools.rpmstubby.source-feature</module>
+ <module>org.eclipse.linuxtools.rpmstubby-site</module>
</modules>
</project>

Back to the top