relpipe-in-yamltable is fork of relpipe-in-xmltable v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sun, 25 Oct 2020 21:55:20 +0100
branchv_0
changeset 15 66db59d77033
parent 14 5be268bc4c69
child 16 3b197bf7a231
relpipe-in-yamltable is fork of relpipe-in-xmltable
CMakeLists.txt
bash-completion.sh
nbproject/configurations.xml
nbproject/project.xml
src/CMakeLists.txt
--- a/CMakeLists.txt	Sun Oct 25 21:48:11 2020 +0100
+++ b/CMakeLists.txt	Sun Oct 25 21:55:20 2020 +0100
@@ -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-xmltable.cpp)
+project (relpipe-in-yamltable.cpp)
 cmake_minimum_required(VERSION 3.7.2)
 add_subdirectory (src)
--- a/bash-completion.sh	Sun Oct 25 21:48:11 2020 +0100
+++ b/bash-completion.sh	Sun Oct 25 21:55:20 2020 +0100
@@ -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_xmltable_completion() {
+_relpipe_in_yamltable_completion() {
 	local w0 w1 w2 w3
 
 	COMPREPLY=()
@@ -92,4 +92,4 @@
 	fi
 }
 
-complete -F _relpipe_in_xmltable_completion relpipe-in-xmltable
+complete -F _relpipe_in_yamltable_completion relpipe-in-yamltable
--- a/nbproject/configurations.xml	Sun Oct 25 21:48:11 2020 +0100
+++ b/nbproject/configurations.xml	Sun Oct 25 21:55:20 2020 +0100
@@ -77,10 +77,11 @@
           <buildCommandWorkingDir>build/Debug</buildCommandWorkingDir>
           <buildCommand>${MAKE} -f Makefile</buildCommand>
           <cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
-          <executablePath>build/Debug/src/relpipe-in-xmltable</executablePath>
+          <executablePath>build/Debug/src/relpipe-in-yamltable</executablePath>
           <ccTool>
             <incDir>
               <pElem>../relpipe-lib-writer.cpp/include</pElem>
+              <pElem>../relpipe-lib-common.cpp/include</pElem>
               <pElem>../relpipe-lib-cli.cpp/include</pElem>
               <pElem>/usr/include/libxml++-2.6</pElem>
               <pElem>/usr/lib/x86_64-linux-gnu/libxml++-2.6/include</pElem>
@@ -101,8 +102,6 @@
           <preBuildFirst>true</preBuildFirst>
         </preBuild>
       </makefileType>
-      <item path="src/XMLDocumentConstructor.h" ex="false" tool="3" flavor2="0">
-      </item>
       <item path="src/relpipe-in-xmltable.cpp" ex="false" tool="1" flavor2="0">
         <ccTool flags="0">
         </ccTool>
--- a/nbproject/project.xml	Sun Oct 25 21:48:11 2020 +0100
+++ b/nbproject/project.xml	Sun Oct 25 21:55:20 2020 +0100
@@ -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-xmltable.cpp</name>
+            <name>relpipe-in-yamltable.cpp</name>
             <c-extensions/>
             <cpp-extensions>cpp</cpp-extensions>
             <header-extensions>h</header-extensions>
--- a/src/CMakeLists.txt	Sun Oct 25 21:48:11 2020 +0100
+++ b/src/CMakeLists.txt	Sun Oct 25 21:55:20 2020 +0100
@@ -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/>.
 
-set(EXECUTABLE_FILE "relpipe-in-xmltable")
+set(EXECUTABLE_FILE "relpipe-in-yamltable")
 
 # Relpipe libraries:
 INCLUDE(FindPkgConfig)