Skip to content
Snippets Groups Projects
Commit f46f674e authored by Wuttke, Joachim's avatar Wuttke, Joachim Committed by Wuttke, Joachim
Browse files

rename devtools < dev-tools for uniformity across projects

parent 7be49f96
No related branches found
No related tags found
No related merge requests found
Showing
with 8 additions and 8 deletions
......@@ -50,10 +50,10 @@ set(CPACK_SOURCE_IGNORE_FILES
${CPACK_SOURCE_IGNORE_FILES} # first take the default parameters
"/Doc/FFCatalog/"
"/Doc/PhysicsManual/"
"/dev-tools/edit-scripts/"
"/dev-tools/packaging/"
"/dev-tools/tmp-examples/"
"/dev-tools/tmp-unsorted/"
"/devtools/edit-scripts/"
"/devtools/packaging/"
"/devtools/tmp-examples/"
"/devtools/tmp-unsorted/"
"/XCode_BornAgain.xcodeproj/"
"~$"
"/.git/"
......@@ -72,8 +72,8 @@ set(CPACK_SOURCE_IGNORE_FILES
"\\\\.obj"
"CMakeLists.txt.user"
"/bin/release.sh.in" # user will not need it
"/dev-tools/git-utils/cl_lines_of_code.py"
"/dev-tools/git-utils/qqq.png" # remove this line when unneeded
"/devtools/git-utils/cl_lines_of_code.py"
"/devtools/git-utils/qqq.png" # remove this line when unneeded
".pro$"
".pro.user$"
".pri$"
......
......@@ -11,6 +11,6 @@ if(NOT MSVC)
add_test(NAME "CodeLineLength"
COMMAND ${Python_EXECUTABLE}
${CMAKE_SOURCE_DIR}/dev-tools/analyze/check-line-length.py ${SRC_LEN_LIM}
${CMAKE_SOURCE_DIR}/devtools/analyze/check-line-length.py ${SRC_LEN_LIM}
${SRC1} ${SRC2})
endif()
......@@ -7,7 +7,7 @@ if(NOT MSVC)
file(GLOB PY_EXAMPLES "${PY_EXAMPLES_DIR}/*/ex*/*.py")
add_test(NAME "PyExamplesLineLength" COMMAND ${Python_EXECUTABLE}
${CMAKE_SOURCE_DIR}/dev-tools/analyze/check-line-length.py ${WEB_LEN_LIM}
${CMAKE_SOURCE_DIR}/devtools/analyze/check-line-length.py ${WEB_LEN_LIM}
${PY_EXAMPLES})
endif()
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment