colladadom: tidying manifest

This commit is contained in:
tfield 2010-04-07 20:19:16 +00:00
parent f11fc537bc
commit f8d595966b
1 changed files with 4 additions and 4 deletions

View File

@ -1,17 +1,17 @@
<package> <package>
<description brief="colladadom"> <description brief="colladadom">
collada-dom This package contains the COLLADA Document Object Model (DOM) which is an API that provides a C++ object representation of a COLLADA XML instance document.
See http://sourceforge.net/projects/collada-dom.
</description> </description>
<author>John Hsu</author> <author>John Hsu (package)</author>
<license>BSD</license> <license>BSD</license>
<review status="unreviewed" notes=""/> <review status="unreviewed" notes=""/>
<url>http://ros.org/wiki/colladadom</url> <url>http://ros.org/wiki/colladadom</url>
<export> <export>
<cpp lflags="-Wl,-rpath,${prefix}/lib -L${prefix}/lib -lcollada15dom -lminizip" cflags="-I${prefix}/include"/> <cpp lflags="-Wl,-rpath,${prefix}/lib -L${prefix}/lib -lcollada15dom -lminizip" cflags="-I${prefix}/include"/>
<cpp os="osx" lflags="-F${prefix}/lib -framework Collada15Dom" cflags="-I${prefix}/include"/> <cpp os="osx" lflags="-F${prefix}/lib -framework Collada15Dom" cflags="-I${prefix}/include"/>
<doxymaker external="http://playerstage.sourceforge.net/doc/Gazebo-manual-svn-html/"/>
</export> </export>
</package> </package>