Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
update plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Chepeliuk committed Feb 7, 2018
1 parent 50e6e78 commit 0ba2103
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Wed Feb 07 11:34:20 CET 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
15 changes: 7 additions & 8 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
<id>org.aerogear.plugin.intellij.mobile</id>
<name>Aerogear Mobile Intellij Plugin</name>
<version>1.0</version>
<vendor email="support@yourcompany.com" url="http://www.yourcompany.com">YourCompany</vendor>
<vendor email="aerogear-dev@lists.jboss.org" url="http://www.jboss.org">JBoss Community</vendor>

<description><![CDATA[
Enter short description for your plugin here.<br>
<em>most HTML tags may be used</em>
]]></description>
<p>The aerogear-mobile-intellij-plugin relies on the
<a href="https://github.com/aerogear/mobile-cli">Aerogear mobile-cli</a>
to communicate with your Openshift cluster.
</p>
]]>
</description>
<depends>com.intellij.modules.lang</depends>

<change-notes><![CDATA[
Expand All @@ -19,11 +22,7 @@
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
<idea-version since-build="145.0"/>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->
<!-- uncomment to enable plugin in all products
<depends>com.intellij.modules.lang</depends>
-->

<extensions defaultExtensionNs="com.intellij">
<!-- Add your extensions here -->
Expand Down

0 comments on commit 0ba2103

Please sign in to comment.