Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Montplaisir2014-07-23 17:17:36 +0000
committerAlexandre Montplaisir2014-07-23 18:49:20 +0000
commitb2b163e9680382040237bca02b03a08002a0acb0 (patch)
treee875502e526435787a314c3dc1c8fbc6ebdbddbb /pom.xml
parentfba991254e32d34d7abbc97a19e45b74d12a47d3 (diff)
downloadorg.eclipse.tracecompass-b2b163e9680382040237bca02b03a08002a0acb0.tar.gz
org.eclipse.tracecompass-b2b163e9680382040237bca02b03a08002a0acb0.tar.xz
org.eclipse.tracecompass-b2b163e9680382040237bca02b03a08002a0acb0.zip
lttng: Add pcap.core to the Maven build
And added a redundant annotation to to fix the lack-of-inheritance problem with Maven's compiler. Change-Id: Ib78f9dbbe1842da49a2509eb3e79913b1a94783d Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/30372 Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index cd091a75f6..e85a03cfea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,6 +100,8 @@
<module>org.eclipse.linuxtools.ctf.parser</module>
<module>org.eclipse.linuxtools.ctf.parser.tests</module>
+ <module>org.eclipse.linuxtools.pcap.core</module>
+
<module>org.eclipse.linuxtools.statesystem.core</module>
<module>org.eclipse.linuxtools.statesystem.core.tests</module>

Back to the top