Granularize the exports

This commit decomposes exports.txt into multiple, per-component, export files.  This will be required for custom builds;
This commit is contained in:
Éric Lemoine
2012-10-20 22:31:33 +02:00
parent bb53278db5
commit d81b232587
22 changed files with 147 additions and 152 deletions
+10
View File
@@ -0,0 +1,10 @@
@exportSymbol ol.Object
@exportProperty ol.Object.prototype.bindTo
@exportProperty ol.Object.prototype.changed
@exportProperty ol.Object.prototype.get
@exportProperty ol.Object.prototype.notify
@exportProperty ol.Object.prototype.set
@exportProperty ol.Object.prototype.setOptions
@exportProperty ol.Object.prototype.setValues
@exportProperty ol.Object.prototype.unbind
@exportProperty ol.Object.prototype.unbindAll