|
From: <jl...@us...> - 2008-04-30 21:51:25
|
Revision: 255
http://personalrobots.svn.sourceforge.net/personalrobots/?rev=255&view=rev
Author: jleibs
Date: 2008-04-30 14:51:30 -0700 (Wed, 30 Apr 2008)
Log Message:
-----------
Moving unstable_msgs out of unported.
Added Paths:
-----------
pkg/branches/rosbus/unstable_msgs/
pkg/branches/rosbus/unstable_msgs/Makefile
pkg/branches/rosbus/unstable_msgs/manifest.xml
pkg/branches/rosbus/unstable_msgs/msg/
Removed Paths:
-------------
pkg/branches/rosbus/unported/unstable_msgs/
pkg/branches/rosbus/unstable_msgs/manifest.xml
pkg/branches/rosbus/unstable_msgs/msg/
Copied: pkg/branches/rosbus/unstable_msgs (from rev 251, pkg/branches/rosbus/unported/unstable_msgs)
Copied: pkg/branches/rosbus/unstable_msgs/Makefile (from rev 254, pkg/branches/rosbus/unported/unstable_msgs/Makefile)
===================================================================
--- pkg/branches/rosbus/unstable_msgs/Makefile (rev 0)
+++ pkg/branches/rosbus/unstable_msgs/Makefile 2008-04-30 21:51:30 UTC (rev 255)
@@ -0,0 +1,3 @@
+all: gen_msgs
+clean: clean_msgs
+include $(shell rospack find mk)/msg.mk
Deleted: pkg/branches/rosbus/unstable_msgs/manifest.xml
===================================================================
--- pkg/branches/rosbus/unported/unstable_msgs/manifest.xml 2008-04-30 21:10:28 UTC (rev 251)
+++ pkg/branches/rosbus/unstable_msgs/manifest.xml 2008-04-30 21:51:30 UTC (rev 255)
@@ -1,15 +0,0 @@
-<package>
- <description brief="Flows that have not yet been elevated to the status common_flows">
-This is a place to put flows that are more general than the module that needs to use them, but
-havn't been tested thoroughly enough to put in common_flows. Depending on these flows is
-likely to break things since they are subject to refactoring and/or moving at any time.
- </description>
- <author>Jeremy Leibs (email: le...@wi...)</author>
- <license>BSD</license>
- <url>http://pr.willowgarage.com</url>
- <depend package="std_msgs"/>
- <export>
- <cpp cflags="-I${prefix}/msg/cpp"/>
- </export>
-</package>
-
Copied: pkg/branches/rosbus/unstable_msgs/manifest.xml (from rev 254, pkg/branches/rosbus/unported/unstable_msgs/manifest.xml)
===================================================================
--- pkg/branches/rosbus/unstable_msgs/manifest.xml (rev 0)
+++ pkg/branches/rosbus/unstable_msgs/manifest.xml 2008-04-30 21:51:30 UTC (rev 255)
@@ -0,0 +1,15 @@
+<package>
+ <description brief="Flows that have not yet been elevated to the status common_flows">
+This is a place to put flows that are more general than the module that needs to use them, but
+havn't been tested thoroughly enough to put in common_flows. Depending on these flows is
+likely to break things since they are subject to refactoring and/or moving at any time.
+ </description>
+ <author>Jeremy Leibs (email: le...@wi...)</author>
+ <license>BSD</license>
+ <url>http://pr.willowgarage.com</url>
+ <depend package="std_msgs"/>
+ <export>
+ <cpp cflags="-I${prefix}/msg/cpp"/>
+ </export>
+</package>
+
Copied: pkg/branches/rosbus/unstable_msgs/msg (from rev 254, pkg/branches/rosbus/unported/unstable_msgs/msg)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|