[subversion:12] Fix of issue #105 - build.xml should support environment variable for se

  • From: dkaspar@kenai.com
  • To: commits@eplugin.kenai.com
  • Subject: [subversion:12] Fix of issue #105 - build.xml should support environment variable for se
  • Date: Tue, 6 Jan 2009 13:38:35 +0000 (GMT)

Repository: subversion
Revision:   12
Author:     dkaspar
Date:       2009-01-06 13:38:33 UTC

Log Message:
-----------
Fix of issue #105 - build.xml should support environment variable for
setting eclipseDir


Modified Paths:
--------------
    trunk/build.xml

Diffs:
-----
Index: trunk/build.xml
===================================================================
--- trunk/build.xml     (revision 11)
+++ trunk/build.xml     (revision 12)
@@ -28,7 +28,8 @@
 <project name="main" basedir="." default="build">
     <description>JavaFX Eclipse Plugin Build.</description>
 
-<!--  <property name="eclipseDir" location="/app/app/eclipse"/> -->
+    <property environment="env"/>
+    <property name="eclipseDir" location="${env.ECLIPSE_HOME}"/> 
 
     <property name="buildHome"
location="com.sun.javafx.eclipse.build"/>
     <property name="buildDirectory" location="build"/>


[subversion:12] Fix of issue #105 - build.xml should support environment variable for se

dkaspar 01/06/2009
  • Mysql
  • Glassfish
  • Jruby
  • Rails
  • Nblogo
Terms of Use; Privacy Policy;
© 2010, Oracle Corporation and/or its affiliates
(revision 20120127.ac94057)
 
 
Close
loading
Please Confirm
Close