tmf: Add missing schema in build.properties
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Thu, 17 Nov 2016 21:54:26 +0000 (16:54 -0500)
committerMarc-André Laperle <marc-andre.laperle@ericsson.com>
Fri, 18 Nov 2016 20:28:03 +0000 (15:28 -0500)
Otherwise, adding the extension without full source code throws an
exception because of the missing schema.

Change-Id: I325f0ca070d73c87b1a789c7691a9bd244cf51c3
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/85240
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Jean-Christian Kouame <jean-christian.kouame@ericsson.com>
Tested-by: Jean-Christian Kouame <jean-christian.kouame@ericsson.com>
tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/build.properties

index 90542fc3ad4007ab159acca92e63946a7241ca89..22d0ae40d6d65b46960c05833bff6ddebab593aa 100644 (file)
@@ -17,7 +17,8 @@ bin.includes = META-INF/,\
                plugin.properties,\
                about.html,\
                plugin.xml,\
-               icons/
+               icons/,\
+               schema/
 src.includes = about.html
 additional.bundles = org.eclipse.jdt.annotation
 jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation
This page took 0.025475 seconds and 5 git commands to generate.