INTEGRATION: CWS scriptingf11 (1.11.2); FILE MERGED

2005/02/07 15:22:10 toconnor 1.11.2.1: #i41957# remove selector example as it is now part of the SDK
This commit is contained in:
Kurt Zenker
2005-03-01 12:07:25 +00:00
parent 4224558e0b
commit 8f4950bb80

View File

@@ -3,9 +3,9 @@
#
# $RCSfile: build.xml,v $
#
# $Revision: 1.11 $
# $Revision: 1.12 $
#
# last change: $Author: rt $ $Date: 2005-01-27 15:26:29 $
# last change: $Author: kz $ $Date: 2005-03-01 13:07:25 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -171,6 +171,6 @@
</target>
<!-- ========================= All In One Build ======================= -->
<target name="all" depends="HelloWorld,Highlight,MemoryUsage,selector"/>
<target name="all" depends="HelloWorld,Highlight,MemoryUsage"/>
</project>