Skip to content

Commit e3c81fb

Browse files
Rename plugin to Protobuf Jetbrains Plugin
1 parent c6e064e commit e3c81fb

File tree

21 files changed

+12
-12
lines changed

21 files changed

+12
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Plugin is compatible with IntelliJ IDEA 2016.1. Other JetBrains IDEs of the same
88

99
### Roadmap
1010

11-
https://github.com/protostuff/protostuff-jetbrains-plugin/wiki/Roadmap
11+
https://github.com/protostuff/protobuf-jetbrains-plugin/wiki/Roadmap
1212

1313
### Build
1414

@@ -28,8 +28,8 @@ Requirements:
2828

2929
### Screenshots
3030

31-
![image](https://github.com/protostuff/protostuff-jetbrains-plugin/wiki/sample.png)
31+
![image](https://github.com/protostuff/protobuf-jetbrains-plugin/wiki/sample.png)
3232

3333
### Links
3434

35-
https://github.com/protostuff/protostuff-jetbrains-plugin/wiki/Links
35+
https://github.com/protostuff/protobuf-jetbrains-plugin/wiki/Links

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = "protostuff-jetbrains-plugin"
1+
rootProject.name = "protobuf-jetbrains-plugin"

src/main/java/io/protostuff/jetbrains/plugin/Icons.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
public class Icons {
1313

14-
private static final String BASEDIR = "/io/protostuff/protostuff-jetbrains-plugin/icons/";
14+
private static final String BASEDIR = "/io/protostuff/protobuf-jetbrains-plugin/icons/";
1515

1616
public static final Icon PROTO = IconLoader.getIcon(BASEDIR + "proto.png");
1717
public static final Icon MESSAGE = IconLoader.getIcon(BASEDIR + "message.png");

src/main/java/io/protostuff/jetbrains/plugin/ProtostuffBundle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import java.util.ResourceBundle;
77

88
public class ProtostuffBundle {
9-
private static final String BUNDLE_NAME = "io.protostuff.protostuff-jetbrains-plugin.messages.ProtostuffBundle";
9+
private static final String BUNDLE_NAME = "io.protostuff.protobuf-jetbrains-plugin.messages.ProtostuffBundle";
1010
private static final ResourceBundle BUNDLE = ResourceBundle.getBundle(BUNDLE_NAME);
1111

1212
public static String message(@PropertyKey(resourceBundle = BUNDLE_NAME) String key, Object... params) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<description><![CDATA[
88
<h1>Protobuf Support</h1>
99
<br>
10-
<a href="https://github.com/protostuff/protostuff-jetbrains-plugin">GitHub</a> |
11-
<a href="https://github.com/protostuff/protostuff-jetbrains-plugin/issues">Issues</a> |
12-
<a href="https://github.com/protostuff/protostuff-jetbrains-plugin/wiki/Roadmap">Roadmap</a> |
13-
<a href="https://github.com/protostuff/protostuff-jetbrains-plugin/wiki/Gallery">Gallery</a>
10+
<a href="https://github.com/protostuff/protobuf-jetbrains-plugin">GitHub</a> |
11+
<a href="https://github.com/protostuff/protobuf-jetbrains-plugin/issues">Issues</a> |
12+
<a href="https://github.com/protostuff/protobuf-jetbrains-plugin/wiki/Roadmap">Roadmap</a> |
13+
<a href="https://github.com/protostuff/protobuf-jetbrains-plugin/wiki/Gallery">Gallery</a>
1414
<br>
1515
<br>
1616
<a href="https://developers.google.com/protocol-buffers/">Google Protobuf</a> support for Jetbrains products.
@@ -31,7 +31,7 @@
3131

3232
<change-notes><![CDATA[
3333
34-
<a href="https://github.com/protostuff/protostuff-jetbrains-plugin/releases/tag/protostuff-jetbrains-plugin-0.3.1">
34+
<a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases/tag/protostuff-jetbrains-plugin-0.3.1">
3535
<b>v0.3.1</b>
3636
</a> (2016-05-09)
3737
<ul>
@@ -41,7 +41,7 @@
4141
</ul>
4242
4343
<br>
44-
<a href="https://github.com/protostuff/protostuff-jetbrains-plugin/releases">
44+
<a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases">
4545
<b>Full Changelog</b>
4646
</a>
4747
]]>

0 commit comments

Comments
 (0)