You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by gr...@apache.org on 2020/05/16 01:16:13 UTC

[royale-asjs] branch develop updated: restoring true as default after release

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

gregdove 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 1707407  restoring <source.map>true</source.map> as default after release
1707407 is described below

commit 170740779fbf479b6fc5148a1565de9f35f0b639
Author: greg-dove <gr...@gmail.com>
AuthorDate: Sat May 16 13:15:39 2020 +1200

    restoring <source.map>true</source.map> as default after release
---
 .../DataBindingTestbed/src/DataBindingTestbed.mxml | 47 -----------
 pom.xml                                            | 96 +++++++++++-----------
 2 files changed, 48 insertions(+), 95 deletions(-)

diff --git a/manualtests/DataBindingTestbed/src/DataBindingTestbed.mxml b/manualtests/DataBindingTestbed/src/DataBindingTestbed.mxml
deleted file mode 100644
index 7819a20..0000000
--- a/manualtests/DataBindingTestbed/src/DataBindingTestbed.mxml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-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.
-
--->
-<js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
-                   xmlns:local="*"
-                   xmlns:js="library://ns.apache.org/royale/basic" 
-                   xmlns:models="models.*" 
-                   xmlns:controllers="controllers.*"
-                   
-                   >
-	<fx:Style>
-		@namespace basic "library://ns.apache.org/royale/basic";
-		
-		global {
-    		IStatesImpl:            ClassReference("org.apache.royale.core.SimpleStatesImpl");
-		}
-	</fx:Style>
-    <js:valuesImpl>
-        <js:SimpleCSSValuesImpl />
-    </js:valuesImpl>
-    <js:initialView>
-        <local:MyInitialView />
-    </js:initialView>
-    <js:model>
-        <models:MyModel />
-    </js:model>
-    <js:beads>
-        <js:CSSFontFaceBead />
-        <js:ViewSourceContextMenuOption />
-    </js:beads>
-</js:Application>
diff --git a/pom.xml b/pom.xml
index aec27fb..480cfa8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,21 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-  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.
-
+<!--
+
+  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.
+
 --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
@@ -35,10 +35,10 @@
   <name>Apache Royale: Framework: Parent</name>
   <description>The Apache Royale Project</description>
 
-  <!--
-        This build builds only the framework libraries per default.
-        - In order to build the examples, activate the "build-examples" profile
-        - In order to assemble a distribution, activate the "build-distribution" profile.
+  <!--
+        This build builds only the framework libraries per default.
+        - In order to build the examples, activate the "build-examples" profile
+        - In order to assemble a distribution, activate the "build-distribution" profile.
   -->
 
   <scm>
@@ -68,7 +68,7 @@
     <air.version>20.0</air.version>
     <!-- For SWF versions see: http://www.adobe.com/devnet/articles/flashplayer-air-feature-list.html -->
     <swf.version>31</swf.version>
-    <source.map>false</source.map>
+    <source.map>true</source.map>
 
     <!-- This parameter has to be provided from the outside -->
     <webdriver.gecko.driver />
@@ -257,9 +257,9 @@
             <inherited>false</inherited>
             <configuration>
               <properties>
-                <!--
-                  We have to pass this value in this way or we can't
-                  access the value overridden by the commandline.
+                <!--
+                  We have to pass this value in this way or we can't
+                  access the value overridden by the commandline.
                 -->
                 <geckoProperty>${webdriver.gecko.driver}</geckoProperty>
               </properties>
@@ -323,16 +323,16 @@
             <exclude>**/swfobject.js</exclude>
             <!-- audio file doesn't have rat-able license-->
             <exclude>**/ping.mp3</exclude>
-            <!--
-                Exclude any eventually existing content of target directories.
-                Some times when building with a bigger maven reactor and then
-                with a smaller one, RAT will complain about stuff still in the
-                target directories. We don't want that.
+            <!--
+                Exclude any eventually existing content of target directories.
+                Some times when building with a bigger maven reactor and then
+                with a smaller one, RAT will complain about stuff still in the
+                target directories. We don't want that.
             -->
             <exclude>**/target/**</exclude>
-            <!-- 
-                Same case for generated compilations of examples or libraries
-                done with IDEs that instead of target use bin.
+            <!-- 
+                Same case for generated compilations of examples or libraries
+                done with IDEs that instead of target use bin.
             -->
             <exclude>**/bin/**</exclude>
             
@@ -379,8 +379,8 @@
     <profile>
       <id>with-ui-testsuite</id>
       <!-- Disabled for now till I find out what the module is about -->
-      <!--modules>
-        <module>testsuite</module>
+      <!--modules>
+        <module>testsuite</module>
       </modules-->
     </profile>
 
@@ -427,9 +427,9 @@
       </build>
     </profile>
 
-    <!--
-      This profile enables the changes required to do releases on the Royale CI server.
-      It should not be used otherwise.
+    <!--
+      This profile enables the changes required to do releases on the Royale CI server.
+      It should not be used otherwise.
     -->
     <profile>
       <id>royale-release</id>
@@ -444,11 +444,11 @@
         <repository>
           <id>apache.releases.https</id>
           <name>Apache Release Distribution Repository</name>
-          <!--
-            'maven.multiModuleProjectDirectory' is a property introduced with maven 3.3.1 ...
-            don't worry if your IDE is complaining.
-            Also this will be set to the 'target/checkout' directory the output will be in
-            'target/local-release-dir'.
+          <!--
+            'maven.multiModuleProjectDirectory' is a property introduced with maven 3.3.1 ...
+            don't worry if your IDE is complaining.
+            Also this will be set to the 'target/checkout' directory the output will be in
+            'target/local-release-dir'.
           -->
           <url>file://${maven.multiModuleProjectDirectory}/../local-release-dir</url>
         </repository>
@@ -507,9 +507,9 @@
       </build>
     </profile>
 
-    <!--
-      This profile is needed by the releasesteps.xml Ant script in order to know
-      where to deploy artifacts.
+    <!--
+      This profile is needed by the releasesteps.xml Ant script in order to know
+      where to deploy artifacts.
     -->
     <profile>
       <id>_releasesteps-upload-release-to-staging</id>
@@ -557,8 +557,8 @@
             </configuration>
           </plugin>
 
-          <!--
-            Create MD5 and SHA512 checksum files for the release artifacts.
+          <!--
+            Create MD5 and SHA512 checksum files for the release artifacts.
           -->
           <plugin>
             <groupId>net.nicoulaj.maven.plugins</groupId>