You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2007/03/15 13:57:45 UTC

svn commit: r518611 - in /incubator/tuscany/cpp/sca: build.bat builddist.bat

Author: robbinspg
Date: Thu Mar 15 05:57:45 2007
New Revision: 518611

URL: http://svn.apache.org/viewvc?view=rev&rev=518611
Log:
remove spurious dependency on LIBXML_HOME

Modified:
    incubator/tuscany/cpp/sca/build.bat
    incubator/tuscany/cpp/sca/builddist.bat

Modified: incubator/tuscany/cpp/sca/build.bat
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/build.bat?view=diff&rev=518611&r1=518610&r2=518611
==============================================================================
--- incubator/tuscany/cpp/sca/build.bat (original)
+++ incubator/tuscany/cpp/sca/build.bat Thu Mar 15 05:57:45 2007
@@ -28,12 +28,6 @@
 set config=Debug
 )
 
-if "%LIBXML2_HOME%" == "" (
-echo "LIBXML2_HOME not set"
-goto end
-)
-echo using LIBXML2: %LIBXML2_HOME%
-
 if "%TUSCANY_SDOCPP%" == "" (
 echo "TUSCANY_SDOCPP not set"
 goto end

Modified: incubator/tuscany/cpp/sca/builddist.bat
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/builddist.bat?view=diff&rev=518611&r1=518610&r2=518611
==============================================================================
--- incubator/tuscany/cpp/sca/builddist.bat (original)
+++ incubator/tuscany/cpp/sca/builddist.bat Thu Mar 15 05:57:45 2007
@@ -17,18 +17,6 @@
 @REM  specific language governing permissions and limitations
 @REM  under the License.
 
-setlocal
-if "%LIBXML2_HOME%" == "" (
-echo "LIBXML2_HOME not set"
-goto end
-)
-echo using LIBXML2: %LIBXML2_HOME%
-
-if "%ICONV_HOME%" == "" (
-echo "ICONV_HOME not set"
-goto end
-)
-echo using ICONV: %ICONV_HOME%"
 
 if "%AXIS2C_HOME%" == "" (
 echo "AXIS2C_HOME not set"



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org