Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'testsrunner/org.eclipse.cdt.testsrunner.test/build.properties')
-rw-r--r--testsrunner/org.eclipse.cdt.testsrunner.test/build.properties20
1 files changed, 20 insertions, 0 deletions
diff --git a/testsrunner/org.eclipse.cdt.testsrunner.test/build.properties b/testsrunner/org.eclipse.cdt.testsrunner.test/build.properties
new file mode 100644
index 00000000000..67172946998
--- /dev/null
+++ b/testsrunner/org.eclipse.cdt.testsrunner.test/build.properties
@@ -0,0 +1,20 @@
+###############################################################################
+# 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
+###############################################################################
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ src/,\
+ OSGI-INF/,\
+ test.xml,\
+ about.html
+jre.compilation.profile = J2SE-1.5
+src.includes = about.html

Back to the top