From f16f0dbe483fd8fe1b2c5ab343d03201bfcccbf9 Mon Sep 17 00:00:00 2001 From: Anton Gorenkov Date: Tue, 17 Apr 2012 23:50:07 -0400 Subject: Bug 210366 - CDT should have Unit Testing and Component Testing like JDT --- .../build.properties | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 testsrunner/org.eclipse.cdt.testsrunner.boost/build.properties (limited to 'testsrunner/org.eclipse.cdt.testsrunner.boost/build.properties') diff --git a/testsrunner/org.eclipse.cdt.testsrunner.boost/build.properties b/testsrunner/org.eclipse.cdt.testsrunner.boost/build.properties new file mode 100644 index 00000000000..55d9be83320 --- /dev/null +++ b/testsrunner/org.eclipse.cdt.testsrunner.boost/build.properties @@ -0,0 +1,21 @@ +############################################################################### +# Copyright (c) 2011 Anton Gorenkov +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Anton Gorenkov - Initial implementation +############################################################################### + +bin.includes = plugin.xml,\ + plugin.properties,\ + about.html,\ + .,\ + META-INF/ +javadoc.packages = org.eclipse.cdt.launch.ui.*,\ + org.eclipse.cdt.launch.sourcelookup*,\ + org.eclipse.cdt.launch.* +source.. = src/ +src.includes = about.html -- cgit v1.2.3