Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2004-04-16 16:40:46 +0000
committerDani Megert2004-04-16 16:40:46 +0000
commita15c7be2b2e2f56e9c34af933ddc3b57cf55a6da (patch)
tree54449092def7cc94aa8ef1ad12ce7a9bff6b9624 /org.eclipse.jface.text.tests/build.properties
parentbe01ceef0dfe2c7c379b07189e0cf7b0415b7360 (diff)
downloadeclipse.platform.text-a15c7be2b2e2f56e9c34af933ddc3b57cf55a6da.tar.gz
eclipse.platform.text-a15c7be2b2e2f56e9c34af933ddc3b57cf55a6da.tar.xz
eclipse.platform.text-a15c7be2b2e2f56e9c34af933ddc3b57cf55a6da.zip
Corrected build.properties
Diffstat (limited to 'org.eclipse.jface.text.tests/build.properties')
-rw-r--r--org.eclipse.jface.text.tests/build.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.jface.text.tests/build.properties b/org.eclipse.jface.text.tests/build.properties
index 1e3de6203e0..045afe6d076 100644
--- a/org.eclipse.jface.text.tests/build.properties
+++ b/org.eclipse.jface.text.tests/build.properties
@@ -9,7 +9,11 @@
# IBM Corporation - initial API and implementation
###############################################################################
bin.includes = plugin.xml,\
+ plugin.properties,\
test.xml,\
about.html,\
- *.jar,\
+ *.jar
+
+src.includes = about.html
+
source.jfacetexttests.jar = src/

Back to the top