Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Pontes2012-07-03 20:26:13 +0000
committerOtavio Pontes2012-07-03 20:26:13 +0000
commit84590819494d9ee3184623fee209760f586313da (patch)
tree977df7b2f54cd9214ad9e21d8fe7fe68c462f44c
parent6988c131f3cf3fbad0499369830d8d50dc3cbb12 (diff)
downloadorg.eclipse.linuxtools-84590819494d9ee3184623fee209760f586313da.tar.gz
org.eclipse.linuxtools-84590819494d9ee3184623fee209760f586313da.tar.xz
org.eclipse.linuxtools-84590819494d9ee3184623fee209760f586313da.zip
OProfile: Adding remote oprofile to the build
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.remote.launch/pom.xml2
-rw-r--r--oprofile/pom.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/pom.xml b/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/pom.xml
index e543a97a42..51507f425d 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/pom.xml
+++ b/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/pom.xml
@@ -9,7 +9,7 @@
<version>0.11.0-SNAPSHOT</version>
</parent>
- <artifactId>org.eclipse.linuxtools.oprofile.launch.remote</artifactId>
+ <artifactId>org.eclipse.linuxtools.oprofile.remote.launch</artifactId>
<version>0.3.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/oprofile/pom.xml b/oprofile/pom.xml
index c9dfda1671..02779bc299 100644
--- a/oprofile/pom.xml
+++ b/oprofile/pom.xml
@@ -63,6 +63,7 @@
<module>org.eclipse.linuxtools.oprofile.doc</module>
<module>org.eclipse.linuxtools.oprofile-feature</module>
<module>org.eclipse.linuxtools.oprofile.launch</module>
+ <module>org.eclipse.linuxtools.oprofile.remote.launch</module>
<module>org.eclipse.linuxtools.oprofile.launch.tests</module>
<module>org.eclipse.linuxtools.oprofile.tests</module>
<module>org.eclipse.linuxtools.oprofile.ui</module>

Back to the top