Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2015-03-18 17:32:31 +0000
committerSam Davis2015-03-18 17:37:58 +0000
commitfc0be2f5046ab2987d0e7df4c6e77b181e1bdf27 (patch)
tree19859a48c45fd3d6e1da80365e16d19fa3cf3073
parent968d05490928544d4dd99dc113c04f7e0ba29c98 (diff)
downloadorg.eclipse.mylyn.docs-fc0be2f5046ab2987d0e7df4c6e77b181e1bdf27.tar.gz
org.eclipse.mylyn.docs-fc0be2f5046ab2987d0e7df4c6e77b181e1bdf27.tar.xz
org.eclipse.mylyn.docs-fc0be2f5046ab2987d0e7df4c6e77b181e1bdf27.zip
462495: Remove nested jar in org.eclipse.mylyn.htmltext.ui
Change-Id: I9f86cf077babc4c63c1c0e1aa00a836fa2b50186 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=462495 Signed-off-by: Sam Davis <sam.davis@tasktop.com>
-rw-r--r--org.eclipse.mylyn.htmltext.ui/META-INF/MANIFEST.MF1
-rw-r--r--org.eclipse.mylyn.htmltext.ui/build.properties4
2 files changed, 2 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.htmltext.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.htmltext.ui/META-INF/MANIFEST.MF
index 2c8fa6eea..72d681038 100644
--- a/org.eclipse.mylyn.htmltext.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.htmltext.ui/META-INF/MANIFEST.MF
@@ -21,6 +21,5 @@ Export-Package: org.eclipse.mylyn.htmltext,
org.eclipse.mylyn.htmltext.events,
org.eclipse.mylyn.htmltext.listener,
org.eclipse.mylyn.htmltext.model
-Bundle-ClassPath: htmltext.jar
Bundle-Localization: OSGI-INF/l10n/bundle
diff --git a/org.eclipse.mylyn.htmltext.ui/build.properties b/org.eclipse.mylyn.htmltext.ui/build.properties
index b32945193..668a4a73f 100644
--- a/org.eclipse.mylyn.htmltext.ui/build.properties
+++ b/org.eclipse.mylyn.htmltext.ui/build.properties
@@ -1,10 +1,10 @@
+source.. = src/
+output.. = bin/
bin.includes = META-INF/,\
- htmltext.jar,\
ckeditor/,\
eclipsebridge/,\
about.html,\
OSGI-INF/,\
about.ini,\
feature.gif
-source.htmltext.jar = src/
src.includes = about.html

Back to the top