Commit 62ab671faf206f52814dcee5fe99c103869b28b7

Authored by Mumfrey
1 parent e4b8825d

fix mcpnames jar target for jenkins

Showing 1 changed file with 4 additions and 1 deletions
ant/build_liteloader.xml
... ... @@ -283,7 +283,10 @@
283 283 <attribute name="TweakVersion" value="${version}" />
284 284 <attribute name="TweakAuthor" value="${author}" />
285 285 </manifest>
286   - <fileset dir="${eclipse}/LiteLoader/bin" />
  286 + <fileset dir="${mcp.dir}/bin/minecraft">
  287 + <include name="com/mumfrey/**" />
  288 + <include name="net/eq2online/**" />
  289 + </fileset>
287 290 </jar>
288 291 <jar destfile="${dist.dir}/${artefact.name}-mcpnames-sources.${filetype}" duplicate="preserve" index="false" filesetmanifest="skip">
289 292 <fileset dir="${eclipse}/LiteLoader/java/common" />
... ...