projects
/
xudocci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5014f6
)
Use correct Main-Class attribute.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 15 Oct 2014 19:10:38 +0000
(21:10 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 15 Oct 2014 19:10:38 +0000
(21:10 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
5c1e182
..
b8d8ab1
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-121,7
+121,7
@@
</archiverConfig>
<archive>
<manifestEntries>
- <
Plugin-Main-Class>net.pterodactylus.xdcc.main.Main</Plugin-
Main-Class>
+ <
Main-Class>net.pterodactylus.xdcc.main.Main</
Main-Class>
</manifestEntries>
</archive>
</configuration>