diff options
| author | Louis-Philippe Huberdeau <lphuberdeau@users.sourceforge.net> | 2006-02-16 00:28:17 +0000 |
|---|---|---|
| committer | Louis-Philippe Huberdeau <lphuberdeau@users.sourceforge.net> | 2006-02-16 00:28:17 +0000 |
| commit | 56f9abb9bb3374a72167221ab1e587ea4508c16c (patch) | |
| tree | be7a4caf89fae8c9c10c8c09ddfde4f91ce9ab5c /LibertySystem.php | |
| parent | 76f05c69088c83e704f0190215a3ec41c2b48440 (diff) | |
| download | liberty-56f9abb9bb3374a72167221ab1e587ea4508c16c.tar.gz liberty-56f9abb9bb3374a72167221ab1e587ea4508c16c.tar.bz2 liberty-56f9abb9bb3374a72167221ab1e587ea4508c16c.zip | |
Constant for meta package.
Diffstat (limited to 'LibertySystem.php')
| -rwxr-xr-x | LibertySystem.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/LibertySystem.php b/LibertySystem.php index fca479a..3d2f286 100755 --- a/LibertySystem.php +++ b/LibertySystem.php @@ -3,7 +3,7 @@ * System class for handling the liberty package * * @package liberty -* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.16 2006/02/10 23:01:17 squareing Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.17 2006/02/16 00:28:17 lphuberdeau Exp $ * @author spider <spider@steelsun.com> */ @@ -29,6 +29,7 @@ define( 'DATA_PLUGIN', 'data' ); define( 'LIBERTY_SERVICE_ACCESS_CONTROL', 'access_control' ); define( 'LIBERTY_SERVICE_CATEGORIZATION', 'categorization' ); define( 'LIBERTY_SERVICE_COMMERCE', 'commerce' ); +define( 'LIBERTY_SERVICE_METADATA', 'metadata' ); define( 'LIBERTY_SERVICE_MENU', 'menu' ); define( 'LIBERTY_SERVICE_DOCUMENT_GENERATION', 'document_generation' ); define( 'LIBERTY_SERVICE_SEARCH', 'search'); |
