1 # Three different line formats are valid:
 
   3 #   key [options] directory
 
   4 #   key [options] directory files...
 
   6 # Where "options" are composed of:
 
   7 #   -i prog     Run "prog" on "cvs commit" from top-level of module.
 
   8 #   -o prog     Run "prog" on "cvs checkout" of module.
 
   9 #   -e prog     Run "prog" on "cvs export" of module.
 
  10 #   -t prog     Run "prog" on "cvs rtag" of module.
 
  11 #   -u prog     Run "prog" on "cvs update" of module.
 
  12 #   -d dir      Place module in directory "dir" instead of module name.
 
  13 #   -l      Top-level directory only -- do not recurse.
 
  15 # NOTE:  If you change any of the "Run" options above, you'll have to
 
  16 # release and re-checkout any working directories of these modules.
 
  18 # And "directory" is a path to a directory relative to $CVSROOT.
 
  20 # The "-a" option specifies an alias.  An alias is interpreted as if
 
  21 # everything on the right of the "-a" had been typed on the command line.
 
  23 # You can encode a module within a module by using the special '&'
 
  24 # character to interpose another module into the current module.  This
 
  25 # can be useful for creating a module that consists of many directories
 
  26 # spread out over the entire source repository.
 
  30         &net.sourceforge.phpeclipse \
 
  31         &net.sourceforge.phpeclipse.core \
 
  32         &net.sourceforge.phpeclipse.feature \
 
  33         &net.sourceforge.phpeclipse.nl1 \
 
  34         &net.sourceforge.phpeclipse.ui \
 
  35         &net.sourceforge.phpeclipse.webbrowser \
 
  36         &net.sourceforge.phpeclipse.xml.core \
 
  37         &net.sourceforge.phpeclipse.xml.ui 
 
  41         &net.sourceforge.phpeclipse.css.core \
 
  42         &net.sourceforge.phpeclipse.css.ui \
 
  43         &net.sourceforge.phpeclipse.debug.core \
 
  44         &net.sourceforge.phpeclipse.debug.ui \
 
  45         &net.sourceforge.phpeclipse.html.ui \
 
  46         &net.sourceforge.phpeclipse.js.core \
 
  47         &net.sourceforge.phpeclipse.js.ui \
 
  48         &net.sourceforge.phpeclipse.launching \
 
  49         &net.sourceforge.phpeclipse.monitor.core \
 
  50         &net.sourceforge.phpeclipse.monitor.ui \
 
  51         &net.sourceforge.phpeclipse.phphelp \
 
  52         &net.sourceforge.phpeclipse.phphelp.nl1 \
 
  53         &net.sourceforge.phpeclipse.phpunit \
 
  54         &net.sourceforge.phpeclipse.smarty.ui 
 
  56 # Everything for building the project
 
  60 #  - experimental stuff that might become core/opt later (xdebug...)
 
  61 #  - development stuff that's internal to the project (tests...)
 
  63         &net.sourceforge.phpeclipse.jtidy \
 
  64         &net.sourceforge.phpeclipse.tests \
 
  65         &net.sourceforge.phpeclipse.xdebug.core \
 
  66         &net.sourceforge.phpeclipse.xdebug.ui 
 
  69 #  - stuff that's been moved elsewhere (plog4u) or just orphaned (...sql...)
 
  72         &net.sourceforge.phpeclipse.debug.launching \
 
  73         &net.sourceforge.phpeclipse.debug.phphelp \
 
  74         &net.sourceforge.phpeclipse.quantum.sql \
 
  75         &net.sourceforge.phpeclipse.sql \
 
  76         &net.sourceforge.phpeclipse.wiki \
 
  77         &org.eclipse.jdt.debug \
 
  79         &org.plog4u.wiki.test \
 
  81         &pluginphpeclipsetest \