Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-05-07 00:41:28 +0000
committerspingel2008-05-07 00:41:28 +0000
commitacdba64255b432ca67dd6721cab940f6c66a97d2 (patch)
tree08789eab3ad5590dc15332c088a8246fb78135c0 /org.eclipse.mylyn.tasks.ui/build.properties
parent05cdb98905303dd8d9bf5876b0bc96cc2de6e7a0 (diff)
downloadorg.eclipse.mylyn.tasks-acdba64255b432ca67dd6721cab940f6c66a97d2.tar.gz
org.eclipse.mylyn.tasks-acdba64255b432ca67dd6721cab940f6c66a97d2.tar.xz
org.eclipse.mylyn.tasks-acdba64255b432ca67dd6721cab940f6c66a97d2.zip
NEW - bug 220433: provide source bundles
https://bugs.eclipse.org/bugs/show_bug.cgi?id=220433
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/build.properties')
-rw-r--r--org.eclipse.mylyn.tasks.ui/build.properties18
1 files changed, 6 insertions, 12 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/build.properties b/org.eclipse.mylyn.tasks.ui/build.properties
index c832f729d..25631f6ec 100644
--- a/org.eclipse.mylyn.tasks.ui/build.properties
+++ b/org.eclipse.mylyn.tasks.ui/build.properties
@@ -5,19 +5,13 @@
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
###############################################################################
-bin.includes = plugin.xml,\
- icons/,\
- META-INF/,\
- about.html,\
+bin.includes = about.html,\
+ .,\
schema/,\
- doc/,\
- .
-src.includes = icons/,\
plugin.xml,\
- src/,\
- META-INF/,\
- schema/,\
- about.html,\
- doc/
+ icons/,\
+ doc/,\
+ META-INF/
+src.includes = about.html
jre.compilation.profile = J2SE-1.5
source.. = src/

Back to the top