Update of /cvsroot/bprocessor/CVSROOT
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26260
Modified Files:
modules
Log Message:
added facade
Index: modules
===================================================================
RCS file: /cvsroot/bprocessor/CVSROOT/modules,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** modules 14 Jul 2005 09:52:37 -0000 1.3
--- modules 18 Aug 2006 11:52:03 -0000 1.4
***************
*** 25,29 ****
# can be useful for creating a module that consists of many directories
# spread out over the entire source repository.
! all -a build kernel model gui gl tools
build build
--- 25,29 ----
# can be useful for creating a module that consists of many directories
# spread out over the entire source repository.
! all -a build kernel model gui gl tools facade
build build
***************
*** 33,34 ****
--- 33,35 ----
gl gl
tools tools
+ facade facade
|