adding plugin.properties to bin build properties
diff --git a/tests/org.eclipse.jst.jsp.tests.encoding/build.properties b/tests/org.eclipse.jst.jsp.tests.encoding/build.properties
index e4d3f4a..56b8544 100644
--- a/tests/org.eclipse.jst.jsp.tests.encoding/build.properties
+++ b/tests/org.eclipse.jst.jsp.tests.encoding/build.properties
@@ -14,7 +14,8 @@
                testfiles/,\
                test.xml,\
                META-INF/,\
-               about.html
+               about.html,\
+               plugin.properties
 src.includes = testfiles/,\
                test.xml,\
                META-INF/
diff --git a/tests/org.eclipse.jst.jsp.ui.tests/build.properties b/tests/org.eclipse.jst.jsp.ui.tests/build.properties
index f7c26ef..874b2da 100644
--- a/tests/org.eclipse.jst.jsp.ui.tests/build.properties
+++ b/tests/org.eclipse.jst.jsp.ui.tests/build.properties
@@ -15,7 +15,8 @@
                testfiles/,\
                jspuitests.jar,\
                META-INF/,\
-               about.html
+               about.html,\
+               plugin.properties
 jars.compile.order = jspuitests.jar
 source.jspuitests.jar = src/
 output.jspuitests.jar = bin/
diff --git a/tests/org.eclipse.wst.css.core.tests/build.properties b/tests/org.eclipse.wst.css.core.tests/build.properties
index b57104c..1eac79c 100644
--- a/tests/org.eclipse.wst.css.core.tests/build.properties
+++ b/tests/org.eclipse.wst.css.core.tests/build.properties
@@ -12,7 +12,8 @@
                csscoretests.jar,\
                src/,\
                META-INF/,\
-               about.html
+               about.html,\
+               plugin.properties
 jars.compile.order = csscoretests.jar
 source.csscoretests.jar = src/
 output.csscoretests.jar = bin/
diff --git a/tests/org.eclipse.wst.css.tests.encoding/build.properties b/tests/org.eclipse.wst.css.tests.encoding/build.properties
index 70bc090..3c69e51 100644
--- a/tests/org.eclipse.wst.css.tests.encoding/build.properties
+++ b/tests/org.eclipse.wst.css.tests.encoding/build.properties
@@ -12,7 +12,8 @@
                testfiles/,\
                test.xml,\
                META-INF/,\
-               about.html
+               about.html,\
+               plugin.properties
 src.includes = cssencodingtests.jar
 source.cssencodingtests.jar = src/
 output.cssencodingtests.jar = bin/
diff --git a/tests/org.eclipse.wst.css.ui.tests/build.properties b/tests/org.eclipse.wst.css.ui.tests/build.properties
index dae53b9..a997770 100644
--- a/tests/org.eclipse.wst.css.ui.tests/build.properties
+++ b/tests/org.eclipse.wst.css.ui.tests/build.properties
@@ -2,7 +2,8 @@
                cssuitests.jar,\
                about.html,\
                src/,\
-               test.xml
+               test.xml,\
+               plugin.properties
 jars.compile.order = cssuitests.jar
 source.cssuitests.jar = src/
 output.cssuitests.jar = bin/
diff --git a/tests/org.eclipse.wst.dtd.ui.tests/build.properties b/tests/org.eclipse.wst.dtd.ui.tests/build.properties
index 5590431..e1638e5 100644
--- a/tests/org.eclipse.wst.dtd.ui.tests/build.properties
+++ b/tests/org.eclipse.wst.dtd.ui.tests/build.properties
@@ -13,5 +13,6 @@
 bin.includes = dtduitests.jar,\
                test.xml,\
                META-INF/,\
-               about.html
+               about.html,\
+               plugin.properties
 
diff --git a/tests/org.eclipse.wst.html.core.tests/build.properties b/tests/org.eclipse.wst.html.core.tests/build.properties
index bc2775c..a013d49 100644
--- a/tests/org.eclipse.wst.html.core.tests/build.properties
+++ b/tests/org.eclipse.wst.html.core.tests/build.properties
@@ -15,4 +15,5 @@
                test.xml,\
                ParserResults2004-12-10-22-23-47/,\
                META-INF/,\
-               about.html
+               about.html,\
+               plugin.properties
diff --git a/tests/org.eclipse.wst.html.tests.encoding/build.properties b/tests/org.eclipse.wst.html.tests.encoding/build.properties
index e8ee081..5d9a3eb 100644
--- a/tests/org.eclipse.wst.html.tests.encoding/build.properties
+++ b/tests/org.eclipse.wst.html.tests.encoding/build.properties
@@ -14,5 +14,6 @@
                testfiles/,\
                test.xml,\
                META-INF/,\
-               about.html
+               about.html,\
+               plugin.properties
 
diff --git a/tests/org.eclipse.wst.html.ui.tests/build.properties b/tests/org.eclipse.wst.html.ui.tests/build.properties
index 5610d30..c84e64d 100644
--- a/tests/org.eclipse.wst.html.ui.tests/build.properties
+++ b/tests/org.eclipse.wst.html.ui.tests/build.properties
@@ -13,7 +13,8 @@
                htmluitests.jar,\
                META-INF/,\
                about.html,\
-               icons/
+               icons/,\
+               plugin.properties
 jars.compile.order = htmluitests.jar
 source.htmluitests.jar = src/
 output.htmluitests.jar = bin/
diff --git a/tests/org.eclipse.wst.sse.core.tests/build.properties b/tests/org.eclipse.wst.sse.core.tests/build.properties
index 628d63b..b41e7f5 100644
--- a/tests/org.eclipse.wst.sse.core.tests/build.properties
+++ b/tests/org.eclipse.wst.sse.core.tests/build.properties
@@ -11,6 +11,7 @@
 bin.includes = ssemodeltests.jar,\
                test.xml,\
                META-INF/,\
-               about.html
+               about.html,\
+               plugin.properties
 source.ssemodeltests.jar = src/
 output.ssemodeltests.jar = bin/
diff --git a/tests/org.eclipse.wst.sse.ui.tests/build.properties b/tests/org.eclipse.wst.sse.ui.tests/build.properties
index 42ef995..4bed33a 100644
--- a/tests/org.eclipse.wst.sse.ui.tests/build.properties
+++ b/tests/org.eclipse.wst.sse.ui.tests/build.properties
@@ -14,4 +14,5 @@
                sseeditortests.jar,\
                test.xml,\
                META-INF/,\
-               about.html
+               about.html,\
+               plugin.properties
diff --git a/tests/org.eclipse.wst.xml.core.tests/build.properties b/tests/org.eclipse.wst.xml.core.tests/build.properties
index 9ff12d8..9e5f70e 100644
--- a/tests/org.eclipse.wst.xml.core.tests/build.properties
+++ b/tests/org.eclipse.wst.xml.core.tests/build.properties
@@ -16,5 +16,6 @@
                testfiles.zip,\
                projecttestfiles/,\
                META-INF/,\
-               about.html
+               about.html,\
+               plugin.properties
 src.includes = build.properties
diff --git a/tests/org.eclipse.wst.xml.tests.encoding/build.properties b/tests/org.eclipse.wst.xml.tests.encoding/build.properties
index e51e368..8d554ab 100644
--- a/tests/org.eclipse.wst.xml.tests.encoding/build.properties
+++ b/tests/org.eclipse.wst.xml.tests.encoding/build.properties
@@ -13,6 +13,7 @@
                testfiles.zip,\
                test.xml,\
                META-INF/,\
-               about.html
+               about.html,\
+               plugin.properties
 source.tests.jar = src/
 output.tests.jar = bin/
diff --git a/tests/org.eclipse.wst.xml.validation.tests/build.properties b/tests/org.eclipse.wst.xml.validation.tests/build.properties
index 4d85d0c..70b0b16 100644
--- a/tests/org.eclipse.wst.xml.validation.tests/build.properties
+++ b/tests/org.eclipse.wst.xml.validation.tests/build.properties
@@ -12,6 +12,7 @@
                testresources/,\
                validatexmltests.jar,\
                META-INF/,\
-               about.html
+               about.html,\
+               plugin.properties
 source.validatexmltests.jar = src/
 bin.excludes = testresources/.cvsignore
diff --git a/tests/org.eclipse.wst.xsd.validation.tests/build.properties b/tests/org.eclipse.wst.xsd.validation.tests/build.properties
index da10ca1..63f5d66 100644
--- a/tests/org.eclipse.wst.xsd.validation.tests/build.properties
+++ b/tests/org.eclipse.wst.xsd.validation.tests/build.properties
@@ -12,7 +12,8 @@
                test.xml,\
                testresources/,\
                META-INF/,\
-               about.html
+               about.html,\
+               plugin.properties
 source.validatexsdtests.jar = src/ 
 
 bin.excludes = testresources/.cvsignore,\