lttng: Make schema validation optional
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Fri, 8 Apr 2016 03:21:29 +0000 (23:21 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Thu, 21 Apr 2016 17:00:33 +0000 (13:00 -0400)
commitd2e26145e5e3790c3654a16a41925b67f47de991
treeddacdf3953ca21a01c5bfc3ac16a2c3d8772bf27
parentb566c0b09048bfd4061418c1a5873522bb9239d8
lttng: Make schema validation optional

With this change, the schema validation is disabled by default except
for tests. The validation can be enabled easily as a Tracing option
in the launch configuration. To be able to enable this by default for
tests, it is also exposed in a system variable which could also be
used on the command-line.

Change-Id: I492f2877a7e066e14176a209159da17cea83c3f1
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/70199
Reviewed-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/control/ui/swtbot/tests/Activator.java [new file with mode: 0644]
lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/META-INF/MANIFEST.MF
lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/src/org/eclipse/tracecompass/lttng2/control/ui/tests/Activator.java [new file with mode: 0644]
lttng/org.eclipse.tracecompass.lttng2.control.ui/.options [new file with mode: 0644]
lttng/org.eclipse.tracecompass.lttng2.control.ui/META-INF/MANIFEST.MF
lttng/org.eclipse.tracecompass.lttng2.control.ui/src/org/eclipse/tracecompass/internal/lttng2/control/ui/views/service/LTTngControlServiceMI.java
This page took 0.025826 seconds and 5 git commands to generate.