Commit 62ab671faf206f52814dcee5fe99c103869b28b7
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,7 +283,10 @@ | ||
| 283 | <attribute name="TweakVersion" value="${version}" /> | 283 | <attribute name="TweakVersion" value="${version}" /> |
| 284 | <attribute name="TweakAuthor" value="${author}" /> | 284 | <attribute name="TweakAuthor" value="${author}" /> |
| 285 | </manifest> | 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 | </jar> | 290 | </jar> |
| 288 | <jar destfile="${dist.dir}/${artefact.name}-mcpnames-sources.${filetype}" duplicate="preserve" index="false" filesetmanifest="skip"> | 291 | <jar destfile="${dist.dir}/${artefact.name}-mcpnames-sources.${filetype}" duplicate="preserve" index="false" filesetmanifest="skip"> |
| 289 | <fileset dir="${eclipse}/LiteLoader/java/common" /> | 292 | <fileset dir="${eclipse}/LiteLoader/java/common" /> |