From: <mc...@us...> - 2009-08-31 14:34:48
|
Revision: 23379 http://personalrobots.svn.sourceforge.net/personalrobots/?rev=23379&view=rev Author: mcgann Date: 2009-08-31 14:34:40 +0000 (Mon, 31 Aug 2009) Log Message: ----------- Renaming since stacks and packages cannot have the same name Added Paths: ----------- pkg/trunk/stacks/trex/trex_core/ pkg/trunk/stacks/trex/trex_core/manifest.xml Removed Paths: ------------- pkg/trunk/stacks/trex/trex_core/ pkg/trunk/stacks/trex/trex_core/manifest.xml Deleted: pkg/trunk/stacks/trex/trex_core/manifest.xml =================================================================== --- pkg/trunk/stacks/trex/trex/manifest.xml 2009-08-31 09:40:05 UTC (rev 23373) +++ pkg/trunk/stacks/trex/trex_core/manifest.xml 2009-08-31 14:34:40 UTC (rev 23379) @@ -1,30 +0,0 @@ -<package> - <description brief="TREX"> - - This package contains TREX (initially developed at the Monterey Bay Aquarium Research Institute), - and EUROPA from the NASA Ames Research Center. This package does not modify these - 3rd party libraries in any way; it simply provides a convenient way to download and build the - headers and libraries in a way that can be managed by the ROS dependency - system. - - </description> - <author>Conor McGann, with contributions from many others. See respective projects.</author> - <license>NOSA</license> - <review status="3rdparty" notes=""/> - <url>https://babelfish.arc.nasa.gov/trac/europa/wiki</url> - <export> - <cpp lflags="-Wl,-rpath,${prefix}/PLASMA/build/lib -L${prefix}/PLASMA/build/lib" - cflags="-I${prefix}/include/TREX -I${prefix}/include/PLASMA -I${prefix}/include/PlanWorks -O3 -DEUROPA_FAST"/> - <trex_libs libs="Utils TREX"/> - <nddl iflags="-I${prefix}/TREX/agent/base"/> - <doxymaker external="https://babelfish.arc.nasa.gov/trac/europa/wiki"/> - </export> - <versioncontrol type="svn" url="http://europa-pso.googlecode.com/svn/PLASMA/trunk"/> - <versioncontrol type="svn" url="http://europa-pso.googlecode.com/svn/PlanWorks/trunk"/> - <versioncontrol type="svn" url="http://trex-autonomy.googlecode.com/svn/trunk"/> - <rosdep name="jam"/> - <rosdep name="ant"/> - <rosdep name="java"/> -</package> - - Copied: pkg/trunk/stacks/trex/trex_core/manifest.xml (from rev 23377, pkg/trunk/stacks/trex/trex/manifest.xml) =================================================================== --- pkg/trunk/stacks/trex/trex_core/manifest.xml (rev 0) +++ pkg/trunk/stacks/trex/trex_core/manifest.xml 2009-08-31 14:34:40 UTC (rev 23379) @@ -0,0 +1,24 @@ +<package> + <description brief="trex_core contains the core of TREX prior to ROS integration"> + This package contains TREX (initially developed at the Monterey Bay Aquarium Research Institute), + and EUROPA from the NASA Ames Research Center. This package does not modify these + 3rd party libraries in any way; it simply provides a convenient way to download and build the + headers and libraries in a way that can be managed by the ROS dependency system. + </description> + <author>Conor McGann, with contributions from many others. See respective projects.</author> + <license>BSD</license> + <review status="3rdparty" notes=""/> + <url>http://code.google.com/p/trex-autonomy/</url> + <export> + <cpp lflags="-Wl,-rpath,${prefix}/PLASMA/build/lib -L${prefix}/PLASMA/build/lib" + cflags="-I${prefix}/include/TREX -I${prefix}/include/PLASMA -O3 -DEUROPA_FAST"/> + <trex_libs libs="Utils TREX"/> + <nddl iflags="-I${prefix}/TREX/agent/base"/> + <doxymaker external="https://babelfish.arc.nasa.gov/trac/europa/wiki"/> + </export> + <versioncontrol type="svn" url="http://europa-pso.googlecode.com/svn/PLASMA/trunk"/> + <versioncontrol type="svn" url="http://trex-autonomy.googlecode.com/svn/trunk"/> + <rosdep name="jam"/> +</package> + + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |