#5109 closed bug (fixed)
build.xml doesn't compile effects into full script
Reported by: | sc0rchin | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.8 |
Component: | [meta] ui.build | Version: | 1.8rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
line 89 of build.xml
<fileset dir="${src.dir}/" includes="jquery.ui.*.js, effects.*.js" excludes="${core.files}" />
should be
<fileset dir="${src.dir}/" includes="jquery.ui.*.js, jquery.effects.*.js" excludes="${core.files}" />
becasue the actual effects are not being included into the final build
Change History (2)
comment:1 Changed 12 years ago by
Milestone: | TBD → 1.8 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 12 years ago by
Summary: | build.xml doesn't compie effects into full script → build.xml doesn't compile effects into full script |
---|
Note: See
TracTickets for help on using
tickets.
Fixed in r3756. Thanks for the patch.