From a35d7b28eb8d60190a0c2b5f553736daf66f02d0 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Thu, 26 Aug 2021 11:22:48 -0700 Subject: [PATCH] Build: new task for apm package --- build.properties | 5 ++++ build.xml | 71 ++++++++++++++++++++++++++++++++++++++---------- package-src.json | 13 +++++++++ package-swc.json | 13 +++++++++ sdk.properties | 4 ++- 5 files changed, 90 insertions(+), 16 deletions(-) create mode 100644 package-src.json create mode 100644 package-swc.json diff --git a/build.properties b/build.properties index 8f99b0d30..0b5f08948 100644 --- a/build.properties +++ b/build.properties @@ -25,8 +25,13 @@ source.output = ${output.path}/source examples.output = ${output.path}/examples themes.output = ${output.path}/themes +swc.file = feathers.swc + swf.version = 30 feathers.version = 4.2.0 +apm.lib.file = feathersui_${feathers.version}.airpackage +apm.src.file = feathersui-source_${feathers.version}.airpackage + footer.text = Feathers | Github Project | Support Forum \ No newline at end of file diff --git a/build.xml b/build.xml index e07693bf3..488813a18 100644 --- a/build.xml +++ b/build.xml @@ -9,26 +9,30 @@ - + - + - + - + - + - + + + + + @@ -56,6 +60,9 @@ + ${output.path}/apm + + @@ -70,17 +77,17 @@ - + - + - + @@ -142,7 +149,7 @@ - + @@ -153,7 +160,7 @@ - + @@ -164,7 +171,7 @@ - + @@ -175,7 +182,7 @@ - + @@ -186,7 +193,7 @@ - + @@ -197,7 +204,7 @@ - + @@ -428,4 +435,38 @@ verbose="true" toDir="${dependency.output}"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/package-src.json b/package-src.json new file mode 100644 index 000000000..0213fb088 --- /dev/null +++ b/package-src.json @@ -0,0 +1,13 @@ +{ + "id": "feathersui-source", + "name": "feathersui-source", + "url": "https://feathersui.com/as3-starling/", + "docUrl": "https://feathersui/api-reference/", + "description": "Cross-platform user interface components for creative frontend projects built with Starling", + "type": "src", + "version": "4.2.0", + "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.2.0/feathersui-source_4.2.0.airpackage", + "dependencies": ["starling-source:2.7.0"], + "parameters": [], + "tags": ["components", "gui", "starling", "ui", "widgets"] +} diff --git a/package-swc.json b/package-swc.json new file mode 100644 index 000000000..0bf87a69f --- /dev/null +++ b/package-swc.json @@ -0,0 +1,13 @@ +{ + "id": "feathersui", + "name": "feathersui", + "url": "https://feathersui.com/as3-starling/", + "docUrl": "https://feathersui/api-reference/", + "description": "Cross-platform user interface components for creative frontend projects built with Starling", + "type": "swc", + "version": "4.2.0", + "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.2.0/feathersui_4.2.0.airpackage", + "dependencies": ["starling:2.7.0"], + "parameters": [], + "tags": ["components", "gui", "starling", "ui", "widgets"] +} diff --git a/sdk.properties b/sdk.properties index 59b0fcc23..5939a701b 100644 --- a/sdk.properties +++ b/sdk.properties @@ -14,4 +14,6 @@ airmobile.config = ${flashsdk.root}/frameworks/airmobile-config.xml asdoc = ${flashsdk.lib}/legacy/asdoc.jar compc = ${flashsdk.lib}/compc-cli.jar mxmlc = ${flashsdk.lib}/mxmlc-cli.jar -adt = ${flashsdk.lib}/adt.jar \ No newline at end of file +adt = ${flashsdk.lib}/adt.jar + +apm = /opt/apm/apm \ No newline at end of file