You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2006/11/21 09:07:44 UTC

svn commit: r477565 - /incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/build.xml

Author: ningjiang
Date: Tue Nov 21 00:07:43 2006
New Revision: 477565

URL: http://svn.apache.org/viewvc?view=rev&rev=477565
Log:
Fixed the js_provider can't work when CXF_HOME is set issue

Modified:
    incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/build.xml

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/build.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/build.xml?view=diff&rev=477565&r1=477564&r2=477565
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/build.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/build.xml Tue Nov 21 00:07:43 2006
@@ -18,6 +18,7 @@
   under the License.
 -->
 <project name="hello world javascript demo" default="build" basedir=".">
+    <property environment="env"/>
     <condition property="cxf.home" value="${env.CXF_HOME}">
         <isset property="env.CXF_HOME"/>
     </condition>