Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-06-27 17:43:40 +0000
committermkersten2007-06-27 17:43:40 +0000
commita50278f718f055f8aef0c5dcf427c0db22395673 (patch)
tree51b1ca293bfb636ca6f9e16d58d2a824fade3899
parent92d8d1034334129f86ac5968ff10eca96cf8ea9b (diff)
downloadorg.eclipse.mylyn.tasks-a50278f718f055f8aef0c5dcf427c0db22395673.tar.gz
org.eclipse.mylyn.tasks-a50278f718f055f8aef0c5dcf427c0db22395673.tar.xz
org.eclipse.mylyn.tasks-a50278f718f055f8aef0c5dcf427c0db22395673.zip
Version update
-rw-r--r--org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF1
-rw-r--r--org.eclipse.mylyn.help.ui/build.properties9
2 files changed, 7 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
index 418048460..d7cb8818f 100644
--- a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
@@ -13,3 +13,4 @@ Require-Bundle: org.eclipse.ui,
Export-Package: org.eclipse.mylyn.internal.help.ui.actions,
org.eclipse.mylyn.internal.help.ui.dialogs
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ClassPath: .
diff --git a/org.eclipse.mylyn.help.ui/build.properties b/org.eclipse.mylyn.help.ui/build.properties
index 92abd7bc0..280ac3723 100644
--- a/org.eclipse.mylyn.help.ui/build.properties
+++ b/org.eclipse.mylyn.help.ui/build.properties
@@ -12,14 +12,17 @@ bin.includes = plugin.xml,\
.,\
icons/,\
intro/,\
- images/,\
- cheatsheets/
+ cheatsheets/,\
+ images/
src.includes = META-INF/,\
plugin.xml,\
about.html,\
doc/,\
src/,\
- icons/
+ icons/,\
+ images/,\
+ intro/,\
+ cheatsheets/
source.. = src/
jars.compile.order = .
source.. = src/

Back to the top