tmf: add schemas to build.properties file (bug 457322)
authorBernd Hufmann <Bernd.Hufmann@ericsson.com>
Tue, 13 Jan 2015 11:58:39 +0000 (06:58 -0500)
committerBernd Hufmann <bernd.hufmann@ericsson.com>
Wed, 14 Jan 2015 15:37:09 +0000 (10:37 -0500)
Change-Id: If5f30932e4c9225688a9dd01f9257acfc7b9ed62
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/39471
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
org.eclipse.tracecompass.tmf.core/build.properties

index 6dacdcd23ad4e9eb5c3faee5f35decddd67e8d42..7bebb2899e3299488d44908723e5ad7e3f4e84e8 100644 (file)
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2013, 2014 Ericsson
+# Copyright (c) 2013, 2015 Ericsson
 #
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
@@ -17,7 +17,8 @@ bin.includes = META-INF/,\
                plugin.xml,\
                about.html,\
                .,\
-               plugin.xml
+               plugin.xml,\
+               schema/
 src.includes = about.html
 additional.bundles = org.eclipse.jdt.annotation
 jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation
This page took 0.029787 seconds and 5 git commands to generate.