From c800b64fe9f8ddc3a1314fa65c2821f424a4d381 Mon Sep 17 00:00:00 2001
From: isucan <isucan@253336fb-580f-4252-a368-f3cef5a2a82b>
Date: Mon, 27 Feb 2012 19:59:15 +0000
Subject: [PATCH] removing stack information

git-svn-id: https://kforge.ros.org/fcl/fcl_ros@79 253336fb-580f-4252-a368-f3cef5a2a82b
---
 trunk/CMakeLists.txt | 17 -----------------
 trunk/Makefile       |  1 -
 trunk/stack.xml      | 10 ----------
 3 files changed, 28 deletions(-)
 delete mode 100644 trunk/CMakeLists.txt
 delete mode 100644 trunk/Makefile
 delete mode 100644 trunk/stack.xml

diff --git a/trunk/CMakeLists.txt b/trunk/CMakeLists.txt
deleted file mode 100644
index 28105dd5..00000000
--- a/trunk/CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-cmake_minimum_required(VERSION 2.4.6)
-include($ENV{ROS_ROOT}/core/rosbuild/rosbuild.cmake)
-
-# Append to CPACK_SOURCE_IGNORE_FILES a semicolon-separated list of
-# directories (or patterns, but directories should suffice) that should
-# be excluded from the distro.  This is not the place to put things that
-# should be ignored everywhere, like "build" directories; that happens in
-# rosbuild/rosbuild.cmake.  Here should be listed packages that aren't
-# ready for inclusion in a distro.
-#
-# This list is combined with the list in rosbuild/rosbuild.cmake.  Note
-# that CMake 2.6 may be required to ensure that the two lists are combined
-# properly.  CMake 2.4 seems to have unpredictable scoping rules for such
-# variables.
-#list(APPEND CPACK_SOURCE_IGNORE_FILES /core/experimental)
-
-rosbuild_make_distribution(0.1.0)
diff --git a/trunk/Makefile b/trunk/Makefile
deleted file mode 100644
index a818ccad..00000000
--- a/trunk/Makefile
+++ /dev/null
@@ -1 +0,0 @@
-include $(shell rospack find mk)/cmake_stack.mk
\ No newline at end of file
diff --git a/trunk/stack.xml b/trunk/stack.xml
deleted file mode 100644
index 6901deaf..00000000
--- a/trunk/stack.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<stack>
-  <description brief="fcl_ros">fcl_ros</description>
-  <author>Maintained by Jia Pan, Dinesh Manocha, Sachin Chitta</author>
-  <license>BSD</license>  
-  <review status="unreviewed" notes=""/>
-  <url>http://ros.org/wiki/fcl_ros</url>
-
-  <depend stack="ros_comm" /> <!-- rosconsole -->
-
-</stack>
-- 
GitLab