Skip to content

Commit 24e0883

Browse files
committed
Fixed duplicate requires manifest attribute
1 parent 89a19df commit 24e0883

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,10 @@
7676
<manifest>
7777
<attribute name="plugin-id" value ="${project.artifactId}" />
7878
<attribute name="plugin-version" value="${project.version}" />
79-
<attribute name="plugin-requires" value="${gitblit.version}" />
8079
<attribute name="plugin-description" value ="${project.description}" />
8180
<attribute name="plugin-provider" value="${project.organization}" />
8281
<attribute name="plugin-class" value="${project.mainclass}" />
83-
<attribute name="plugin-requires" value="${gitblit.version}" />
82+
<attribute name="plugin-requires" value="${gitblit.version}" />
8483
<attribute name="plugin-dependencies" value="" />
8584
</manifest>
8685
</mx:jar>

0 commit comments

Comments
 (0)