Commit 25f54f8d authored by Andrew Twyman's avatar Andrew Twyman Committed by GitHub

Merge pull request #284 from jaetzold/master

IntelliJ plugin descriptor changes in preparation of uploading it to the public repository.
parents 69bf8b2b 2c0a5be7
......@@ -15,12 +15,28 @@
-->
<idea-plugin version="2">
<id>com.dropbox.djinni.ideaplugin</id>
<name>Djinni interface definition language file support</name>
<name>Djinni IDL file support</name>
<version>0.8</version>
<vendor email="jaetzold@dropbox.com" url="http://www.dropbox.com">Dropbox</vendor>
<vendor url="https://github.com/dropbox/djinni">Dropbox Djinni Github Project</vendor>
<description><![CDATA[
Add some basic navigation, code-completion and error highlighting support to .djinni files.
<h4>License</h4>
Copyright 2015-2016 Dropbox, Inc.<br/>
<br/>
Licensed under the Apache License, Version 2.0 (the "License");<br/>
you may not use this file except in compliance with the License.<br/>
You may obtain a copy of the License at<br/>
<br/>
&nbsp;&nbsp;<a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a><br/>
<br/>
Unless required by applicable law or agreed to in writing, software<br/>
distributed under the License is distributed on an "AS IS" BASIS,<br/>
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<br/>
See the License for the specific language governing permissions and<br/>
limitations under the License.
]]></description>
<change-notes><![CDATA[
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment