|
From: <tf...@us...> - 2009-08-11 20:58:10
|
Revision: 21568
http://personalrobots.svn.sourceforge.net/personalrobots/?rev=21568&view=rev
Author: tfoote
Date: 2009-08-11 20:57:59 +0000 (Tue, 11 Aug 2009)
Log Message:
-----------
fixing visualization_common name and adding files for simulator_stage
Modified Paths:
--------------
pkg/trunk/stacks/visualization_common/CMakeLists.txt
pkg/trunk/stacks/visualization_common/stack.xml
Added Paths:
-----------
pkg/trunk/stacks/simulator_stage/CMakeLists.txt
pkg/trunk/stacks/simulator_stage/Makefile
Copied: pkg/trunk/stacks/simulator_stage/CMakeLists.txt (from rev 21562, pkg/trunk/stacks/common_msgs/CMakeLists.txt)
===================================================================
--- pkg/trunk/stacks/simulator_stage/CMakeLists.txt (rev 0)
+++ pkg/trunk/stacks/simulator_stage/CMakeLists.txt 2009-08-11 20:57:59 UTC (rev 21568)
@@ -0,0 +1,21 @@
+cmake_minimum_required(VERSION 2.4.6)
+include($ENV{ROS_ROOT}/core/rosbuild/rosbuild.cmake)
+
+set(ROSPACK_MAKEDIST true)
+
+# Append to CPACK_SOURCE_IGNORE_FILES a semicolon-separated list of
+# directories (or patterns, but directories should suffice) that should
+# be excluded from the distro. This is not the place to put things that
+# should be ignored everywhere, like "build" directories; that happens in
+# rosbuild/rosbuild.cmake. Here should be listed packages that aren't
+# ready for inclusion in a distro.
+#
+# This list is combined with the list in rosbuild/rosbuild.cmake. Note
+# that CMake 2.6 may be required to ensure that the two lists are combined
+# properly. CMake 2.4 seems to have unpredictable scoping rules for such
+# variables.
+#list(APPEND CPACK_SOURCE_IGNORE_FILES /core/experimental)
+
+rosbuild(simulator_stage 0.1.0)
+# After next ROS release, change to new macro
+#rosbuild_make_distribution(0.1.0)
Property changes on: pkg/trunk/stacks/simulator_stage/CMakeLists.txt
___________________________________________________________________
Added: svn:mergeinfo
+ /pkg/branches/gazebo-branch-merge/stacks/common_msgs/CMakeLists.txt:15683-15684,15739-15794,15797-15820,15822-15839,15852-15870,15983-16008,16010-16016,16129-16141,16145-16169,16245-16262,16274-16334
Copied: pkg/trunk/stacks/simulator_stage/Makefile (from rev 21562, pkg/trunk/stacks/common_msgs/Makefile)
===================================================================
--- pkg/trunk/stacks/simulator_stage/Makefile (rev 0)
+++ pkg/trunk/stacks/simulator_stage/Makefile 2009-08-11 20:57:59 UTC (rev 21568)
@@ -0,0 +1 @@
+include $(shell rospack find mk)/cmake_stack.mk
Property changes on: pkg/trunk/stacks/simulator_stage/Makefile
___________________________________________________________________
Added: svn:mergeinfo
+ /pkg/branches/gazebo-branch-merge/stacks/common_msgs/Makefile:15683-15684,15739-15794,15797-15820,15822-15839,15852-15870,15983-16008,16010-16016,16129-16141,16145-16169,16245-16262,16274-16334
Modified: pkg/trunk/stacks/visualization_common/CMakeLists.txt
===================================================================
--- pkg/trunk/stacks/visualization_common/CMakeLists.txt 2009-08-11 20:48:23 UTC (rev 21567)
+++ pkg/trunk/stacks/visualization_common/CMakeLists.txt 2009-08-11 20:57:59 UTC (rev 21568)
@@ -16,6 +16,6 @@
# variables.
#list(APPEND CPACK_SOURCE_IGNORE_FILES /core/experimental)
-rosbuild(visualization_core 0.1.0)
+rosbuild(visualization_common 0.1.0)
# After next ROS release, change to new macro
#rosbuild_make_distribution(0.1.0)
Modified: pkg/trunk/stacks/visualization_common/stack.xml
===================================================================
--- pkg/trunk/stacks/visualization_common/stack.xml 2009-08-11 20:48:23 UTC (rev 21567)
+++ pkg/trunk/stacks/visualization_common/stack.xml 2009-08-11 20:57:59 UTC (rev 21568)
@@ -1,5 +1,5 @@
-<stack name="visualization_core" version="0.1">
- <description brief="Visualization Core">
+<stack name="visualization_common" version="0.1">
+ <description brief="Visualization Common">
Tools used for visualization
</description>
<author>Josh Faust jf...@wi...</author>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|