phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: CVSROOT modules,1.1,1.2


From: Luca - De Whiskey's - De Vitis <address@hidden>
Subject: [Phpgroupware-cvs] CVS: CVSROOT modules,1.1,1.2
Date: Wed, 19 Jun 2002 11:07:15 -0400

Update of /cvsroot/phpgroupware/CVSROOT
In directory subversions:/tmp/cvs-serv16050/CVSROOT

Modified Files:
        modules 
Log Message:
Added utility modules and aliases.


Index: modules
===================================================================
RCS file: /cvsroot/phpgroupware/CVSROOT/modules,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** modules     24 Jun 2000 08:16:43 -0000      1.1
--- modules     19 Jun 2002 15:07:12 -0000      1.2
***************
*** 1,2 ****
--- 1,3 ----
+ # $Id$
  # Three different line formats are valid:
  #     key     -a    aliases...
***************
*** 25,26 ****
--- 26,54 ----
  # can be useful for creating a module that consists of many directories
  # spread out over the entire source repository.
+ 
+ # Not necesary, but nice to read.
+ base_directory -a phpgroupware
+ 
+ # The list of the core modules.
+ core_modules -a addressbook admin calendar email manual nntp notes phpgwapi 
preferences setup todo
+ 
+ # The list of application modules.
+ applications_modules -a bookkeeping bookmarks brewer chat chora comic 
developer_tools dj eldaptir filemanager forum ftp headlines hr img infolog inv 
messenger napster news_admin phonelog phpsysinfo phpwebhosting polls projects 
registration skel soap stocks tts wap weather xmlrpc
+ 
+ # Here we find the first trick...
+ core_release -d phpgroupware &core_modules
+ # ... And here is the second, not really necesary, but may come in handy.
+ applications_release -d phpgroupware &applications_modules
+ 
+ # Let's put together the above tricks, and here is the magic.
+ release -a base_directory core_release applications_release
+ 
+ # Not necesary, but nice to read.
+ full -a release
+ 
+ # Not necesary, but nice to read.
+ latest -a release
+ 
+ # Row list for repository modules.
+ all -a phpgroupware core_modules applications_modules
+ 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]