You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2017/05/18 15:55:03 UTC

git commit: [flex-falcon] [refs/heads/develop] - - Reformatted the config templates.

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 31fd9d66d -> d533d5ed5


- Reformatted the config templates.


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/d533d5ed
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/d533d5ed
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/d533d5ed

Branch: refs/heads/develop
Commit: d533d5ed51fc92a7d23780ce2747daaa124490d4
Parents: 31fd9d6
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Thu May 18 11:54:57 2017 -0400
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Thu May 18 11:54:57 2017 -0400

----------------------------------------------------------------------
 .../resources/config/compile-app-config.xml     |  8 ++--
 .../config/compile-asdoc-js-config.xml          | 48 ++++++++++----------
 .../resources/config/compile-swf-config.xml     | 16 +++----
 3 files changed, 36 insertions(+), 36 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d533d5ed/flexjs-maven-plugin/src/main/resources/config/compile-app-config.xml
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/resources/config/compile-app-config.xml b/flexjs-maven-plugin/src/main/resources/config/compile-app-config.xml
index 425552a..cb38619 100644
--- a/flexjs-maven-plugin/src/main/resources/config/compile-app-config.xml
+++ b/flexjs-maven-plugin/src/main/resources/config/compile-app-config.xml
@@ -67,8 +67,8 @@
     </js-external-library-path>
     
     <swf-external-library-path>
-        #foreach($artifact in $swfExternalLibraries)            <path-element>$artifact.file</path-element>
-        #end
+#foreach($artifact in $swfExternalLibraries)            <path-element>$artifact.file</path-element>
+#end
     </swf-external-library-path>
 
     <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
@@ -95,8 +95,8 @@
     </js-library-path>
 
     <swf-library-path>
-        #foreach($artifact in $swfLibraries)            <path-element>$artifact.file</path-element>
-        #end
+#foreach($artifact in $swfLibraries)            <path-element>$artifact.file</path-element>
+#end
     </swf-library-path>
 
     <allow-subclass-overrides>$allowSubclassOverrides</allow-subclass-overrides>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d533d5ed/flexjs-maven-plugin/src/main/resources/config/compile-asdoc-js-config.xml
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/resources/config/compile-asdoc-js-config.xml b/flexjs-maven-plugin/src/main/resources/config/compile-asdoc-js-config.xml
index 034246b..ce582fa 100644
--- a/flexjs-maven-plugin/src/main/resources/config/compile-asdoc-js-config.xml
+++ b/flexjs-maven-plugin/src/main/resources/config/compile-asdoc-js-config.xml
@@ -24,33 +24,33 @@
     <debug>$debug</debug>
 
     <library-path>
-      #foreach($artifact in $libraries)           <path-element>$artifact.file</path-element>
-      #end
+#foreach($artifact in $libraries)           <path-element>$artifact.file</path-element>
+#end
     </library-path>
 
     <external-library-path>
-      #foreach($artifact in $externalLibraries)           <path-element>$artifact.file</path-element>
-      #end
+#foreach($artifact in $externalLibraries)           <path-element>$artifact.file</path-element>
+#end
     </external-library-path>
 
     <source-path>
-      #foreach($sourcePath in $sourcePaths)           <path-element>$sourcePath</path-element>
-      #end
+#foreach($sourcePath in $sourcePaths)           <path-element>$sourcePath</path-element>
+#end
     </source-path>
 
     <namespaces>
-      #foreach($namespace in $namespaces)            <namespace>
+#foreach($namespace in $namespaces)            <namespace>
       <uri>$namespace.uri</uri>
       <manifest>$namespace.manifest</manifest>
     </namespace>
-      #end
+#end
     </namespaces>
 
     <warn-no-constructor>false</warn-no-constructor>
 
     <keep-as3-metadata>
-      #foreach($metadata in $keepAs3Metadata)            <name>$metadata</name>
-      #end
+#foreach($metadata in $keepAs3Metadata)            <name>$metadata</name>
+#end
     </keep-as3-metadata>
 
     <allow-subclass-overrides>$allowSubclassOverrides</allow-subclass-overrides>
@@ -65,33 +65,33 @@
 
     <show-deprecation-warnings>false</show-deprecation-warnings>
 
-    #foreach($define in $defines)        <define>
+#foreach($define in $defines)        <define>
     <name>$define.name</name>
     <value>$define.value</value>
   </define>
-    #end
+#end
   </compiler>
 
-  #if($includeSources)
+#if($includeSources)
   <include-sources>
-    #foreach($sourcePath in $sourcePaths)        <path-element>$sourcePath</path-element>
-    #end
+#foreach($sourcePath in $sourcePaths)        <path-element>$sourcePath</path-element>
+#end
   </include-sources>
-  #end
+#end
 
-  #if($includeClasses)
+#if($includeClasses)
   <include-classes>
-    #foreach($includeClass in $includeClasses)        <class>$includeClass</class>
-    #end
+#foreach($includeClass in $includeClasses)        <class>$includeClass</class>
+#end
   </include-classes>
-  #end
+#end
 
-  #if($namespaceUris)
+#if($namespaceUris)
   <include-namespaces>
-    #foreach($namespaceUri in $namespaceUris)        <uri>$namespaceUri</uri>
-    #end
+#foreach($namespaceUri in $namespaceUris)        <uri>$namespaceUri</uri>
+#end
   </include-namespaces>
-  #end
+#end
 
   <js-output-type>FLEXJS</js-output-type>
 

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d533d5ed/flexjs-maven-plugin/src/main/resources/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/resources/config/compile-swf-config.xml b/flexjs-maven-plugin/src/main/resources/config/compile-swf-config.xml
index 7633a94..c53f821 100644
--- a/flexjs-maven-plugin/src/main/resources/config/compile-swf-config.xml
+++ b/flexjs-maven-plugin/src/main/resources/config/compile-swf-config.xml
@@ -29,13 +29,13 @@
         </library-path>
 
         <js-library-path>
-            #foreach($artifact in $jsLibraries)            <path-element>$artifact.file</path-element>
-            #end
+#foreach($artifact in $jsLibraries)            <path-element>$artifact.file</path-element>
+#end
         </js-library-path>
 
         <swf-library-path>
-            #foreach($artifact in $swfLibraries)            <path-element>$artifact.file</path-element>
-            #end
+#foreach($artifact in $swfLibraries)            <path-element>$artifact.file</path-element>
+#end
         </swf-library-path>
 
         <external-library-path>
@@ -44,13 +44,13 @@
         </external-library-path>
 
         <js-external-library-path>
-            #foreach($artifact in $jsExternalLibraries)            <path-element>$artifact.file</path-element>
-            #end
+#foreach($artifact in $jsExternalLibraries)            <path-element>$artifact.file</path-element>
+#end
         </js-external-library-path>
 
         <swf-external-library-path>
-            #foreach($artifact in $swfExternalLibraries)            <path-element>$artifact.file</path-element>
-            #end
+#foreach($artifact in $swfExternalLibraries)            <path-element>$artifact.file</path-element>
+#end
         </swf-external-library-path>
 
         <theme>