Skip to content
Snippets Groups Projects
Commit 3955db58 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Remove old stuff from java

parent ed22866d
Branches
Tags
No related merge requests found
......@@ -204,8 +204,6 @@ install_importlibs()
install_python_bindings()
install_java_bindings()
install_share_dirs()
install_cmake_files()
......
......@@ -37,7 +37,6 @@ rd /S /Q lib\otb
del /S /Q lib\otb*
del /S /Q lib\python\*otbApplication.* || exit 1
del /S /Q lib\java\org.otb.application.jar || exit 1
del /S /Q bin\otb* || exit 1
del /S /Q bin\monteverdi.exe || exit 1
del /S /Q bin\mapla.exe || exit 1
......
......@@ -21,7 +21,7 @@
set -e
rm -fr OUT_DIR/include/OTB-*
rm -f OUT_DIR/lib/{libotb*,libOTB*}
rm -fr OUT_DIR/lib/{otb,python/*otbApplication*,java/org.otb.application.jar}
rm -fr OUT_DIR/lib/{otb,python/*otbApplication*}
rm -fr OUT_DIR/lib/cmake/OTB-*
rm -fr OUT_DIR/share/otb/
rm -fv OUT_DIR/bin/{otb*,monteverdi,mapla}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment