File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -209,12 +209,16 @@ Walter Higgins
209
209
<target name =" package" depends =" gendocs,zip_js,compile-plugins" description =" generate the distribution" >
210
210
<!-- ensure plugin.yml is always copied -->
211
211
<delete file =" ${ build } /plugin.yml" />
212
+ <delete file =" ${ build } /Canary.inf" />
212
213
<copy todir =" ${ build } " >
213
214
<fileset dir =" src/main/resources" />
214
215
</copy >
215
216
<replace file =" ${ build } /plugin.yml" value =" ${ scriptcraft-version } -${ DSTAMP } " >
216
217
<replacetoken >[[version]]</replacetoken >
217
218
</replace >
219
+ <replace file =" ${ build } /Canary.inf" value =" ${ scriptcraft-version } -${ DSTAMP } " >
220
+ <replacetoken >[[version]]</replacetoken >
221
+ </replace >
218
222
219
223
<!-- Put everything in ${build} into the MyProject-${DSTAMP}.jar file -->
220
224
<mkdir dir =" ${ dist } /${ DSTAMP } " />
Original file line number Diff line number Diff line change 1
1
main-class = org.scriptcraftjs.canarymod.ScriptCraftPlugin
2
2
isLibrary = false
3
- author = walter higgins
4
- version = 2.1.10
3
+ author = Walter Higgins
4
+ version = [[version]]
You can’t perform that action at this time.
0 commit comments