Files
openide/java/ide-resources/resources/META-INF/JavaIdePlugin.xml
Vladimir Krivosheev c2b2520994 new plugin descriptor format - full support on all levels
GitOrigin-RevId: 718c9401f22900c30029ec62c23f60f6f22278ee
2021-05-27 20:17:14 +00:00

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>