Removed one formating hack-fix, added extension support for the new extension in WST 3.



NOTE - These changes will disable other 'hacks' necisary for JSDT to hook into WST2 and thus break WST 2.0 JSDT support.
diff --git a/bundles/org.eclipse.wst.jsdt.web.ui/plugin.properties b/bundles/org.eclipse.wst.jsdt.web.ui/plugin.properties
index b9f8ac3..ee6c00d 100644
--- a/bundles/org.eclipse.wst.jsdt.web.ui/plugin.properties
+++ b/bundles/org.eclipse.wst.jsdt.web.ui/plugin.properties
@@ -68,4 +68,5 @@
 renameParticipant.name.3 = JSDT Web Rename Participant
 menu.label.5 = Web Development Tools
 action.label.21 = Add JavaScript Support
-queryParticipant.name.0 = JavaScript Query Participant
\ No newline at end of file
+queryParticipant.name.0 = JavaScript Query Participant
+hyperlinkDetector.name.2 = JSDT HyperLink Detector
\ No newline at end of file