Skip to content

Commit

Permalink
Remove obsolete export tags. Fix ros-industrial#43.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanderhoorn committed Dec 4, 2013
1 parent f7b8839 commit 0114c4f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions industrial_deprecated/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,4 @@
<build_depend>rospy</build_depend>
<run_depend>rosgraph_msgs</run_depend>
<run_depend>rospy</run_depend>

<export>

</export>
</package>
4 changes: 0 additions & 4 deletions industrial_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,4 @@
<run_depend>trajectory_msgs</run_depend>
<run_depend>genmsg</run_depend>
<run_depend>message_runtime</run_depend>

<export>

</export>
</package>
4 changes: 0 additions & 4 deletions industrial_robot_client/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,4 @@
<run_depend>urdf</run_depend>
<run_depend>industrial_msgs</run_depend>
<run_depend>industrial_utils</run_depend>

<export>
<cpp lflags="-L${prefix}/lib" cflags="-I${prefix}/include/"/>
</export>
</package>
4 changes: 0 additions & 4 deletions industrial_robot_simulator/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,4 @@
<run_depend>control_msgs</run_depend>
<run_depend>trajectory_msgs</run_depend>
<run_depend>industrial_robot_client</run_depend>

<export>
<cpp cflags="-I${prefix}/include/"/>
</export>
</package>
4 changes: 0 additions & 4 deletions industrial_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,4 @@
<build_depend>urdf</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>urdf</run_depend>

<export>
<cpp lflags="-Wl,-rpath,${prefix}/lib -L${prefix}/lib -lindustrial_utils" cflags="-I${prefix}/include"/>
</export>
</package>
4 changes: 0 additions & 4 deletions simple_message/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,4 @@
<build_depend>industrial_msgs</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>industrial_msgs</run_depend>

<export>
<cpp lflags="-Wl,-rpath,${prefix}/lib -L${prefix}/lib" cflags="-I${prefix}/include -DROS=1"/>
</export>
</package>

0 comments on commit 0114c4f

Please sign in to comment.