From 7b55fb2025bab2dc958252146caea1a74528a4b6 Mon Sep 17 00:00:00 2001 From: Michal Gorecki Date: Tue, 14 May 2024 10:53:27 +0200 Subject: [PATCH] Remove project.yml file This file was basically empty anyway and probably it was still here only by historical reasons. Presence of it was causing invalid behavior when "newt upgrade" command was called from apache-mynewt-core repo directory. --- project.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 project.yml diff --git a/project.yml b/project.yml deleted file mode 100644 index 8ed84cea06..0000000000 --- a/project.yml +++ /dev/null @@ -1,20 +0,0 @@ -# -# 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 -# -# 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. -# - -project.name: "apache-mynewt-core"