You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by cd...@apache.org on 2021/03/02 21:59:19 UTC

[royale-asjs] branch feature/distribution-allignment updated: - Added some more dummy files the FLashBuilder seems to look for

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch feature/distribution-allignment
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/distribution-allignment by this push:
     new 559a936  - Added some more dummy files the FLashBuilder seems to look for
559a936 is described below

commit 559a936dc632431aa6fc2b28ce9d305274dbf9e7
Author: Christofer Dutz <ch...@c-ware.de>
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>