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

piotrz 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 e980e95  Add TLF to Maven distribution Royale build
e980e95 is described below

commit e980e9547008e2ab03673db45d590c84c6a0f50d
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Thu Feb 18 13:29:20 2021 +0100

    Add TLF to Maven distribution Royale build
---
 distribution/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index aed4c25..6edf262 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -257,6 +257,13 @@
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
+      <artifactId>TLF</artifactId>
+      <version>0.9.8-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
       <artifactId>Jewel</artifactId>
       <version>0.9.8-SNAPSHOT</version>
       <type>swc</type>
@@ -713,6 +720,12 @@
         </dependency>
         <dependency>
           <groupId>org.apache.royale.framework</groupId>
+          <artifactId>TLF</artifactId>
+          <version>0.9.8-SNAPSHOT</version>
+          <type>swc</type>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.royale.framework</groupId>
           <artifactId>Jewel</artifactId>
           <version>0.9.8-SNAPSHOT</version>
           <type>swc</type>

Reply via email to