Skip to content

Commit dcb45ee

Browse files
committed
Drop old sh/bat templates
Signed-off-by: Jacob Perron <[email protected]>
1 parent b36a59b commit dcb45ee

File tree

5 files changed

+0
-67
lines changed

5 files changed

+0
-67
lines changed

ament_java_resources/CMakeLists.txt

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,11 @@ project(ament_java_resources NONE)
44

55
find_package(ament_cmake REQUIRED)
66

7-
ament_index_register_resource(
8-
"templates"
9-
CONTENT_FILE "classpath.sh.template"
10-
PACKAGE_NAME "ament_build_type_gradle_classpath_sh")
11-
127
ament_index_register_resource(
138
"templates"
149
CONTENT_FILE "classpath.dsv.template"
1510
PACKAGE_NAME "ament_build_type_gradle_classpath_dsv")
1611

17-
ament_index_register_resource(
18-
"templates"
19-
CONTENT_FILE "classpath.bat.template"
20-
PACKAGE_NAME "ament_build_type_gradle_classpath_bat")
21-
22-
ament_index_register_resource(
23-
"templates"
24-
CONTENT_FILE "jni_library_path.sh.template"
25-
PACKAGE_NAME "ament_build_type_gradle_jni_library_path_sh")
26-
27-
ament_index_register_resource(
28-
"templates"
29-
CONTENT_FILE "jni_library_path.bat.template"
30-
PACKAGE_NAME "ament_build_type_gradle_jni_library_path_bat")
31-
3212
ament_index_register_resource(
3313
"templates"
3414
CONTENT_FILE "jni_library_path.dsv.template"

ament_java_resources/classpath.bat.template

Lines changed: 0 additions & 5 deletions
This file was deleted.

ament_java_resources/classpath.sh.template

Lines changed: 0 additions & 27 deletions
This file was deleted.

ament_java_resources/jni_library_path.bat.template

Lines changed: 0 additions & 1 deletion
This file was deleted.

ament_java_resources/jni_library_path.sh.template

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)