You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/12/12 11:03:03 UTC

flex-blazeds git commit: Added ability to set environment vars with properties file

Repository: flex-blazeds
Updated Branches:
  refs/heads/master 6b02b4960 -> 27a6e8b12


Added ability to set environment vars with properties file

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


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

Branch: refs/heads/master
Commit: 27a6e8b12f567e2cd37d6b06b8431da6812bf236
Parents: 6b02b49
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Fri Dec 12 11:01:52 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Dec 12 11:01:52 2014 +0100

----------------------------------------------------------------------
 build.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/27a6e8b1/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 4e17b94..e3629a2 100755
--- a/build.xml
+++ b/build.xml
@@ -27,6 +27,8 @@ Each of the main targets for the modules will call clean themselves before proce
 
 -->
 <project name="BlazeDS" default="main" basedir=".">
+
+    <property file="${basedir}/env.properties"/>
     <property environment="env"/>
 
     <!-- properties -->