I defined three CVS modules (core, opt and extra) corresponding to the
[phpeclipse.git] / CVSROOT / modules
1 # Three different line formats are valid:
2 #   key -a    aliases...
3 #   key [options] directory
4 #   key [options] directory files...
5 #
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.
14 #
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.
17 #
18 # And "directory" is a path to a directory relative to $CVSROOT.
19 #
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.
22 #
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.
27
28 # Required plugins
29 core    \
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 
38
39 # Optional plugins 
40 opt \
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.phphelp \
50         &net.sourceforge.phpeclipse.phphelp.nl1 \
51         &net.sourceforge.phpeclipse.phpunit \
52         &net.sourceforge.phpeclipse.smarty.ui 
53
54 # Everything else
55 # (This splits further down:
56 #  - experimental stuff that might become core/opt later (xdebug...)
57 #  - development stuff that's internal to the project (tests...)
58 #  - dead stuff that's been moved elsewhere (plog4u) or just orphaned (...sql)
59 extra \
60         &net.sourceforge.phpeclipse.feature.core \
61         &net.sourceforge.phpeclipse.debug.launching \
62         &net.sourceforge.phpeclipse.debug.phphelp \
63         &net.sourceforge.phpeclipse.jtidy \
64         &net.sourceforge.phpeclipse.monitor.core \
65         &net.sourceforge.phpeclipse.monitor.ui \
66         &net.sourceforge.phpeclipse.news \
67         &net.sourceforge.phpeclipse.quantum.sql \
68         &net.sourceforge.phpeclipse.sql \
69         &net.sourceforge.phpeclipse.tests \
70         &net.sourceforge.phpeclipse.wiki \
71         &net.sourceforge.phpeclipse.xdebug.core \
72         &net.sourceforge.phpeclipse.xdebug.ui \
73         &org.eclipse.jdt.debug \
74         &org.plog4u.wiki \
75         &org.plog4u.wiki.test \
76         &phpeclipse \
77         &pluginphpeclipsetest \
78         &testplugin
79