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
+12
View File
@@ -0,0 +1,12 @@
@exportSymbol ol.source.BingMaps
@exportSymbol ol.BingMapsStyle
@exportProperty ol.BingMapsStyle.AERIAL
@exportProperty ol.BingMapsStyle.AERIAL_WITH_LABELS
@exportProperty ol.BingMapsStyle.ROAD
@exportProperty ol.BingMapsStyle.ORDNANCE_SURVEY
@exportProperty ol.BingMapsStyle.COLLINS_BART
@exportObjectLiteral ol.source.BingMapsOptions
@exportObjectLiteralProperty ol.source.BingMapsOptions.culture string|undefined
@exportObjectLiteralProperty ol.source.BingMapsOptions.key string
@exportObjectLiteralProperty ol.source.BingMapsOptions.style ol.BingMapsStyle
+2
View File
@@ -0,0 +1,2 @@
@exportSymbol ol.source.MapQuestOSM
@exportSymbol ol.source.MapQuestOpenAerial
+2
View File
@@ -0,0 +1,2 @@
@exportSymbol ol.source.OpenStreetMap
+2
View File
@@ -0,0 +1,2 @@
@exportSymbol ol.source.Stamen
+1
View File
@@ -0,0 +1 @@
@exportSymbol ol.source.TileJSON