Skip to content

Commit b1e72fa

Browse files
committed
Cleanup
1 parent 0d7aa1d commit b1e72fa

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "com.madrapps"
8-
version = "1.0-SNAPSHOT"
8+
version = "0.1"
99

1010
repositories {
1111
mavenCentral()

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,18 @@
1-
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
21
<idea-plugin>
3-
<!-- Unique identifier of the plugin. It should be FQN. It cannot be changed between the plugin versions. -->
4-
<id>com.madrapps.paparazzi</id>
2+
<id>com.getyourguide.paparazzi</id>
53

6-
<!-- Public plugin name should be written in Title Case.
7-
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
84
<name>Paparazzi</name>
95

10-
<!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
116
<vendor email="[email protected]" url="https://github.com/Madrapps">Madrapps</vendor>
127

13-
<!-- Description of the plugin displayed on the Plugin Page and IDE Plugin Manager.
14-
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.
15-
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->
168
<description><![CDATA[
179
Plugin to enable easy usage of the Paparazzi library for Android.
1810
]]></description>
1911

20-
<!-- Product and plugin compatibility requirements.
21-
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
2212
<depends>com.intellij.modules.platform</depends>
2313
<depends>org.jetbrains.kotlin</depends>
2414
<depends>com.intellij.modules.java</depends>
2515

26-
<!-- Extension points defined by the plugin.
27-
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-extension-points.html -->
2816
<extensions defaultExtensionNs="com.intellij">
2917
<toolWindow factoryClass="com.madrapps.paparazzi.PaparazziWindow" id="Paparazzi" anchor="right"/>
3018
<projectService serviceInterface="com.madrapps.paparazzi.service.MainService"
@@ -64,4 +52,4 @@
6452
text="Fit Zoom to Window"
6553
icon="AllIcons.General.FitContent"/>
6654
</actions>
67-
</idea-plugin>
55+
</idea-plugin>

0 commit comments

Comments
 (0)