diff options
author | Jeff Johnston | 2014-11-05 21:02:51 +0000 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org | 2015-01-22 20:00:53 +0000 |
commit | c9f9ee1bb9ce4cf3d8df9c4fecce949a3d1473d4 (patch) | |
tree | 7bf2e77cbb54718bc84aa6d6730c286ca9e291cf /debug/org.eclipse.cdt.debug.application.tests/build.properties | |
parent | b36c74eb6a66c8919994266d31d26ea6f087ae34 (diff) | |
download | org.eclipse.cdt-c9f9ee1bb9ce4cf3d8df9c4fecce949a3d1473d4.tar.gz org.eclipse.cdt-c9f9ee1bb9ce4cf3d8df9c4fecce949a3d1473d4.tar.xz org.eclipse.cdt-c9f9ee1bb9ce4cf3d8df9c4fecce949a3d1473d4.zip |
Initial Standalone debugger SWTBot test
- includes a launch configuration for launching directly from
an Eclipse session
Change-Id: I238e72894b739f827dd6efba3acef9d304771f0d
Diffstat (limited to 'debug/org.eclipse.cdt.debug.application.tests/build.properties')
-rw-r--r-- | debug/org.eclipse.cdt.debug.application.tests/build.properties | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.application.tests/build.properties b/debug/org.eclipse.cdt.debug.application.tests/build.properties new file mode 100644 index 00000000000..4e3cb6cef5d --- /dev/null +++ b/debug/org.eclipse.cdt.debug.application.tests/build.properties @@ -0,0 +1,16 @@ +############################################################################### +# Copyright (c) 2015 RedHat, Inc. and others. +# 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: +# Red Hat Incorporated - initial API and implementation +############################################################################### +source.. = src/ +output.. = bin/ +bin.includes = META-INF/,\ + .,\ + plugin.properties,\ + about.html |