http://www.mediawiki.org/wiki/Special:Code/MediaWiki/70158
Revision: 70158
Author: jeroendedauw
Date: 2010-07-29 18:37:24 +0000 (Thu, 29 Jul 2010)
Log Message:
-----------
Work on repository and package definitions
Modified Paths:
--------------
trunk/extensions/Deployment/Deployment.php
trunk/extensions/Deployment/includes/PackageDescriptor.php
trunk/extensions/Deployment/includes/PackageDescriptorParser.php
trunk/extensions/Deployment/includes/PackageDescriptorProcessor.php
Modified: trunk/extensions/Deployment/Deployment.php
===================================================================
--- trunk/extensions/Deployment/Deployment.php 2010-07-29 18:36:39 UTC (rev
70157)
+++ trunk/extensions/Deployment/Deployment.php 2010-07-29 18:37:24 UTC (rev
70158)
@@ -10,12 +10,6 @@
* @author Jeroen De Dauw
*/
-/**
- * This documenation group collects source code files belonging to Deployment.
- *
- * @defgroup Deployment Deployment
- */
-
if ( !defined( 'MEDIAWIKI' ) ) {
die( 'Not an entry point.' );
}
Modified: trunk/extensions/Deployment/includes/PackageDescriptor.php
===================================================================
--- trunk/extensions/Deployment/includes/PackageDescriptor.php 2010-07-29
18:36:39 UTC (rev 70157)
+++ trunk/extensions/Deployment/includes/PackageDescriptor.php 2010-07-29
18:37:24 UTC (rev 70158)
@@ -19,4 +19,11 @@
*/
class PackageDescriptor {
+ /**
+ * Constructor.
+ */
+ public function __construct() {
+ // TODO
+ }
+
}
\ No newline at end of file
Modified: trunk/extensions/Deployment/includes/PackageDescriptorParser.php
===================================================================
--- trunk/extensions/Deployment/includes/PackageDescriptorParser.php
2010-07-29 18:36:39 UTC (rev 70157)
+++ trunk/extensions/Deployment/includes/PackageDescriptorParser.php
2010-07-29 18:37:24 UTC (rev 70158)
@@ -26,7 +26,7 @@
*/
public function __construct() {
// TODO
- }
+ }
}
Modified: trunk/extensions/Deployment/includes/PackageDescriptorProcessor.php
===================================================================
--- trunk/extensions/Deployment/includes/PackageDescriptorProcessor.php
2010-07-29 18:36:39 UTC (rev 70157)
+++ trunk/extensions/Deployment/includes/PackageDescriptorProcessor.php
2010-07-29 18:37:24 UTC (rev 70158)
@@ -24,6 +24,6 @@
*/
public function __construct() {
// TODO
- }
+ }
}
\ No newline at end of file
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs