mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
49 lines
1.7 KiB
XML
49 lines
1.7 KiB
XML
<!--
|
|
~ Copyright 2000-2014 JetBrains s.r.o.
|
|
~
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
~ you may not use this file except in compliance with the License.
|
|
~ You may obtain a copy of the License at
|
|
~
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
~
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
~ See the License for the specific language governing permissions and
|
|
~ limitations under the License.
|
|
-->
|
|
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<xi:include href="/META-INF/PlatformLangPlugin.xml"/>
|
|
<module value="com.intellij.modules.all"/>
|
|
<module value="com.intellij.modules.jsp.base"/>
|
|
|
|
<xi:include href="/META-INF/RemoteServers.xml">
|
|
<xi:fallback/>
|
|
</xi:include>
|
|
<xi:include href="/META-INF/DesignerCorePlugin.xml">
|
|
<xi:fallback/>
|
|
</xi:include>
|
|
|
|
<xi:include href="/META-INF/XmlPlugin.xml"/>
|
|
<xi:include href="intellij.json.xml">
|
|
<xi:fallback/>
|
|
</xi:include>
|
|
<xi:include href="/META-INF/RegExpPlugin.xml">
|
|
<xi:fallback/>
|
|
</xi:include>
|
|
<xi:include href="/META-INF/SpellCheckerPlugin.xml">
|
|
<xi:fallback/>
|
|
</xi:include>
|
|
|
|
<xi:include href="/META-INF/structuralsearch.xml">
|
|
<xi:fallback/>
|
|
</xi:include>
|
|
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<applicationService serviceInterface="com.intellij.openapi.application.IdeUrlTrackingParametersProvider"
|
|
serviceImplementation="com.intellij.ide.customization.UtmIdeUrlTrackingParametersProvider"
|
|
overrides="true"/>
|
|
</extensions>
|
|
</idea-plugin>
|