<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
  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="copperleaf.workbench" url="https://s3.ca-central-1.amazonaws.com/copperleaf-intellij-plugins/workbench-1.3.7758.zip" version="1.3.7758">
    <name>Workbench</name>
    <description><![CDATA[
    A plugin for Value Framework development.<br>
    <br>
    <b>Features:</b><br>
    <ul>
        <li>File Templates</li>
        <li>Live Templates</li>
        <li>Validation</li>
        <li>Auto-completion</li>
        <li>Reference Finder</li>
    </ul>
    Detailed documentation can be found on <a href="https://github.com/copperleaftech/workbench">Github</a>

    ]]></description>

    <!--
      The <idea-version> element must match the same element in plugin.xml. Required.
    -->
    <idea-version since-build="181.3"/>
  </plugin>
  <!--
    Ideally each plugin should be responsible for its own repository metadata, but the interim solution is to include
    colourize-it here so it doesn't get wiped every time we publish workbench.
  -->
  <plugin id="colourizeit" url="https://s3.ca-central-1.amazonaws.com/copperleaf-intellij-plugins/colour-2.0.5.jar" version="2.0.5">
    <name>Colourize-It</name>
    <description>
      <![CDATA[ This plugin allows users to easily add formatting to formulas, as well as generate spec sheets. ]]>
    </description>
    <!--
          The <idea-version> element must match the same element in plugin.xml. Required.
         -->
    <idea-version since-build="191.*" until-build="203.*"/>
  </plugin>
</plugins>
