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/07/18 17:28:44 UTC

svn commit: r557295 - /incubator/tuscany/cpp/sca/tools/TuscanyDriver/build.xml

Author: robbinspg
Date: Wed Jul 18 08:28:43 2007
New Revision: 557295

URL: http://svn.apache.org/viewvc?view=rev&rev=557295
Log:
TUSCANY-1438 revert change made in error

Modified:
    incubator/tuscany/cpp/sca/tools/TuscanyDriver/build.xml

Modified: incubator/tuscany/cpp/sca/tools/TuscanyDriver/build.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/tools/TuscanyDriver/build.xml?view=diff&rev=557295&r1=557294&r2=557295
==============================================================================
--- incubator/tuscany/cpp/sca/tools/TuscanyDriver/build.xml (original)
+++ incubator/tuscany/cpp/sca/tools/TuscanyDriver/build.xml Wed Jul 18 08:28:43 2007
@@ -27,10 +27,6 @@
   <property name="TUSCANY_SCACPP" value="${env.TUSCANY_SCACPP}"/>
   <property name="TUSCANY_SDOCPP" value="${env.TUSCANY_SDOCPP}"/>
 
-  	<condition property="windows">
-		<os family="windows"/>
-  	</condition>
-
   <condition property='compiler-name' value='msvc'>
     <os family='windows'/>
   </condition>
@@ -66,11 +62,6 @@
           <includepath path='.'/>
           <includepath path='${TUSCANY_SDOCPP}/include/'/>
           <includepath path='${TUSCANY_SCACPP}/include/'/>
-		<defineset>
-			<define name="WIN32" if="windows"/>
-			<define name="_WINDOWS" if="windows"/>
-                        <define name="LINUX" if="linux"/>
-		</defineset>
           <fileset dir='.' includes='*.cpp'/>
       </cc>
     </sequential>



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