You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-commits@axis.apache.org by na...@apache.org on 2011/12/16 16:24:21 UTC

svn commit: r1215180 - /axis/axis1/c/trunk/build/buildServerEngine.xml

Author: nadiramra
Date: Fri Dec 16 15:24:21 2011
New Revision: 1215180

URL: http://svn.apache.org/viewvc?rev=1215180&view=rev
Log:
minor remove unneeded xml statements from build file

Modified:
    axis/axis1/c/trunk/build/buildServerEngine.xml

Modified: axis/axis1/c/trunk/build/buildServerEngine.xml
URL: http://svn.apache.org/viewvc/axis/axis1/c/trunk/build/buildServerEngine.xml?rev=1215180&r1=1215179&r2=1215180&view=diff
==============================================================================
--- axis/axis1/c/trunk/build/buildServerEngine.xml (original)
+++ axis/axis1/c/trunk/build/buildServerEngine.xml Fri Dec 16 15:24:21 2011
@@ -49,9 +49,6 @@
 						<include name="platforms/unix/*.cpp" if="solaris"/>
 						<include name="platforms/PlatformLanguage.cpp" unless="os400"/>
                         <include name="platforms/os400/*.cpp" if="os400"/>
-						<!-- The following files need to be excluded @Adrian - query these! -->
-						<exclude name="common/Packet.cpp"/>
-						<exclude name="common/AxisSocketUtils.cpp"/>
 					</fileset>
 				</cc>
 			</then>
@@ -74,12 +71,8 @@
 						<include name="soap/xsd/constraints/*.cpp"/>
 						<include name="wsdd/*.cpp"/>
 						<include name="xml/*.cpp"/>
-						<include name="transport/axis/AxisTransportException.cpp"/>
 						<include name="platforms/unix/*.cpp"/>
                         <include name="platforms/PlatformLanguage.cpp"/>
-						<!-- The following files need to be excluded -->
-						<exclude name="common/Packet.cpp"/>
-						<exclude name="common/AxisSocketUtils.cpp"/>
 					</fileset>
 				</cc>
 			</else>