Skip to content

Commit ee690e9

Browse files
author
gerkey
committed
Added Ubuntu platform tags
1 parent 800695e commit ee690e9

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

roscpp_tutorials/manifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@
1313
<export>
1414
<cpp cflags="-I${prefix}/srv/cpp"/>
1515
</export>
16+
<platform os="ubuntu" version="9.04"/>
17+
<platform os="ubuntu" version="9.10"/>
18+
<platform os="ubuntu" version="10.04"/>
1619
</package>
1720

roslisp_tutorials/manifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
<depend package="roslisp_runtime" />
77
<depend package="std_msgs" />
88
<url>http://pr.willowgarage.com/wiki/roslisp</url>
9+
<platform os="ubuntu" version="9.04"/>
10+
<platform os="ubuntu" version="9.10"/>
11+
<platform os="ubuntu" version="10.04"/>
912
</package>
1013

rospy_tutorials/manifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
<export>
1717
<cpp cflags="-I${prefix}/srv/cpp -I${prefix}/msg/cpp"/>
1818
</export>
19+
<platform os="ubuntu" version="9.04"/>
20+
<platform os="ubuntu" version="9.10"/>
21+
<platform os="ubuntu" version="10.04"/>
1922
</package>
2023

turtlesim/manifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
<cpp cflags="-I${prefix}/msg/cpp -I${prefix}/srv/cpp"/>
2020
</export>
2121

22+
<platform os="ubuntu" version="9.04"/>
23+
<platform os="ubuntu" version="9.10"/>
24+
<platform os="ubuntu" version="10.04"/>
2225
</package>
2326

2427

0 commit comments

Comments
 (0)