Index: trunk/extensions/Deployment/includes/PackageDescriptor.php |
— | — | @@ -0,0 +1,22 @@ |
| 2 | +<?php
|
| 3 | +
|
| 4 | +/**
|
| 5 | + * File holding the PackageDescriptor class.
|
| 6 | + * Partly based on DeployDescriptor from Ontoprises Deployment Framework.
|
| 7 | + *
|
| 8 | + * @file PackageDescriptor.php
|
| 9 | + * @ingroup Deployment
|
| 10 | + *
|
| 11 | + * @author Jeroen De Dauw
|
| 12 | + * @author Kai K�hn
|
| 13 | + */
|
| 14 | +
|
| 15 | +/**
|
| 16 | + * Package description class.
|
| 17 | + *
|
| 18 | + * @author Jeroen De Dauw
|
| 19 | + * @author Kai K�hn
|
| 20 | + */
|
| 21 | +class PackageDescriptor {
|
| 22 | +
|
| 23 | +} |
\ No newline at end of file |
Index: trunk/extensions/Deployment/includes/PackageRepository.php |
— | — | @@ -0,0 +1,19 @@ |
| 2 | +<?php
|
| 3 | +
|
| 4 | +/**
|
| 5 | + * File holding the PackageRepository class.
|
| 6 | + *
|
| 7 | + * @file PackageRepository.php
|
| 8 | + * @ingroup Deployment
|
| 9 | + *
|
| 10 | + * @author Jeroen De Dauw
|
| 11 | + */
|
| 12 | +
|
| 13 | +/**
|
| 14 | + * Package description processing class.
|
| 15 | + *
|
| 16 | + * @author Jeroen De Dauw
|
| 17 | + */
|
| 18 | +class PackageRepository {
|
| 19 | +
|
| 20 | +} |
\ No newline at end of file |
Index: trunk/extensions/Deployment/includes/PackageDescriptiorProcessor.php |
— | — | @@ -0,0 +1,22 @@ |
| 2 | +<?php
|
| 3 | +
|
| 4 | +/**
|
| 5 | + * File holding the PackageDescriptorProcessor class.
|
| 6 | + * Partly based on DeployDescriptorProcessor from Ontoprises Deployment Framework.
|
| 7 | + *
|
| 8 | + * @file PackageDescriptorProcessor.php
|
| 9 | + * @ingroup Deployment
|
| 10 | + *
|
| 11 | + * @author Jeroen De Dauw
|
| 12 | + * @author Kai K�hn
|
| 13 | + */
|
| 14 | +
|
| 15 | +/**
|
| 16 | + * Package description processing class.
|
| 17 | + *
|
| 18 | + * @author Jeroen De Dauw
|
| 19 | + * @author Kai K�hn
|
| 20 | + */
|
| 21 | +class PackageDescriptorProcessor {
|
| 22 | +
|
| 23 | +} |
\ No newline at end of file |