You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/03/20 17:17:48 UTC

[royale-asjs] branch develop updated: update some tasks.json to add swf for maven task

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

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0568ed4  update some tasks.json to add swf for maven task
0568ed4 is described below

commit 0568ed4ca7008d4049f9b4b8b1b4202f7227b4d0
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Mar 20 18:17:44 2020 +0100

    update some tasks.json to add swf for maven task
---
 examples/amf/SampleAmfWebApp/.vscode/tasks.json        | 1 +
 examples/royale/RemoteObjectAMFTest/.vscode/tasks.json | 1 +
 frameworks/projects/Basic/.vscode/tasks.json           | 1 +
 frameworks/projects/Core/.vscode/tasks.json            | 1 +
 frameworks/projects/HTML/.vscode/tasks.json            | 1 +
 frameworks/projects/Network/.vscode/tasks.json         | 1 +
 frameworks/themes/JewelTheme/.vscode/tasks.json        | 1 +
 7 files changed, 7 insertions(+)

diff --git a/examples/amf/SampleAmfWebApp/.vscode/tasks.json b/examples/amf/SampleAmfWebApp/.vscode/tasks.json
index 1119e5f..6edde7c 100644
--- a/examples/amf/SampleAmfWebApp/.vscode/tasks.json
+++ b/examples/amf/SampleAmfWebApp/.vscode/tasks.json
@@ -19,6 +19,7 @@
             "args": [
                 "clean",
                 "install",
+                "-P option-with-swf",
                 "-DskipTests"
             ],
             "group": "build",
diff --git a/examples/royale/RemoteObjectAMFTest/.vscode/tasks.json b/examples/royale/RemoteObjectAMFTest/.vscode/tasks.json
index 1119e5f..6edde7c 100644
--- a/examples/royale/RemoteObjectAMFTest/.vscode/tasks.json
+++ b/examples/royale/RemoteObjectAMFTest/.vscode/tasks.json
@@ -19,6 +19,7 @@
             "args": [
                 "clean",
                 "install",
+                "-P option-with-swf",
                 "-DskipTests"
             ],
             "group": "build",
diff --git a/frameworks/projects/Basic/.vscode/tasks.json b/frameworks/projects/Basic/.vscode/tasks.json
index 4a047cb..28b9423 100644
--- a/frameworks/projects/Basic/.vscode/tasks.json
+++ b/frameworks/projects/Basic/.vscode/tasks.json
@@ -19,6 +19,7 @@
             "args": [
                 "clean",
                 "install",
+                "-P option-with-swf",
                 "-DskipTests"
             ],
             "group": "build",
diff --git a/frameworks/projects/Core/.vscode/tasks.json b/frameworks/projects/Core/.vscode/tasks.json
index 4a047cb..28b9423 100644
--- a/frameworks/projects/Core/.vscode/tasks.json
+++ b/frameworks/projects/Core/.vscode/tasks.json
@@ -19,6 +19,7 @@
             "args": [
                 "clean",
                 "install",
+                "-P option-with-swf",
                 "-DskipTests"
             ],
             "group": "build",
diff --git a/frameworks/projects/HTML/.vscode/tasks.json b/frameworks/projects/HTML/.vscode/tasks.json
index 1119e5f..6edde7c 100644
--- a/frameworks/projects/HTML/.vscode/tasks.json
+++ b/frameworks/projects/HTML/.vscode/tasks.json
@@ -19,6 +19,7 @@
             "args": [
                 "clean",
                 "install",
+                "-P option-with-swf",
                 "-DskipTests"
             ],
             "group": "build",
diff --git a/frameworks/projects/Network/.vscode/tasks.json b/frameworks/projects/Network/.vscode/tasks.json
index 1119e5f..6edde7c 100644
--- a/frameworks/projects/Network/.vscode/tasks.json
+++ b/frameworks/projects/Network/.vscode/tasks.json
@@ -19,6 +19,7 @@
             "args": [
                 "clean",
                 "install",
+                "-P option-with-swf",
                 "-DskipTests"
             ],
             "group": "build",
diff --git a/frameworks/themes/JewelTheme/.vscode/tasks.json b/frameworks/themes/JewelTheme/.vscode/tasks.json
index 1119e5f..6edde7c 100644
--- a/frameworks/themes/JewelTheme/.vscode/tasks.json
+++ b/frameworks/themes/JewelTheme/.vscode/tasks.json
@@ -19,6 +19,7 @@
             "args": [
                 "clean",
                 "install",
+                "-P option-with-swf",
                 "-DskipTests"
             ],
             "group": "build",