Return-Path: X-Original-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C1AD10BDB for ; Tue, 3 Sep 2013 18:58:06 +0000 (UTC) Received: (qmail 40271 invoked by uid 500); 3 Sep 2013 18:58:06 -0000 Delivered-To: apmail-incubator-celix-commits-archive@incubator.apache.org Received: (qmail 40247 invoked by uid 500); 3 Sep 2013 18:58:04 -0000 Mailing-List: contact celix-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: celix-dev@incubator.apache.org Delivered-To: mailing list celix-commits@incubator.apache.org Received: (qmail 40239 invoked by uid 99); 3 Sep 2013 18:58:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Sep 2013 18:58:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Sep 2013 18:58:02 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 744892388980; Tue, 3 Sep 2013 18:57:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1519794 - /incubator/celix/trunk/remote_services/CMakeLists.txt Date: Tue, 03 Sep 2013 18:57:42 -0000 To: celix-commits@incubator.apache.org From: pnoltes@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130903185742.744892388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pnoltes Date: Tue Sep 3 18:57:42 2013 New Revision: 1519794 URL: http://svn.apache.org/r1519794 Log: CELIX-65: removed wrong include in the remote_services CMakeLists. Modified: incubator/celix/trunk/remote_services/CMakeLists.txt Modified: incubator/celix/trunk/remote_services/CMakeLists.txt URL: http://svn.apache.org/viewvc/incubator/celix/trunk/remote_services/CMakeLists.txt?rev=1519794&r1=1519793&r2=1519794&view=diff ============================================================================== --- incubator/celix/trunk/remote_services/CMakeLists.txt (original) +++ incubator/celix/trunk/remote_services/CMakeLists.txt Tue Sep 3 18:57:42 2013 @@ -29,8 +29,6 @@ if (REMOTE_SERVICE_ADMIN) endif(CMAKE_UNAME) endif(UNIX AND NOT WIN32) - add_subdirectory(utils) - add_subdirectory(topology_manager) add_subdirectory(remote_service_admin) add_subdirectory(discovery_slp)