Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.editors.tests/build.properties')
-rw-r--r--org.eclipse.ui.editors.tests/build.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.ui.editors.tests/build.properties b/org.eclipse.ui.editors.tests/build.properties
index bacaaf10b8a..06c380d65c2 100644
--- a/org.eclipse.ui.editors.tests/build.properties
+++ b/org.eclipse.ui.editors.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.editorstests.jar = src/

Back to the top