Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.xml.tests.encoding/build.properties')
-rw-r--r--tests/org.eclipse.wst.xml.tests.encoding/build.properties10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/org.eclipse.wst.xml.tests.encoding/build.properties b/tests/org.eclipse.wst.xml.tests.encoding/build.properties
index 8d554ab967..789f0a3229 100644
--- a/tests/org.eclipse.wst.xml.tests.encoding/build.properties
+++ b/tests/org.eclipse.wst.xml.tests.encoding/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2004, 2006 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,12 +8,14 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-bin.includes = tests.jar,\
+bin.includes = .,\
testfiles/,\
testfiles.zip,\
test.xml,\
META-INF/,\
about.html,\
plugin.properties
-source.tests.jar = src/
-output.tests.jar = bin/
+source.. = src/
+src.includes = testfiles/,\
+ test.xml
+

Back to the top