Index: trunk/extensions/Deployment/Deployment.php |
— | — | @@ -16,6 +16,8 @@ |
17 | 17 | |
18 | 18 | define( 'Deployment_VERSION', '0.1 alpha' ); |
19 | 19 | |
| 20 | +include_once 'Deployment_Settings.php'; |
| 21 | + |
20 | 22 | // Register the initialization function. |
21 | 23 | $wgExtensionFunctions[] = 'efDeploymentSetup'; |
22 | 24 | |
Index: trunk/extensions/Deployment/Deployment_Settings.php |
— | — | @@ -0,0 +1,13 @@ |
| 2 | +<?php |
| 3 | + |
| 4 | +/** |
| 5 | + * Settings file for the Deployment extension. |
| 6 | + * Extension documentation: http://www.mediawiki.org/wiki/Extension:Deployment |
| 7 | + * |
| 8 | + * @file Deployment_Settings.php |
| 9 | + * @ingroup Deployment |
| 10 | + * |
| 11 | + * @author Jeroen De Dauw |
| 12 | + */ |
| 13 | + |
| 14 | +$wgRepositoryApiLocation = 'http://www.mediawiki.org/w/api.php'; |
\ No newline at end of file |
Property changes on: trunk/extensions/Deployment/Deployment_Settings.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 15 | + native |