This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 9eeede499f16fad91014ec6db4c8031dad3c80ce Author: Christofer Dutz <[email protected]> AuthorDate: Tue Mar 2 22:59:06 2021 +0100 - Added some more dummy files the FLashBuilder seems to look for --- .../src/main/resources/frameworks/localfonts.ser | 0 .../src/main/resources/frameworks/macfonts.ser | 0 .../src/main/resources/frameworks/winfonts.ser | 0 .../ide/flashbuilder/flashbuilder-config.xml | 22 ++++++++++++++++++++++ 4 files changed, 22 insertions(+) diff --git a/distribution/src/main/resources/frameworks/localfonts.ser b/distribution/src/main/resources/frameworks/localfonts.ser new file mode 100644 index 0000000..e69de29 diff --git a/distribution/src/main/resources/frameworks/macfonts.ser b/distribution/src/main/resources/frameworks/macfonts.ser new file mode 100644 index 0000000..e69de29 diff --git a/distribution/src/main/resources/frameworks/winfonts.ser b/distribution/src/main/resources/frameworks/winfonts.ser new file mode 100644 index 0000000..e69de29 diff --git a/distribution/src/main/resources/ide/flashbuilder/flashbuilder-config.xml b/distribution/src/main/resources/ide/flashbuilder/flashbuilder-config.xml new file mode 100644 index 0000000..896f1aa --- /dev/null +++ b/distribution/src/main/resources/ide/flashbuilder/flashbuilder-config.xml @@ -0,0 +1,22 @@ +<?xml version="1.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. + +--> +<flashbuilder-config> + <express-install-swf>expressInstall.swf</express-install-swf> +</flashbuilder-config>
