Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2005-06-21 18:18:11 +0000
committernitind2005-06-21 18:18:11 +0000
commitb6b110ac24eccae9116e004d01c811eaf09341b7 (patch)
tree51b87788f25be3d6cb8b8b95a4084b575025adca
parentf6c5d8817fd4ea192ea56e3b8388db4ecb1a994d (diff)
downloadwebtools.sourceediting-b6b110ac24eccae9116e004d01c811eaf09341b7.tar.gz
webtools.sourceediting-b6b110ac24eccae9116e004d01c811eaf09341b7.tar.xz
webtools.sourceediting-b6b110ac24eccae9116e004d01c811eaf09341b7.zip
[93445] - RFE: Add Template support to Content Assist and New Wizard
-rw-r--r--bundles/org.eclipse.wst.css.ui/plugin.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/bundles/org.eclipse.wst.css.ui/plugin.xml b/bundles/org.eclipse.wst.css.ui/plugin.xml
index 3abb98a54d..a54ff5b0a3 100644
--- a/bundles/org.eclipse.wst.css.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.css.ui/plugin.xml
@@ -50,10 +50,6 @@
target="org.eclipse.wst.css.core.csssource" />
<definition
type="preferencepages"
- value="org.eclipse.wst.css.ui.preferences.templates"
- target="org.eclipse.wst.css.core.csssource" />
- <definition
- type="preferencepages"
value="org.eclipse.wst.sse.ui.preferences.css.styles"
target="org.eclipse.wst.css.core.csssource" />
</extension>

Back to the top