[Smartcc-cvs] smartcc/google build.xml,1.1,1.2
Brought to you by:
hengels
|
From: <he...@us...> - 2002-06-18 16:09:10
|
Update of /cvsroot/smartcc/smartcc/google
In directory usw-pr-cvs1:/tmp/cvs-serv7319/google
Modified Files:
build.xml
Log Message:
o I still cannot get the GoogleSearch work, argh!
o SOAPGenericHome: web services, that aren't wrapped ejbs, don't have home
ineterfaces. Either provide one or use this generic one
Index: build.xml
===================================================================
RCS file: /cvsroot/smartcc/smartcc/google/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build.xml 14 Jun 2002 16:23:29 -0000 1.1
--- build.xml 18 Jun 2002 16:09:02 -0000 1.2
***************
*** 53,56 ****
--- 53,57 ----
<fileset dir="${build.class}">
<include name="org/smartcc/google/*.class"/>
+ <include name="GoogleSearch/*.class"/>
</fileset>
<zipfileset dir="${build.etc}/client" prefix="META-INF"/>
|