Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-09-22 23:26:02 +0000
committerspingel2009-09-22 23:26:02 +0000
commit83e34d1edb4f7c9965ea92ba23e328458224dd55 (patch)
tree4994a541c47b4276337952f0a2e144226f5fbf05 /org.eclipse.mylyn.tests.util/build.properties
parentc08caedce5e55fb8a4c6fae0e2c156f25d428dce (diff)
downloadorg.eclipse.mylyn.tasks-83e34d1edb4f7c9965ea92ba23e328458224dd55.tar.gz
org.eclipse.mylyn.tasks-83e34d1edb4f7c9965ea92ba23e328458224dd55.tar.xz
org.eclipse.mylyn.tasks-83e34d1edb4f7c9965ea92ba23e328458224dd55.zip
NEW - bug 277254: use a single JiraClient instance per repository
https://bugs.eclipse.org/bugs/show_bug.cgi?id=277254
Diffstat (limited to 'org.eclipse.mylyn.tests.util/build.properties')
-rw-r--r--org.eclipse.mylyn.tests.util/build.properties15
1 files changed, 15 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tests.util/build.properties b/org.eclipse.mylyn.tests.util/build.properties
new file mode 100644
index 000000000..2032cb7ae
--- /dev/null
+++ b/org.eclipse.mylyn.tests.util/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/

Back to the top