Skip to content

Commit

Permalink
Changed include/requires to allow static build
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornharrtell committed May 20, 2013
1 parent d54dcc8 commit b201e87
Show file tree
Hide file tree
Showing 17 changed files with 27 additions and 16 deletions.
5 changes: 5 additions & 0 deletions build.cfg
@@ -0,0 +1,5 @@
[geoext2.js]
root=
src
exclude=
OpenLayers
2 changes: 1 addition & 1 deletion src/GeoExt/container/UrlLegend.js
Expand Up @@ -8,7 +8,7 @@

/*
* @requires GeoExt/container/LayerLegend.js
* @include GeoExt/LegendImage.js
* @requires GeoExt/LegendImage.js
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/GeoExt/container/WmsLegend.js
Expand Up @@ -10,7 +10,7 @@
* @include OpenLayers/Layer/WMS.js
* @include OpenLayers/Util.js
* @requires GeoExt/container/LayerLegend.js
* @include GeoExt/LegendImage.js
* @requires GeoExt/LegendImage.js
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/GeoExt/data/AttributeStore.js
Expand Up @@ -7,7 +7,7 @@
*/

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

/**
Expand Down
2 changes: 1 addition & 1 deletion src/GeoExt/data/LayerStore.js
Expand Up @@ -7,7 +7,7 @@
*/

/*
* @include GeoExt/data/LayerModel.js
* @requires GeoExt/data/LayerModel.js
*/

/**
Expand Down
1 change: 1 addition & 0 deletions src/GeoExt/data/WfsCapabilitiesLayerStore.js
Expand Up @@ -8,6 +8,7 @@

/*
* @include GeoExt/data/reader/WfsCapabilities.js
* @requires GeoExt/data/WfsCapabilitiesLayerModel.js
* @requires GeoExt/data/OwsStore.js
*/

Expand Down
2 changes: 1 addition & 1 deletion src/GeoExt/data/WmsCapabilitiesLayerModel.js
Expand Up @@ -7,7 +7,7 @@
*/

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

/**
Expand Down
3 changes: 2 additions & 1 deletion src/GeoExt/data/WmsCapabilitiesLayerStore.js
Expand Up @@ -7,7 +7,8 @@
*/

/*
* @include GeoExt/data/reader/WmsCapabilities.js
* @requires GeoExt/data/reader/WmsCapabilities.js
* @requires GeoExt/data/WmsCapabilitiesLayerModel.js
* @requires GeoExt/data/OwsStore.js
*/

Expand Down
3 changes: 2 additions & 1 deletion src/GeoExt/data/WmsDescribeLayerStore.js
Expand Up @@ -7,7 +7,8 @@
*/

/*
* @include GeoExt/data/reader/WmsDescribeLayer.js
* @requires GeoExt/data/reader/WmsDescribeLayer.js
* @requires GeoExt/data/WmsDescribeLayerModel.js
* @requires GeoExt/data/OwsStore.js
*/

Expand Down
2 changes: 1 addition & 1 deletion src/GeoExt/form/Basic.js
Expand Up @@ -7,7 +7,7 @@
*/

/*
* @include GeoExt/widgets/form/action/Search.js
* @include GeoExt/form/action/Search.js
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/GeoExt/form/action/Search.js
Expand Up @@ -7,7 +7,7 @@
*/

/*
* @include GeoExt/Form.js
* @requires GeoExt/Form.js
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/GeoExt/panel/PrintMap.js
Expand Up @@ -9,7 +9,7 @@
/*
* @include OpenLayers/Layer/Vector.js
* @requires GeoExt/panel/Map.js
* @include GeoExt/data/PrintProvider.js
* @requires GeoExt/data/MapfishPrintProvider.js
* @include GeoExt/data/PrintPage.js
*/

Expand Down
4 changes: 4 additions & 0 deletions src/GeoExt/plugins/PrintProviderField.js
Expand Up @@ -5,6 +5,10 @@
* See https://github.com/geoext/geoext2/blob/master/license.txttxt for the full
* text of the license.
*/

/*
* @requires GeoExt/data/MapfishPrintProvider.js
*/

/**
* @class GeoExt.plugins.PrintProviderField
Expand Down
2 changes: 1 addition & 1 deletion src/GeoExt/slider/Zoom.js
Expand Up @@ -8,7 +8,7 @@

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

/**
Expand Down
3 changes: 1 addition & 2 deletions src/GeoExt/tree/LayerContainer.js
Expand Up @@ -7,8 +7,7 @@
*/

/*
* @include GeoExt/tree/LayerLoader.js
* @include GeoExt/data/Loader.js
* @requires GeoExt/tree/LayerLoader.js
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/GeoExt/tree/LayerLoader.js
Expand Up @@ -7,7 +7,7 @@
*/

/*
* @include GeoExt/tree/LayerNode.js
* @requires GeoExt/tree/LayerNode.js
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/GeoExt/tree/Panel.js
Expand Up @@ -7,8 +7,8 @@
*/

/*
* @include GeoExt/tree/Column.js
* @include GeoExt/tree/View.js
* @requires GeoExt/tree/Column.js
* @requires GeoExt/tree/View.js
*/

/**
Expand Down

0 comments on commit b201e87

Please sign in to comment.