Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'development/org.eclipse.wst.sse.unittests/plugin.xml')
-rw-r--r--development/org.eclipse.wst.sse.unittests/plugin.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/development/org.eclipse.wst.sse.unittests/plugin.xml b/development/org.eclipse.wst.sse.unittests/plugin.xml
index c8699060ae..9b9ee1994d 100644
--- a/development/org.eclipse.wst.sse.unittests/plugin.xml
+++ b/development/org.eclipse.wst.sse.unittests/plugin.xml
@@ -28,4 +28,7 @@
contentTypeId="org.eclipse.wst.javascript.core.javascriptsource" />
</editor>
</extension>
-</plugin> \ No newline at end of file
+
+ <extension-point id="additionalTests" name="%additionalTests"/>
+
+</plugin>

Back to the top