File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed
Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -47,5 +47,7 @@ header:
4747 - ' **/logback-test.xml'
4848 - ' **/*.svg'
4949 - ' **/*.mdx'
50+ - ' application/probe/start'
51+ - ' application/probe/start.bat'
5052
5153 comment : always
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <!--
3+ /*********************************************************************
4+ * Copyright (c) 2024 Contributors to the Eclipse Foundation.
5+ *
6+ * This program and the accompanying materials are made
7+ * available under the terms of the Eclipse Public License 2.0
8+ * which is available at https://www.eclipse.org/legal/epl-2.0/
9+ *
10+ * SPDX-License-Identifier: EPL-2.0
11+ **********************************************************************/
12+ -->
113<project xmlns =" http://maven.apache.org/POM/4.0.0"
214 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
315 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <!--
3+ /*********************************************************************
4+ * Copyright (c) 2024 Contributors to the Eclipse Foundation.
5+ *
6+ * This program and the accompanying materials are made
7+ * available under the terms of the Eclipse Public License 2.0
8+ * which is available at https://www.eclipse.org/legal/epl-2.0/
9+ *
10+ * SPDX-License-Identifier: EPL-2.0
11+ **********************************************************************/
12+ -->
113<assembly xmlns =" http://maven.apache.org/ASSEMBLY/2.1.0"
214 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
315 xsi : schemaLocation =" http://maven.apache.org/ASSEMBLY/2.1.0 https://maven.apache.org/xsd/assembly-2.1.0.xsd" >
You can’t perform that action at this time.
0 commit comments