Fix for Test plugins were not executing.Updated to include test.xml and tesrdata folder in the binary
diff --git a/jsf/tests/org.eclipse.jst.jsf.context.symbol.tests/build.properties b/jsf/tests/org.eclipse.jst.jsf.context.symbol.tests/build.properties
index af334bc..906b8a7 100644
--- a/jsf/tests/org.eclipse.jst.jsf.context.symbol.tests/build.properties
+++ b/jsf/tests/org.eclipse.jst.jsf.context.symbol.tests/build.properties
@@ -1,14 +1,24 @@
+###############################################################################
+# Copyright (c) 2007 Oracle 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
+# http://www.eclipse.org/legal/epl-v10.html
+# 
+# Contributors:
+#     Oracle Corporation - initial API and implementation
+###############################################################################
 # <copyright>
 # </copyright>
 #
-# $Id: build.properties,v 1.2 2007/04/11 07:37:51 cbateman Exp $
+# $Id: build.properties,v 1.3 2007/05/03 21:31:22 rsrinivasan Exp $
 
-bin.includes = .,\
+bin.includes = jsfcontextsymboltests.jar,\
                META-INF/,\
-               plugin.xml,\
-               plugin.properties
-jars.compile.order = .
-source.. = src/
-output.. = bin/
+               test.xml,\
+               testdata/
+jars.compile.order = jsfcontextsymboltests.jar
+source.jsfcontextsymboltests.jar = src/
+output.jsfcontextsymboltests.jar = bin/
 javacSource=1.5
-javacTarget=1.5
\ No newline at end of file
+javacTarget=1.5
diff --git a/jsf/tests/org.eclipse.jst.jsf.designtime.tests/build.properties b/jsf/tests/org.eclipse.jst.jsf.designtime.tests/build.properties
index 08f7e2f..66a304b 100644
--- a/jsf/tests/org.eclipse.jst.jsf.designtime.tests/build.properties
+++ b/jsf/tests/org.eclipse.jst.jsf.designtime.tests/build.properties
@@ -1,6 +1,18 @@
-source.. = src/
-output.. = bin/
+###############################################################################
+# Copyright (c) 2007 Oracle 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
+# http://www.eclipse.org/legal/epl-v10.html
+# 
+# Contributors:
+#     Oracle Corporation - initial API and implementation
+###############################################################################
+source.jsfdesigntimetests.jar = src/
+output.jsfdesigntimetests.jar = bin/
 bin.includes = META-INF/,\
-               .
+               jsfdesigntimetests.jar,\
+               test.xml,\
+               testdata/
 javacSource=1.5
-javacTarget=1.5
\ No newline at end of file
+javacTarget=1.5