Repository: flex-falcon Updated Branches: refs/heads/develop ffef518d6 -> 3deb30dfd
- Added the debug parameter to 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/3deb30df Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/3deb30df Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/3deb30df Branch: refs/heads/develop Commit: 3deb30dfdadc4486717aaa0ec0024d4f353cedce Parents: ffef518 Author: Christofer Dutz <[email protected]> Authored: Wed Jun 22 08:45:37 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Wed Jun 22 08:45:37 2016 +0200 ---------------------------------------------------------------------- .../src/main/resources/config/compile-app-config.xml | 1 + flexjs-maven-plugin/src/main/resources/config/compile-as-config.xml | 1 + .../src/main/resources/config/compile-extern-config.xml | 1 + flexjs-maven-plugin/src/main/resources/config/compile-js-config.xml | 1 + 4 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/3deb30df/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 db5c53b..2542822 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 @@ -21,6 +21,7 @@ <compiler> <accessible>true</accessible> + <debug>$debug</debug> <library-path> #foreach($artifact in $libraries) <path-element>$artifact.file</path-element> http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/3deb30df/flexjs-maven-plugin/src/main/resources/config/compile-as-config.xml ---------------------------------------------------------------------- diff --git a/flexjs-maven-plugin/src/main/resources/config/compile-as-config.xml b/flexjs-maven-plugin/src/main/resources/config/compile-as-config.xml index 5608c5f..bab6c6a 100644 --- a/flexjs-maven-plugin/src/main/resources/config/compile-as-config.xml +++ b/flexjs-maven-plugin/src/main/resources/config/compile-as-config.xml @@ -21,6 +21,7 @@ <compiler> <accessible>true</accessible> + <debug>$debug</debug> <library-path> #foreach($artifact in $libraries) <path-element>$artifact.file</path-element> http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/3deb30df/flexjs-maven-plugin/src/main/resources/config/compile-extern-config.xml ---------------------------------------------------------------------- diff --git a/flexjs-maven-plugin/src/main/resources/config/compile-extern-config.xml b/flexjs-maven-plugin/src/main/resources/config/compile-extern-config.xml index 30d53cc..6be6202 100644 --- a/flexjs-maven-plugin/src/main/resources/config/compile-extern-config.xml +++ b/flexjs-maven-plugin/src/main/resources/config/compile-extern-config.xml @@ -21,6 +21,7 @@ <compiler> <accessible>false</accessible> + <debug>$debug</debug> <library-path> #foreach($artifact in $libraries) <path-element>$artifact.file</path-element> http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/3deb30df/flexjs-maven-plugin/src/main/resources/config/compile-js-config.xml ---------------------------------------------------------------------- diff --git a/flexjs-maven-plugin/src/main/resources/config/compile-js-config.xml b/flexjs-maven-plugin/src/main/resources/config/compile-js-config.xml index 831cce8..22e7ff0 100644 --- a/flexjs-maven-plugin/src/main/resources/config/compile-js-config.xml +++ b/flexjs-maven-plugin/src/main/resources/config/compile-js-config.xml @@ -21,6 +21,7 @@ <compiler> <accessible>false</accessible> + <debug>$debug</debug> <library-path> #foreach($artifact in $libraries) <path-element>$artifact.file</path-element>
