[Jderobot-admin] jderobot-r992 - in trunk: . Deps src/stable/components src/stable/components/kinectViewer/build src/stable/components/openniServer/build src/stable/components/replayController/build src/testing/components/calibratorKinect/build src/testing/components/giraffeclient/build src/testing/components/kinectServer/build src/testing/components/motiondetection/build_

eperdices en jderobot.org eperdices en jderobot.org
Jue Sep 26 15:28:19 CEST 2013


Author: eperdices
Date: 2013-09-26 15:27:19 +0200 (Thu, 26 Sep 2013)
New Revision: 992

Removed:
   trunk/Deps/player/
   trunk/src/stable/components/playerserver/
   trunk/src/stable/components/playerserver2.0/
Modified:
   trunk/CMakeLists.txt
   trunk/Deps/CMakeLists.txt
   trunk/src/stable/components/kinectViewer/build/CMakeLists.txt
   trunk/src/stable/components/openniServer/build/CMakeLists.txt
   trunk/src/stable/components/replayController/build/CMakeLists.txt
   trunk/src/testing/components/calibratorKinect/build/CMakeLists.txt
   trunk/src/testing/components/giraffeclient/build/CMakeLists.txt
   trunk/src/testing/components/kinectServer/build/CMakeLists.txt
   trunk/src/testing/components/motiondetection/build_/CMakeLists.txt
Log:
Deleted player from components and dependences



Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2013-09-25 14:19:51 UTC (rev 991)
+++ trunk/CMakeLists.txt	2013-09-26 13:27:19 UTC (rev 992)
@@ -113,7 +113,6 @@
 include(${DEPS_DIR}/pcl/CMakeLists.txt)
 include(${DEPS_DIR}/openni/CMakeLists.txt)
 include(${DEPS_DIR}/nite/CMakeLists.txt)
-include(${DEPS_DIR}/player/CMakeLists.txt)
 include(${DEPS_DIR}/xerces/CMakeLists.txt)
 include(${DEPS_DIR}/ice/CMakeLists.txt)
 include(${DEPS_DIR}/cwiid/CMakeLists.txt)

Modified: trunk/Deps/CMakeLists.txt
===================================================================
--- trunk/Deps/CMakeLists.txt	2013-09-25 14:19:51 UTC (rev 991)
+++ trunk/Deps/CMakeLists.txt	2013-09-26 13:27:19 UTC (rev 992)
@@ -1,5 +1,4 @@
 add_subdirectory (gearbox gearbox)
 add_subdirectory (pcl pcl)
-add_subdirectory (player player)
 add_subdirectory (fireware fireware)
 add_subdirectory (xerces xerces)

Modified: trunk/src/stable/components/kinectViewer/build/CMakeLists.txt
===================================================================
--- trunk/src/stable/components/kinectViewer/build/CMakeLists.txt	2013-09-25 14:19:51 UTC (rev 991)
+++ trunk/src/stable/components/kinectViewer/build/CMakeLists.txt	2013-09-26 13:27:19 UTC (rev 992)
@@ -65,7 +65,6 @@
 include(${DEPS_DIR}/gearbox/CMakeLists.txt)
 #include(${DEPS_DIR}/fireware/CMakeLists.txt)
 #include(${DEPS_DIR}/pcl/CMakeLists.txt)
-#include(${DEPS_DIR}/player/CMakeLists.txt)
 #include(${DEPS_DIR}/xerces/CMakeLists.txt)
 include(${DEPS_DIR}/ice/CMakeLists.txt)
 include(${DEPS_DIR}/opencv/CMakeLists.txt)

Modified: trunk/src/stable/components/openniServer/build/CMakeLists.txt
===================================================================
--- trunk/src/stable/components/openniServer/build/CMakeLists.txt	2013-09-25 14:19:51 UTC (rev 991)
+++ trunk/src/stable/components/openniServer/build/CMakeLists.txt	2013-09-26 13:27:19 UTC (rev 992)
@@ -69,7 +69,6 @@
 include(${DEPS_DIR}/opencv/CMakeLists.txt)
 #include(${DEPS_DIR}/fireware/CMakeLists.txt)
 #include(${DEPS_DIR}/pcl/CMakeLists.txt)
-#include(${DEPS_DIR}/player/CMakeLists.txt)
 #include(${DEPS_DIR}/xerces/CMakeLists.txt)
 
 # START RECURSIVE

Modified: trunk/src/stable/components/replayController/build/CMakeLists.txt
===================================================================
--- trunk/src/stable/components/replayController/build/CMakeLists.txt	2013-09-25 14:19:51 UTC (rev 991)
+++ trunk/src/stable/components/replayController/build/CMakeLists.txt	2013-09-26 13:27:19 UTC (rev 992)
@@ -65,7 +65,6 @@
 include(${DEPS_DIR}/gearbox/CMakeLists.txt)
 #include(${DEPS_DIR}/fireware/CMakeLists.txt)
 #include(${DEPS_DIR}/pcl/CMakeLists.txt)
-#include(${DEPS_DIR}/player/CMakeLists.txt)
 #include(${DEPS_DIR}/xerces/CMakeLists.txt)
 include(${DEPS_DIR}/ice/CMakeLists.txt)
 include(${DEPS_DIR}/opencv/CMakeLists.txt)

Modified: trunk/src/testing/components/calibratorKinect/build/CMakeLists.txt
===================================================================
--- trunk/src/testing/components/calibratorKinect/build/CMakeLists.txt	2013-09-25 14:19:51 UTC (rev 991)
+++ trunk/src/testing/components/calibratorKinect/build/CMakeLists.txt	2013-09-26 13:27:19 UTC (rev 992)
@@ -65,7 +65,6 @@
 include(${DEPS_DIR}/gearbox/CMakeLists.txt)
 #include(${DEPS_DIR}/fireware/CMakeLists.txt)
 #include(${DEPS_DIR}/pcl/CMakeLists.txt)
-#include(${DEPS_DIR}/player/CMakeLists.txt)
 #include(${DEPS_DIR}/xerces/CMakeLists.txt)
 include(${DEPS_DIR}/ice/CMakeLists.txt)
 include(${DEPS_DIR}/opencv/CMakeLists.txt)

Modified: trunk/src/testing/components/giraffeclient/build/CMakeLists.txt
===================================================================
--- trunk/src/testing/components/giraffeclient/build/CMakeLists.txt	2013-09-25 14:19:51 UTC (rev 991)
+++ trunk/src/testing/components/giraffeclient/build/CMakeLists.txt	2013-09-26 13:27:19 UTC (rev 992)
@@ -68,7 +68,6 @@
 include(${DEPS_DIR}/gearbox/CMakeLists.txt)
 #include(${DEPS_DIR}/fireware/CMakeLists.txt)
 #include(${DEPS_DIR}/pcl/CMakeLists.txt)
-#include(${DEPS_DIR}/player/CMakeLists.txt)
 #include(${DEPS_DIR}/xerces/CMakeLists.txt)
 include(${DEPS_DIR}/ice/CMakeLists.txt)
 include(${DEPS_DIR}/opencv/CMakeLists.txt)

Modified: trunk/src/testing/components/kinectServer/build/CMakeLists.txt
===================================================================
--- trunk/src/testing/components/kinectServer/build/CMakeLists.txt	2013-09-25 14:19:51 UTC (rev 991)
+++ trunk/src/testing/components/kinectServer/build/CMakeLists.txt	2013-09-26 13:27:19 UTC (rev 992)
@@ -69,7 +69,6 @@
 include(${DEPS_DIR}/gearbox/CMakeLists.txt)
 #include(${DEPS_DIR}/fireware/CMakeLists.txt)
 include(${DEPS_DIR}/pcl/CMakeLists.txt)
-#include(${DEPS_DIR}/player/CMakeLists.txt)
 #include(${DEPS_DIR}/xerces/CMakeLists.txt)
 include(${DEPS_DIR}/ice/CMakeLists.txt)
 #include(${CMAKE_CURRENT_SOURCE_DIR}/../../../libs/CMakeLists.txt)

Modified: trunk/src/testing/components/motiondetection/build_/CMakeLists.txt
===================================================================
--- trunk/src/testing/components/motiondetection/build_/CMakeLists.txt	2013-09-25 14:19:51 UTC (rev 991)
+++ trunk/src/testing/components/motiondetection/build_/CMakeLists.txt	2013-09-26 13:27:19 UTC (rev 992)
@@ -68,7 +68,6 @@
 include(${DEPS_DIR}/gearbox/CMakeLists.txt)
 include(${DEPS_DIR}/fireware/CMakeLists.txt)
 include(${DEPS_DIR}/pcl/CMakeLists.txt)
-include(${DEPS_DIR}/player/CMakeLists.txt)
 include(${DEPS_DIR}/xerces/CMakeLists.txt)
 #include(${CMAKE_CURRENT_SOURCE_DIR}/../../../libs/CMakeLists.txt)
 



More information about the Jderobot-admin mailing list