http://www.mediawiki.org/wiki/Special:Code/MediaWiki/70120

Revision: 70120
Author:   jeroendedauw
Date:     2010-07-28 22:44:33 +0000 (Wed, 28 Jul 2010)

Log Message:
-----------
Added some class stubs

Added Paths:
-----------
    trunk/extensions/Deployment/includes/PackageDescriptiorProcessor.php
    trunk/extensions/Deployment/includes/PackageDescriptor.php
    trunk/extensions/Deployment/includes/PackageRepository.php

Added: trunk/extensions/Deployment/includes/PackageDescriptiorProcessor.php
===================================================================
--- trunk/extensions/Deployment/includes/PackageDescriptiorProcessor.php        
                        (rev 0)
+++ trunk/extensions/Deployment/includes/PackageDescriptiorProcessor.php        
2010-07-28 22:44:33 UTC (rev 70120)
@@ -0,0 +1,22 @@
+<?php
+
+/**
+ * File holding the PackageDescriptorProcessor class.
+ * Partly based on DeployDescriptorProcessor from Ontoprises Deployment 
Framework.
+ *
+ * @file PackageDescriptorProcessor.php
+ * @ingroup Deployment
+ *
+ * @author Jeroen De Dauw
+ * @author Kai K\xFChn
+ */
+
+/**
+ * Package description processing class.
+ * 
+ * @author Jeroen De Dauw
+ * @author Kai K\xFChn
+ */
+class PackageDescriptorProcessor {
+       
+}
\ No newline at end of file

Added: trunk/extensions/Deployment/includes/PackageDescriptor.php
===================================================================
--- trunk/extensions/Deployment/includes/PackageDescriptor.php                  
        (rev 0)
+++ trunk/extensions/Deployment/includes/PackageDescriptor.php  2010-07-28 
22:44:33 UTC (rev 70120)
@@ -0,0 +1,22 @@
+<?php
+
+/**
+ * File holding the PackageDescriptor class.
+ * Partly based on DeployDescriptor from Ontoprises Deployment Framework.
+ *
+ * @file PackageDescriptor.php
+ * @ingroup Deployment
+ *
+ * @author Jeroen De Dauw
+ * @author Kai K\xFChn
+ */
+
+/**
+ * Package description class.
+ * 
+ * @author Jeroen De Dauw
+ * @author Kai K\xFChn
+ */
+class PackageDescriptor {
+       
+}
\ No newline at end of file

Added: trunk/extensions/Deployment/includes/PackageRepository.php
===================================================================
--- trunk/extensions/Deployment/includes/PackageRepository.php                  
        (rev 0)
+++ trunk/extensions/Deployment/includes/PackageRepository.php  2010-07-28 
22:44:33 UTC (rev 70120)
@@ -0,0 +1,19 @@
+<?php
+
+/**
+ * File holding the PackageRepository class.
+ *
+ * @file PackageRepository.php
+ * @ingroup Deployment
+ *
+ * @author Jeroen De Dauw
+ */
+
+/**
+ * Package description processing class.
+ * 
+ * @author Jeroen De Dauw
+ */
+class PackageRepository {
+       
+}
\ No newline at end of file



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to