Jonathan Bernard 8e77c4045c Bug fix in the 'lib' target.
The 'lib' target was inteded to be a target the project-specific build could
 override. However, the common build was using it to create dependancies on
 '-lib-local' and '-lib-ivy'. If a project-specific build ovverrode lib and
 forgot to add those dependancies it would break. The project-specific builds
 should not be required to know about the internal dependancies of the common
 build. A new target '-lib' was created, which depends on '-lib-local',
 'lic-ivy', and 'lib'. 'lib' is not an empty target that is safe to be
 overridden.
2011-12-07 17:43:55 -06:00
2010-09-28 09:36:41 -05:00
2011-12-07 17:43:55 -06:00
Description
Legacy Ant build scripts common base.
43 KiB