projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18c431e
)
Fix “Plugin-Main-Class” attribute.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Tue, 12 Oct 2010 19:58:59 +0000
(21:58 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Tue, 12 Oct 2010 19:58:59 +0000
(21:58 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
0979936
..
e4a262b
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-32,8
+32,7
@@
<configuration>
<archive>
<manifestEntries>
- <mode>Plugin-Main-Class</mode>
- <url>net.pterodactylus.sone.main.SonePlugin</url>
+ <Plugin-Main-Class>net.pterodactylus.sone.main.SonePlugin</Plugin-Main-Class>
</manifestEntries>
</archive>
</configuration>