Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJudy N. Green2003-01-06 19:47:36 +0000
committerJudy N. Green2003-01-06 19:47:36 +0000
commit77e7c17c2cc9c2183e51156ae2322c0766e61944 (patch)
tree8f43aca0254388a05368da464e211990f8a837bf /core/org.eclipse.cdt.ui.tests/build.properties
parent61987571abaeb87f13bb6da8b6845ace8838bd3a (diff)
downloadorg.eclipse.cdt-77e7c17c2cc9c2183e51156ae2322c0766e61944.tar.gz
org.eclipse.cdt-77e7c17c2cc9c2183e51156ae2322c0766e61944.tar.xz
org.eclipse.cdt-77e7c17c2cc9c2183e51156ae2322c0766e61944.zip
Updated all build.properties files and bin jar name
Diffstat (limited to 'core/org.eclipse.cdt.ui.tests/build.properties')
-rw-r--r--core/org.eclipse.cdt.ui.tests/build.properties15
1 files changed, 12 insertions, 3 deletions
diff --git a/core/org.eclipse.cdt.ui.tests/build.properties b/core/org.eclipse.cdt.ui.tests/build.properties
index 71c1780a6d1..a11b18162bc 100644
--- a/core/org.eclipse.cdt.ui.tests/build.properties
+++ b/core/org.eclipse.cdt.ui.tests/build.properties
@@ -1,5 +1,14 @@
-source.cdttests.jar = src/,\
+source.cdtuitests.jar = src/,\
ui/,\
core/,\
- model/,\
- about.html
+ model/
+bin.includes = plugin.xml,\
+ about.html,\
+ plugin.properties,\
+ test.xml
+ about.html
+src.includes = plugin.xml,\
+ about.html,\
+ plugin.properties,\
+ test.xml
+

Back to the top