Skip to content

Commit

Permalink
Merge pull request #261 from bartvde/buildkit
Browse files Browse the repository at this point in the history
Fix up more dependencies with @include and @requires
  • Loading branch information
Bart van den Eijnden committed Apr 7, 2014
2 parents b8bed39 + 2c65ed5 commit 518ab31
Show file tree
Hide file tree
Showing 35 changed files with 73 additions and 7 deletions.
4 changes: 4 additions & 0 deletions src/GeoExt/Action.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
* text of the license.
*/

/**
* @requires GeoExt/Version.js
*/

/**
* Action class to create GeoExt.Action
*
Expand Down
1 change: 1 addition & 0 deletions src/GeoExt/FeatureRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* @include OpenLayers/Geometry/Polygon.js
* @include OpenLayers/Geometry/LineString.js
* @include OpenLayers/Renderer/SVG.js
* @requires GeoExt/Version.js
*/

/**
Expand Down
1 change: 1 addition & 0 deletions src/GeoExt/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
/*
* @requires OpenLayers/Filter/Comparison.js
* @requires OpenLayers/Filter/Logical.js
* @requires GeoExt/Version.js
*/

/**
Expand Down
4 changes: 4 additions & 0 deletions src/GeoExt/Lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
* text of the license.
*/

/**
* @requires GeoExt/Version.js
*/

/**
* The GeoExt.Lang singleton is created when the library is loaded.
* Include all relevant language files after this file in your build.
Expand Down
1 change: 1 addition & 0 deletions src/GeoExt/LegendImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/*
* @include OpenLayers/Util.js
* @requires GeoExt/Version.js
*/

/**
Expand Down
4 changes: 4 additions & 0 deletions src/GeoExt/container/LayerLegend.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
* text of the license.
*/

/**
* @requires GeoExt/Version.js
*/

/**
* Base class for components of GeoExt.panel.Legend.
*
Expand Down
2 changes: 1 addition & 1 deletion src/GeoExt/data/AttributeModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

/*
* @include GeoExt/data/reader/Attribute.js
* @requires GeoExt/data/reader/Attribute.js
*/

/**
Expand Down
1 change: 1 addition & 0 deletions src/GeoExt/data/AttributeStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/*
* @requires GeoExt/data/AttributeModel.js
* @requires GeoExt/data/OwsStore.js
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/GeoExt/data/CswRecordsModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

/*
* @include GeoExt/data/reader/CswRecords.js
* @requires GeoExt/data/reader/CswRecords.js
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/GeoExt/data/FeatureStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/*
* @include OpenLayers/Feature/Vector.js
* @include GeoExt/data/reader/Feature.js
* @requires GeoExt/data/reader/Feature.js
*/

/**
Expand Down
4 changes: 4 additions & 0 deletions src/GeoExt/data/LayerModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
* text of the license.
*/

/**
* @requires GeoExt/Version.js
*/

/**
* The layer model class used by the stores.
*
Expand Down
1 change: 1 addition & 0 deletions src/GeoExt/data/MapfishPrintProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* @include OpenLayers/Geometry/Point.js
* @include OpenLayers/Feature/Vector.js
* @include OpenLayers/Layer/Vector.js
* @requires GeoExt/Version.js
*/

/**
Expand Down
4 changes: 4 additions & 0 deletions src/GeoExt/data/OwsStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
* text of the license.
*/

/**
* @requires GeoExt/Version.js
*/

/**
* Small Base class to make creating stores for remote OWS information sources
* easier.
Expand Down
1 change: 1 addition & 0 deletions src/GeoExt/data/RasterStyleModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

/*
* @requires GeoExt/Version.js
* @include OpenLayers/Symbolizer/Raster.js
*/

Expand Down
4 changes: 4 additions & 0 deletions src/GeoExt/data/ScaleModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
* text of the license.
*/

/**
* @requires GeoExt/Version.js
*/

/**
* The model for scale values.
*
Expand Down
2 changes: 1 addition & 1 deletion src/GeoExt/data/ScaleStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/*
* @include OpenLayers/Util.js
* @include GeoExt/data/ScaleModel.js
* @requires GeoExt/data/ScaleModel.js
* @include GeoExt/panel/Map.js
*/

Expand Down
5 changes: 3 additions & 2 deletions src/GeoExt/data/VectorStyleModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
*/

/*
* @include OpenLayers/Format/CQL.js
*/
* @include OpenLayers/Format/CQL.js
* @requires GeoExt/Version.js
*/

/**
* A specific model for CQL Style Rules.
Expand Down
4 changes: 4 additions & 0 deletions src/GeoExt/data/proxy/Protocol.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
* text of the license.
*/

/*
* @requires GeoExt/Version.js
*/

/**
* A data proxy for use with OpenLayers.Protocol objects.
*
Expand Down
1 change: 1 addition & 0 deletions src/GeoExt/data/reader/Attribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

/*
* @requires GeoExt/Version.js
* @include OpenLayers/Format/WFSDescribeFeatureType.js
*/

Expand Down
1 change: 1 addition & 0 deletions src/GeoExt/data/reader/CswRecords.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/*
* @include OpenLayers/Format/CSWGetRecords.js
* @requires GeoExt/Version.js
*/

/**
Expand Down
1 change: 1 addition & 0 deletions src/GeoExt/data/reader/Feature.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/*
* @include OpenLayers/Feature/Vector.js
* @requires GeoExt/Version.js
*/

/**
Expand Down
1 change: 1 addition & 0 deletions src/GeoExt/data/reader/WfsCapabilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* @include OpenLayers/Protocol/WFS.js
* @include OpenLayers/Strategy/Fixed.js
* @include OpenLayers/Layer/Vector.js
* @requires GeoExt/Version.js
*/

/**
Expand Down
1 change: 1 addition & 0 deletions src/GeoExt/data/reader/Wmc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/*
* @include OpenLayers/Format/WMC.js
* @requires GeoExt/Version.js
*/

/**
Expand Down
1 change: 1 addition & 0 deletions src/GeoExt/data/reader/WmsCapabilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* @include OpenLayers/Format/WMSCapabilities.js
* @include OpenLayers/Layer/WMS.js
* @include OpenLayers/Util.js
* @requires GeoExt/Version.js
*/

/**
Expand Down
1 change: 1 addition & 0 deletions src/GeoExt/data/reader/WmsDescribeLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/*
* @include OpenLayers/Format/WMSDescribeLayer.js
* @requires GeoExt/Version.js
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/GeoExt/panel/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

/*
* @include GeoExt/data/LayerStore.js
* @requires GeoExt/data/LayerStore.js
* @include OpenLayers/Map.js
*/

Expand Down
1 change: 1 addition & 0 deletions src/GeoExt/selection/FeatureModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* @include OpenLayers/Layer/Vector.js
* @include OpenLayers/Util.js
* @include OpenLayers/BaseTypes/Class.js
* @requires GeoExt/Version.js
*/

/**
Expand Down
4 changes: 4 additions & 0 deletions src/GeoExt/slider/MapPanelItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
* text of the license.
*/

/**
* @requires GeoExt/Version.js
*/

/**
* A base class for sliders that can be rendered as items of a GeoExt.panel.Map.
*
Expand Down
4 changes: 4 additions & 0 deletions src/GeoExt/slider/Tip.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
* text of the license.
*/

/**
* @requires GeoExt/Version.js
*/

/**
* Create a slider tip displaying `Ext.slider.SingleSlider` values over slider
* thumbs.
Expand Down
1 change: 1 addition & 0 deletions src/GeoExt/slider/Zoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/*
* @include OpenLayers/Util.js
* @requires GeoExt/slider/MapPanelItem.js
* @requires GeoExt/panel/Map.js
*/

Expand Down
1 change: 1 addition & 0 deletions src/GeoExt/state/PermalinkProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/*
* @include OpenLayers/Util.js
* @requires GeoExt/Version.js
*/

/**
Expand Down
4 changes: 4 additions & 0 deletions src/GeoExt/tree/Column.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
* text of the license.
*/

/**
* @requires GeoExt/Version.js
*/

/**
* A subclass of {@link Ext.tree.Column}, which provides indentation and
* folder structure markup for a Tree, taking into account depth and
Expand Down
4 changes: 4 additions & 0 deletions src/GeoExt/tree/LayerNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
* text of the license.
*/

/**
* @requires GeoExt/Version.js
*/

/**
* The LayerNode plugin. This is used to create a node that is connected to
* a layer, so the checkbox and the layer's visibility are in sync. A basic
Expand Down
4 changes: 4 additions & 0 deletions src/GeoExt/tree/View.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
* text of the license.
*/

/**
* @requires GeoExt/Version.js
*/

/**
* This plugin provides basic tree - map synchronisation functionality for a
* TreeView.
Expand Down
1 change: 1 addition & 0 deletions src/GeoExt/window/Popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* @include OpenLayers/Feature/Vector.js
* @include OpenLayers/Geometry.js
* @include GeoExt/panel/Map.js
* @requires GeoExt/Version.js
*/

/**
Expand Down

0 comments on commit 518ab31

Please sign in to comment.