NEW - bug 116487: create performance test harness
https://bugs.eclipse.org/bugs/show_bug.cgi?id=116487
diff --git a/org.eclipse.mylyn.tests.performance/build.properties b/org.eclipse.mylyn.tests.performance/build.properties
new file mode 100644
index 0000000..2032cb7
--- /dev/null
+++ b/org.eclipse.mylyn.tests.performance/build.properties
@@ -0,0 +1,15 @@
+###############################################################################
+# Copyright (c) 2009 Mylyn project committers 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
+###############################################################################
+bin.includes = META-INF/,\
+               .,\
+               about.html
+src.includes = about.html
+jars.compile.order = .
+output.. = bin/
+jre.compilation.profile = J2SE-1.5
+source.. = src/