common: package external annotations during build
authorBernd Hufmann <Bernd.Hufmann@ericsson.com>
Tue, 4 Apr 2017 15:35:24 +0000 (11:35 -0400)
committerBernd Hufmann <bernd.hufmann@ericsson.com>
Wed, 3 May 2017 20:17:39 +0000 (16:17 -0400)
Change-Id: I1318ea3246cc751193e260027058f77f9e47868f
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/94389
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
common/org.eclipse.tracecompass.common.core/build.properties

index 857bf1e800b7d6487803511f331f28ce7ac12978..157144762ed695fd0814fc1d7073825429b5de88 100644 (file)
@@ -15,7 +15,9 @@ output.. = bin/
 bin.includes = META-INF/,\
                plugin.properties,\
                about.html,\
-               .
-src.includes = about.html
+               .,\
+               annotations/
+src.includes = about.html,\
+               annotations/
 additional.bundles = org.eclipse.jdt.annotation
 jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation
This page took 0.025563 seconds and 5 git commands to generate.