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 \
55 &net.sourceforge.phpeclipse.externaltools \
56 &net.sourceforge.phpeclipse.wizards
58 # Everything for building the project
62 # - experimental stuff that might become core/opt later (xdebug...)
63 # - development stuff that's internal to the project (tests...)
65 &net.sourceforge.phpeclipse.jtidy \
66 &net.sourceforge.phpeclipse.tests \
67 &net.sourceforge.phpeclipse.xdebug.core \
68 &net.sourceforge.phpeclipse.xdebug.ui
71 # - stuff that's been moved elsewhere (plog4u) or just orphaned (...sql...)
74 &net.sourceforge.phpeclipse.debug.launching \
75 &net.sourceforge.phpeclipse.debug.phphelp \
76 &net.sourceforge.phpeclipse.quantum.sql \
77 &net.sourceforge.phpeclipse.sql \
78 &net.sourceforge.phpeclipse.wiki \
79 &org.eclipse.jdt.debug \
81 &org.plog4u.wiki.test \
83 &pluginphpeclipsetest \