summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2017-02-17 07:48:23 -0800
committerTor Norbye <tnorbye@google.com>2017-02-17 07:48:23 -0800
commitdaf9d44f5a00e5560ffe06f0c6a1448c8c3fd468 (patch)
tree97211f1c5e60c66207023c4103945ee2f6528e02
parent65ff68d57d7de7800553cba0ee5eb54fe381b57d (diff)
downloadlogin-daf9d44f5a00e5560ffe06f0c6a1448c8c3fd468.tar.gz
Remove version="2" attribute from plugin descriptor files
This matches changes made by JetBrains to other plugins. Test: N/A Change-Id: If4560e7b1c35b0520462cc563efabe115ff4b6ef
-rw-r--r--src/META-INF/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/META-INF/plugin.xml b/src/META-INF/plugin.xml
index 09e0281..f0f9ac8 100644
--- a/src/META-INF/plugin.xml
+++ b/src/META-INF/plugin.xml
@@ -13,7 +13,7 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<idea-plugin version="2">
+<idea-plugin>
<id>com.google.gct.login</id>
<name>Google Login</name>
<version>1.0</version>
@@ -46,4 +46,4 @@
<extensionPoint name="googleLoginListener" interface="com.google.gct.login.GoogleLoginListener"/>
</extensionPoints>
-</idea-plugin> \ No newline at end of file
+</idea-plugin>