|
From: <ba...@us...> - 2007-01-18 01:16:01
|
Revision: 426
http://svn.sourceforge.net/omc/?rev=426&view=rev
Author: bartw
Date: 2007-01-17 17:15:58 -0800 (Wed, 17 Jan 2007)
Log Message:
-----------
removed xml service provider
Modified Paths:
--------------
base/branches/1.0/configure.ac
base/branches/1.0/src/providers/Makefile.am
Removed Paths:
-------------
base/branches/1.0/src/providers/xml-service/
Modified: base/branches/1.0/configure.ac
===================================================================
--- base/branches/1.0/configure.ac 2007-01-12 00:35:28 UTC (rev 425)
+++ base/branches/1.0/configure.ac 2007-01-18 01:15:58 UTC (rev 426)
@@ -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/branches/1.0/src/providers/Makefile.am
===================================================================
--- base/branches/1.0/src/providers/Makefile.am 2007-01-12 00:35:28 UTC (rev 425)
+++ base/branches/1.0/src/providers/Makefile.am 2007-01-18 01:15:58 UTC (rev 426)
@@ -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.
|