|
From: Bryan T. <tho...@us...> - 2007-04-23 13:09:42
|
Update of /cvsroot/cweb/bigdata In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv20436 Modified Files: project.xml Log Message: The metadata server now tracks join/leaves of data services within a managed set of registrars and has a test case for this feature. Index: project.xml =================================================================== RCS file: /cvsroot/cweb/bigdata/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** project.xml 15 Apr 2007 23:29:26 -0000 1.6 --- project.xml 23 Apr 2007 13:09:30 -0000 1.7 *************** *** 416,419 **** --- 416,425 ---- <url>http://www.jini.org/wiki/Category:Jini_Starter_Kit</url> </dependency> + <dependency><!-- contains ServiceDiscoveryManager. --> + <groupId>jini</groupId> + <artifactId>jsk-lib</artifactId> + <version>2.1</version> + <url>http://www.jini.org/wiki/Category:Jini_Starter_Kit</url> + </dependency> <dependency> <groupId>jini</groupId> |