once moved to 3.7 based pre-reqs, the org.eclipse.test.performance bundle was no longer present, apparently, so need to add to this feature to pull it from cvs. Note: the org.eclipse.test.performance bundle itself is in releng map (and cvs location!? ... I don't recall whole history of why that is, but will leave it that way for now)
diff --git a/features/org.eclipse.jst.enterprise_tests.feature/feature.xml b/features/org.eclipse.jst.enterprise_tests.feature/feature.xml
index 73e65d4..fa76c5c 100644
--- a/features/org.eclipse.jst.enterprise_tests.feature/feature.xml
+++ b/features/org.eclipse.jst.enterprise_tests.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.jst.enterprise_tests.feature"
       label="%featureName"
-      version="3.2.0.qualifier"
+      version="3.2.100.qualifier"
       provider-name="%providerName">
 
    <description>
@@ -17,7 +17,6 @@
       %license
    </license>
 
-
    <plugin
          id="org.eclipse.jst.validation.sample"
          download-size="0"
@@ -43,6 +42,12 @@
          version="0.0.0"/>
 
    <plugin
+         id="org.eclipse.test.performance"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"/>
+
+   <plugin
          id="org.eclipse.jst.ws.axis.consumption.core.tests"
          download-size="0"
          install-size="0"