From: <jc...@us...> - 2006-11-29 23:32:16
|
Revision: 408 http://svn.sourceforge.net/omc/?rev=408&view=rev Author: jcarey Date: 2006-11-29 15:32:16 -0800 (Wed, 29 Nov 2006) Log Message: ----------- Moved the xml service provider to its own project in the new contrib area Modified Paths: -------------- base/trunk/configure.ac base/trunk/src/providers/Makefile.am Removed Paths: ------------- base/trunk/src/providers/xml-service/ Modified: base/trunk/configure.ac =================================================================== --- base/trunk/configure.ac 2006-11-29 23:25:03 UTC (rev 407) +++ base/trunk/configure.ac 2006-11-29 23:32:16 UTC (rev 408) @@ -186,7 +186,6 @@ src/providers/time-service/Makefile src/providers/initd/Makefile src/providers/syslog/Makefile - src/providers/xml-service/Makefile test/Makefile test/unit/Makefile ]) Modified: base/trunk/src/providers/Makefile.am =================================================================== --- base/trunk/src/providers/Makefile.am 2006-11-29 23:25:03 UTC (rev 407) +++ base/trunk/src/providers/Makefile.am 2006-11-29 23:32:16 UTC (rev 408) @@ -10,8 +10,7 @@ operating-system \ posix-file-elements \ processes \ -syslog \ -xml-service +syslog if DO_INITD_PROVIDER SUBDIRS += initd This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |