Change a warning to an error in build.properties
[deliverable/tracecompass.git] / pcap / org.eclipse.tracecompass.pcap.core.tests / build.properties
CommitLineData
5255c030 1###############################################################################
861f74f0 2# Copyright (c) 2014, 2015 Ericsson
5255c030
VP
3#
4# All rights reserved. This program and the accompanying materials
5# are made available under the terms of the Eclipse Public License v1.0
6# which accompanies this distribution, and is available at
7# http://www.eclipse.org/legal/epl-v10.html
8#
9# Contributors:
10# Ericsson - Initial API and implementation
11###############################################################################
12
a1d21447
VP
13source.. = src/,\
14 perf/,\
15 shared/
5255c030
VP
16output.. = bin/
17bin.includes = META-INF/,\
18 .,\
861f74f0
MAL
19 plugin.properties,\
20 about.html
5255c030
VP
21src.includes = about.html
22additional.bundles = org.eclipse.jdt.annotation
23jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation
This page took 0.055526 seconds and 5 git commands to generate.