Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.ui.tests.views.properties.tabbed/build.properties')
-rw-r--r--tests/org.eclipse.ui.tests.views.properties.tabbed/build.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/org.eclipse.ui.tests.views.properties.tabbed/build.properties b/tests/org.eclipse.ui.tests.views.properties.tabbed/build.properties
index 8f2c68bba86..34558d28135 100644
--- a/tests/org.eclipse.ui.tests.views.properties.tabbed/build.properties
+++ b/tests/org.eclipse.ui.tests.views.properties.tabbed/build.properties
@@ -13,10 +13,10 @@ bin.includes = plugin.xml,\
META-INF/,\
about.html,\
test.xml,\
- uitptests.jar,\
+ .,\
plugin.properties
src.includes = about.html
jars.compile.order = uitptests.jar
-source.uitptests.jar = src/
-output.uitptests.jar = bin/
+source.. = src/
+output.. = bin/

Back to the top