rename yamltable to cbortable v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat, 29 May 2021 21:49:37 +0200
branchv_0
changeset 28 8f1da1ce3ca5
parent 27 d6d710336e7c
child 29 9254988f9382
rename yamltable to cbortable
CMakeLists.txt
bash-completion.sh
nbproject/configurations.xml
nbproject/project.xml
src/CMakeLists.txt
--- a/CMakeLists.txt	Sun Dec 06 16:40:58 2020 +0100
+++ b/CMakeLists.txt	Sat May 29 21:49:37 2021 +0200
@@ -13,6 +13,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 
-project (relpipe-in-yamltable.cpp)
+project (relpipe-in-cbortable.cpp)
 cmake_minimum_required(VERSION 3.7.2)
 add_subdirectory (src)
--- a/bash-completion.sh	Sun Dec 06 16:40:58 2020 +0100
+++ b/bash-completion.sh	Sat May 29 21:49:37 2021 +0200
@@ -13,7 +13,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 
-_relpipe_in_yamltable_completion() {
+_relpipe_in_cbortable_completion() {
 	local w0 w1 w2 w3
 
 	COMPREPLY=()
@@ -103,5 +103,4 @@
 	fi
 }
 
-complete -F _relpipe_in_yamltable_completion relpipe-in-yamltable
-complete -F _relpipe_in_yamltable_completion relpipe-in-jsontable
+complete -F _relpipe_in_cbortable_completion relpipe-in-cbortable
--- a/nbproject/configurations.xml	Sun Dec 06 16:40:58 2020 +0100
+++ b/nbproject/configurations.xml	Sat May 29 21:49:37 2021 +0200
@@ -77,7 +77,7 @@
           <buildCommandWorkingDir>build/Debug</buildCommandWorkingDir>
           <buildCommand>${MAKE} -f Makefile</buildCommand>
           <cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
-          <executablePath>build/Debug/src/relpipe-in-yamltable</executablePath>
+          <executablePath>build/Debug/src/relpipe-in-cbortable</executablePath>
           <ccTool>
             <incDir>
               <pElem>../relpipe-lib-writer.cpp/include</pElem>
--- a/nbproject/project.xml	Sun Dec 06 16:40:58 2020 +0100
+++ b/nbproject/project.xml	Sat May 29 21:49:37 2021 +0200
@@ -3,7 +3,7 @@
     <type>org.netbeans.modules.cnd.makeproject</type>
     <configuration>
         <data xmlns="http://www.netbeans.org/ns/make-project/1">
-            <name>relpipe-in-yamltable.cpp</name>
+            <name>relpipe-in-cbortable.cpp</name>
             <c-extensions/>
             <cpp-extensions>cpp</cpp-extensions>
             <header-extensions>h</header-extensions>
--- a/src/CMakeLists.txt	Sun Dec 06 16:40:58 2020 +0100
+++ b/src/CMakeLists.txt	Sat May 29 21:49:37 2021 +0200
@@ -13,8 +13,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 
-set(EXECUTABLE_FILE "relpipe-in-yamltable")
-set(EXECUTABLE_FILE_JSON "relpipe-in-jsontable")
+set(EXECUTABLE_FILE "relpipe-in-cbortable")
 
 # Relpipe libraries:
 INCLUDE(FindPkgConfig)
@@ -33,8 +32,6 @@
 	relpipe-in-xmltable.cpp
 )
 
-ADD_CUSTOM_TARGET(in_mode_symlink ALL COMMAND ${CMAKE_COMMAND} -E create_symlink ${EXECUTABLE_FILE} ${EXECUTABLE_FILE_JSON})
-
 # Link libraries:
 target_link_libraries(${EXECUTABLE_FILE} ${RELPIPE_LIBS_LIBRARIES})
 set_property(TARGET ${EXECUTABLE_FILE} PROPERTY INSTALL_RPATH_USE_LINK_PATH TRUE)