Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2010-02-26 20:59:37 +0000
committerspingel2010-02-26 20:59:37 +0000
commitbb5338f9e590a61562eda85cebc636f194b5f39f (patch)
tree600ff45fd0e49b8ed596fb1c908eabed1b77f4cc /org.eclipse.mylyn.tasks.search/build.properties
parentf67d195914c9eb65d11ef17af5015bf70b1dada4 (diff)
downloadorg.eclipse.mylyn.tasks-bb5338f9e590a61562eda85cebc636f194b5f39f.tar.gz
org.eclipse.mylyn.tasks-bb5338f9e590a61562eda85cebc636f194b5f39f.tar.xz
org.eclipse.mylyn.tasks-bb5338f9e590a61562eda85cebc636f194b5f39f.zip
bug 304086: [api] decouple tasks.ui from org.eclipse.search
https://bugs.eclipse.org/bugs/show_bug.cgi?id=304086
Diffstat (limited to 'org.eclipse.mylyn.tasks.search/build.properties')
-rw-r--r--org.eclipse.mylyn.tasks.search/build.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.search/build.properties b/org.eclipse.mylyn.tasks.search/build.properties
new file mode 100644
index 000000000..e71453151
--- /dev/null
+++ b/org.eclipse.mylyn.tasks.search/build.properties
@@ -0,0 +1,17 @@
+###############################################################################
+# Copyright (c) 2005, 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 = about.html,\
+ .,\
+ plugin.xml,\
+ icons/,\
+ META-INF/,\
+ plugin.properties
+src.includes = about.html,\
+ schema/
+jre.compilation.profile = J2SE-1.5
+source.. = src/

Back to the top