Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2006-01-26 10:23:33 +0000
committerDani Megert2006-01-26 10:23:33 +0000
commit6b2f1daf5b61a0d39fef76b036fb294987e17cce (patch)
treece87937fa57f7d93f5fafe7ffb2b99d42973271e
parent1ef818cb668428435280c23edb1307a988154ce2 (diff)
downloadeclipse.platform.text-6b2f1daf5b61a0d39fef76b036fb294987e17cce.tar.gz
eclipse.platform.text-6b2f1daf5b61a0d39fef76b036fb294987e17cce.tar.xz
eclipse.platform.text-6b2f1daf5b61a0d39fef76b036fb294987e17cce.zip
Fixed build.properties errors.
-rw-r--r--org.eclipse.text/build.properties3
-rw-r--r--org.eclipse.ui.examples.javaeditor/build.properties1
2 files changed, 1 insertions, 3 deletions
diff --git a/org.eclipse.text/build.properties b/org.eclipse.text/build.properties
index a229aa22888..d453b99045c 100644
--- a/org.eclipse.text/build.properties
+++ b/org.eclipse.text/build.properties
@@ -13,8 +13,7 @@ bin.includes = plugin.properties,\
about.html,\
META-INF/
-src.includes = about.html,\
- schema/
+src.includes = about.html
source.. = src/,\
projection/
diff --git a/org.eclipse.ui.examples.javaeditor/build.properties b/org.eclipse.ui.examples.javaeditor/build.properties
index a179de04e7c..e9d768bcd20 100644
--- a/org.eclipse.ui.examples.javaeditor/build.properties
+++ b/org.eclipse.ui.examples.javaeditor/build.properties
@@ -14,7 +14,6 @@ source.templateeditorexample.jar = Template Editor Example/
bin.includes = doc-html/,\
icons/,\
templates/,\
- .options,\
about.html,\
plugin.properties,\
plugin.xml,\

Back to the top