Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2005-04-14 09:49:59 +0000
committerDani Megert2005-04-14 09:49:59 +0000
commitb10848544a9c50029b6a897cc791688c2554241e (patch)
tree6949bb6765080efdf770308dfb3a17d46c41c5f0 /org.eclipse.ui.workbench.texteditor/build.properties
parentb526f6aed2d8142f63829a3f9f4a6fe6daa6d087 (diff)
downloadeclipse.platform.text-b10848544a9c50029b6a897cc791688c2554241e.tar.gz
eclipse.platform.text-b10848544a9c50029b6a897cc791688c2554241e.tar.xz
eclipse.platform.text-b10848544a9c50029b6a897cc791688c2554241e.zip
JARed text plug-ins
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/build.properties')
-rw-r--r--org.eclipse.ui.workbench.texteditor/build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/build.properties b/org.eclipse.ui.workbench.texteditor/build.properties
index 366ab7b397a..c543be256f8 100644
--- a/org.eclipse.ui.workbench.texteditor/build.properties
+++ b/org.eclipse.ui.workbench.texteditor/build.properties
@@ -8,7 +8,7 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-bin.includes = *.jar,\
+bin.includes = .,\
plugin.xml,\
plugin.properties,\
icons/,\
@@ -16,4 +16,4 @@ bin.includes = *.jar,\
META-INF/
src.includes = about.html,\
schema/
-source.texteditor.jar = src/
+source.. = src/

Back to the top