Updated Branches:
  refs/heads/develop 2bc81a26a -> 83bdc9124

Fix line break issue in build.xml


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

Branch: refs/heads/develop
Commit: 83bdc91249451b9d46202447c0fc7edfcd11a0e6
Parents: 2bc81a2
Author: Om <bigosma...@gmail.com>
Authored: Wed Jul 31 17:11:48 2013 -0700
Committer: Om <bigosma...@gmail.com>
Committed: Wed Jul 31 17:11:48 2013 -0700

----------------------------------------------------------------------
 installer/build.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/83bdc912/installer/build.xml
----------------------------------------------------------------------
diff --git a/installer/build.xml b/installer/build.xml
index 9db9100..5d84a4a 100644
--- a/installer/build.xml
+++ b/installer/build.xml
@@ -153,11 +153,7 @@
     </target>
 
     <target name="createDirs">
-        <echo>
-        
************************************************************************************
-        Execute the update-version target once, and only once, when you 
modifiy this app.
-        This will increment the version number to allow the app to be updated 
by the AIR installer.
-        
************************************************************************************
+        <echo>***************************************${line.separator}Execute 
the update-version target once,${line.separator}and only once, when you modifiy 
this app.${line.separator}This will increment the version number to 
allow${line.separator}the app to be updated by the AIR 
installer.${line.separator}***************************************
         </echo>
         <mkdir dir="${BUILD_DIR}"/>
         <mkdir dir="${RELEASE_DIR}"/>

Reply via email to