Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.jsdt.web.ui/plugin.properties')
-rw-r--r--bundles/org.eclipse.wst.jsdt.web.ui/plugin.properties12
1 files changed, 3 insertions, 9 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.web.ui/plugin.properties b/bundles/org.eclipse.wst.jsdt.web.ui/plugin.properties
index 9b002d9938..e6da30e84e 100644
--- a/bundles/org.eclipse.wst.jsdt.web.ui/plugin.properties
+++ b/bundles/org.eclipse.wst.jsdt.web.ui/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2010 IBM Corporation and others.
+# Copyright (c) 2000, 2011 IBM 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
@@ -8,6 +8,8 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
+# NLS_ENCODING=UTF-8
+# NLS_MESSAGEFORMAT_NONE
Bundle-Vendor.0 = Eclipse Web Tools Platform
Bundle-Name.0 = JSDT Web Support UI
@@ -65,11 +67,3 @@ renameParticipant.name.2 = JSDT Web Rename Participant
renameParticipant.name.3 = JSDT Web Rename Participant
queryParticipant.name.0 = JavaScript Query Participant
javaScriptProposals = JavaScript Proposals
-
-
-##########################################################################
-# Marker Support
-##########################################################################
-markerCategory.problem = JavaScript Problems
-
-extension-point.name = Web Page Breakpoint Adapter \ No newline at end of file

Back to the top