Remove backwards-compatibility implementation of pre-0.6.5

Package.register_extension API.

It didn't even actually work for producing JavaScript files (eg a
coffeescript-like package): see #1410. Package maintainers should have upgraded
to the more powerful 0.6.5 API by now anyway.
This commit is contained in:
David Glasser
2013-09-12 13:55:15 -07:00
parent a174b549b9
commit 3665b31a82
3 changed files with 13 additions and 132 deletions

View File

@@ -913,8 +913,7 @@ quick tips:
an example. Build plugins are fully-fledged Meteor programs in their
own right and have their own namespace, package dependencies, source
files and npm requirements. The old `register_extension` API is
deprecated and should not be used as it will prevent your package
from being cached, slowing down builds.
removed.
* It is possible to create weak dependencies between packages. If
package A has a weak dependency on package B, it means that