diff options
author | mkersten | 2007-06-25 04:34:52 +0000 |
---|---|---|
committer | mkersten | 2007-06-25 04:34:52 +0000 |
commit | f7a404b8ede6c91110f018877e8b7e2968581fc5 (patch) | |
tree | 232b23c16582edfa8f6adb8d21c6c3f7a7c5443b /org.eclipse.mylyn.trac.core/build.properties | |
parent | b64809fc17bc58672536d8cb3c5bb1ea7fe41ad0 (diff) | |
download | org.eclipse.mylyn.tasks-f7a404b8ede6c91110f018877e8b7e2968581fc5.tar.gz org.eclipse.mylyn.tasks-f7a404b8ede6c91110f018877e8b7e2968581fc5.tar.xz org.eclipse.mylyn.tasks-f7a404b8ede6c91110f018877e8b7e2968581fc5.zip |
RESOLVED - bug 194138: cleanup unnecesary casts and null checks
https://bugs.eclipse.org/bugs/show_bug.cgi?id=194138
Diffstat (limited to 'org.eclipse.mylyn.trac.core/build.properties')
-rw-r--r-- | org.eclipse.mylyn.trac.core/build.properties | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/org.eclipse.mylyn.trac.core/build.properties b/org.eclipse.mylyn.trac.core/build.properties index fa2e3ef66..ccc23e04b 100644 --- a/org.eclipse.mylyn.trac.core/build.properties +++ b/org.eclipse.mylyn.trac.core/build.properties @@ -2,12 +2,8 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - plugin.xml,\ - icons/,\ about.html -src.includes = icons/,\ - src/,\ - plugin.xml,\ +src.includes = src/,\ META-INF/,\ about.html,\ build.properties |