Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Delisle2018-10-23 15:11:09 +0000
committerSimon Delisle2018-10-24 13:04:46 +0000
commitf203c85e3b5dd061c5c9bf58da4a2ab4886ccb95 (patch)
treeab519ca6f2c5e20f5b7930b87937c8565abc88c0 /jsontrace/pom.xml
parente78b0b8a047660c2142544980c9c59de0e35231d (diff)
downloadorg.eclipse.tracecompass-f203c85e3b5dd061c5c9bf58da4a2ab4886ccb95.tar.gz
org.eclipse.tracecompass-f203c85e3b5dd061c5c9bf58da4a2ab4886ccb95.tar.xz
org.eclipse.tracecompass-f203c85e3b5dd061c5c9bf58da4a2ab4886ccb95.zip
jsontrace: Add JSON trace feature plugin
Create a JSON trace feature and includes it in the update site Change-Id: Idf0d0fbef97f53bad1f76d53a434abedd661aa7b Signed-off-by: Simon Delisle <simon.delisle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/131375 Tested-by: CI Bot Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Diffstat (limited to 'jsontrace/pom.xml')
-rw-r--r--jsontrace/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/jsontrace/pom.xml b/jsontrace/pom.xml
index feeae4d0d6..a39938da2c 100644
--- a/jsontrace/pom.xml
+++ b/jsontrace/pom.xml
@@ -25,7 +25,9 @@
<name>Trace Compass Json trace Parent</name>
<modules>
+ <module>org.eclipse.tracecompass.jsontrace</module>
<module>org.eclipse.tracecompass.jsontrace.core</module>
+ <module>org.eclipse.tracecompass.jsontrace.core.test</module>
</modules>
</project>

Back to the top