-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathupdatePlugins.xml
More file actions
19 lines (19 loc) · 870 Bytes
/
Copy pathupdatePlugins.xml
File metadata and controls
19 lines (19 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!--
The <plugins> element contains the description of the plugins available at this repository. Required.
-->
<plugins>
<!--
Each <plugin> element describes one plugin in the repository. Required.
id - used by JetBrains IDEs to uniquely identify a plugin. Required. Must match <id> in plugin.xml
url - path to download the plugin JAR/ZIP file. Required. Must be HTTPS
version - version of this plugin. Required. Must match <version> in plugin.xml
-->
<plugin id="tv.athena.controller"
url="https://qamirror.yy.com/jetbrains/ideaj/dev-center/dev-center-0.2.5.zip" version="0.2.5">
<!--
The <idea-version> element must match the same element in plugin.xml. Required.
-->
<idea-version since-build="181.3" until-build="191.*" />
</plugin>
</plugins>