Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.sse.ui.tests/build.properties')
-rw-r--r--tests/org.eclipse.wst.sse.ui.tests/build.properties12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/org.eclipse.wst.sse.ui.tests/build.properties b/tests/org.eclipse.wst.sse.ui.tests/build.properties
index 4292fe37d7..481962c66e 100644
--- a/tests/org.eclipse.wst.sse.ui.tests/build.properties
+++ b/tests/org.eclipse.wst.sse.ui.tests/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2004, 2009 IBM Corporation and others.
+# Copyright (c) 2004, 2015 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -8,13 +8,13 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-source.sseeditortests.jar = src/,\
- jface.text.tests/,\
- text.tests/
-output.sseeditortests.jar = bin/
bin.includes = plugin.xml,\
- sseeditortests.jar,\
+ .,\
test.xml,\
META-INF/,\
about.html,\
plugin.properties
+src.includes = test.xml
+source.. = src/,\
+ text.tests/,\
+ jface.text.tests/

Back to the top