Opened 9 years ago
Last modified 4 years ago
#14210 assigned defect
Remove unused build scripts
Reported by: | renier | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.15 |
Component: | BuildSystem | Version: | 1.7.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
After the build restructuring, there are some files that are not used anymore.
Specifically I noticed that build.js is not used and can be removed. Suspects are any other files that refer to buildUtil.js. Since this file was removed, any files referring to it could potentially be removed.
find dojo-release-1.7.0-src/util -name "*.js" | xargs -n1 grep -l "buildUtil.js"
Change History (5)
comment:1 Changed 9 years ago by
Status: | new → assigned |
---|
comment:2 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|
comment:3 Changed 9 years ago by
Milestone: | 1.8 → 2.0 |
---|
comment:4 Changed 5 years ago by
Milestone: | 2.0 → 1.12 |
---|
comment:5 Changed 4 years ago by
Milestone: | 1.13 → 1.15 |
---|
Ticket planning... move current 1.13 tickets out to 1.15 to make it easier to move tickets into the 1.13 milestone.
Note: See
TracTickets for help on using
tickets.
Should be fairly easy to clean-up/remove the cruft.