This is an automated email from the ASF dual-hosted git repository. hiedra pushed a commit to branch feature/inspiretree in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git
commit 6149c9757dc03d6459d2a36e2e06d10e2940e158 Author: hiedra <[email protected]> AuthorDate: Wed Sep 24 23:03:25 2025 +0200 compilation by maven --- inspiretree/pom.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/inspiretree/pom.xml b/inspiretree/pom.xml index 9f1e45b..21f8384 100644 --- a/inspiretree/pom.xml +++ b/inspiretree/pom.xml @@ -1,22 +1,22 @@ -<!-- +<?xml version="1.0" encoding="UTF-8"?> +<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. --> - <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -56,7 +56,7 @@ <includeFiles> <include-file> <name>externs/inspire-tree-combined-externs.js</name> - <path>../src/main/javascript/inspire-tree-combined-externs.js</path> + <path>src/main/javascript/inspire-tree-combined-externs.js</path> </include-file> </includeFiles> <skipSwc>true</skipSwc>
